qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] hw/i386/pc_sysfw: support two flash drives


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v2] hw/i386/pc_sysfw: support two flash drives
Date: Tue, 03 Dec 2013 18:58:34 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130923 Thunderbird/17.0.9

Il 03/12/2013 18:23, Markus Armbruster ha scritto:
>> > +            /* push a new, "none" location on the location stack; 
>> > overwrite its
>> > +             * contents with the location saved in the option; print the 
>> > error
>> > +             * (includes location); pop the top
>> > +             */
> Sure this comment is worthwhile?  Your decision.
> 
> I suspect we should have error_report_loc().

Or qemu_opts_loc_push.

In any case, the comment is necessary but shouldn't be. :)

Paolo

>> > +            loc_push_none(&loc);
>> > +            if (pflash_drv->opts != NULL) {
>> > +                qemu_opts_loc_restore(pflash_drv->opts);
>> > +            }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]