Re: [PATCH v6] hw/i386/pc: add max combined fw size as machine configuration option

2020-12-08 Thread McMillan, Erich
; ler...@redhat.com ; dgilb...@redhat.com ; marcel.apfelb...@gmail.com ; imamm...@redhat.com ; kra...@redhat.com Subject: Re: [PATCH v6] hw/i386/pc: add max combined fw size as machine configuration option Sure, no problem. From: Michael S. Tsirkin Sent

Re: [PATCH v6] hw/i386/pc: add max combined fw size as machine configuration option

2020-12-02 Thread McMillan, Erich
: [PATCH v6] hw/i386/pc: add max combined fw size as machine configuration option Could you help by rebasing this on master? Shouldn't be hard ... Thanks!

Re: [PATCH v6] hw/i386/pc: add max combined fw size as machine configuration option

2020-12-02 Thread Michael S. Tsirkin
Could you help by rebasing this on master? Shouldn't be hard ... Thanks!

Re: [PATCH v6] hw/i386/pc: add max combined fw size as machine configuration option

2020-11-17 Thread McMillan, Erich
: Re: [PATCH v6] hw/i386/pc: add max combined fw size as machine configuration option On Fri, Sep 25, 2020 at 05:57:51PM +, Erich Mcmillan wrote: > From: Erich McMillan > > At Hewlett Packard Inc. we have a need for increased fw size to enable > testing of our custom fw. &

Re: [PATCH v6] hw/i386/pc: add max combined fw size as machine configuration option

2020-11-17 Thread Michael S. Tsirkin
On Fri, Sep 25, 2020 at 05:57:51PM +, Erich Mcmillan wrote: > From: Erich McMillan > > At Hewlett Packard Inc. we have a need for increased fw size to enable > testing of our custom fw. > Move return statement for early return > > Signed-off-by: Erich McMillan My bad that I dropped it by

Re: [PATCH v6] hw/i386/pc: add max combined fw size as machine configuration option

2020-09-28 Thread Laszlo Ersek
On 09/25/20 19:57, Erich Mcmillan wrote: > From: Erich McMillan > > At Hewlett Packard Inc. we have a need for increased fw size to enable > testing of our custom fw. > Move return statement for early return > > Signed-off-by: Erich McMillan > --- > > Changes since v5: > > Move return

[PATCH v6] hw/i386/pc: add max combined fw size as machine configuration option

2020-09-25 Thread Erich Mcmillan
From: Erich McMillan At Hewlett Packard Inc. we have a need for increased fw size to enable testing of our custom fw. Move return statement for early return Signed-off-by: Erich McMillan --- Changes since v5: Move return statement for pc_machine_set_max_fw_size() to follow