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

2020-12-08 Thread McMillan, Erich
Hi Michael, Apologies for the delay, I just sent out a rebased patch. Based on latest tags looks like release may already have been started? -Erich From: McMillan, Erich Sent: Wednesday, December 2, 2020 8:31 AM To: Michael S. Tsirkin Cc: qemu-devel@nongnu.org

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

2020-12-02 Thread McMillan, Erich
Sure, no problem. From: Michael S. Tsirkin Sent: Wednesday, December 2, 2020 3:56 AM To: McMillan, Erich Cc: qemu-devel@nongnu.org ; ler...@redhat.com ; dgilb...@redhat.com ; marcel.apfelb...@gmail.com ; imamm...@redhat.com ; kra...@redhat.com Subject: Re

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

2020-11-17 Thread McMillan, Erich
Thanks Michael. -Erich From: Michael S. Tsirkin Sent: Tuesday, November 17, 2020 10:53 AM To: McMillan, Erich Cc: qemu-devel@nongnu.org ; ler...@redhat.com ; dgilb...@redhat.com ; marcel.apfelb...@gmail.com ; imamm...@redhat.com ; kra...@redhat.com Subject

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

2020-09-28 Thread McMillan, Erich
, September 28, 2020 1:10 PM To: McMillan, Erich ; qemu-devel@nongnu.org Cc: dgilb...@redhat.com ; m...@redhat.com ; marcel.apfelb...@gmail.com ; imamm...@redhat.com ; kra...@redhat.com Subject: Re: [PATCH v5] hw/i386/pc: add max combined fw size as machine configuration option On 09/25/20 19:14

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

2020-09-25 Thread McMillan, Erich
Additionally HPi is not a mistake, corporate requires that we refer to ourselves as Hewlett Packard Inc since the split in 2015. I will perhaps update this to be the full name for clarity. From: McMillan, Erich Sent: Friday, September 25, 2020 12:15 PM To: Laszlo Ersek ; qemu-devel@nongnu.org

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

2020-09-25 Thread McMillan, Erich
/2020-09/index.html is this because I need to cc qemu-devel@nongnu.org<mailto:qemu-devel@nongnu.org> rather than –to? -Erich From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Friday, September 25, 2020 2:00 AM To: McMillan, Erich ; qemu-devel@nongnu.org Cc: dgilb...@redhat.com; m...@redh

Re: PATCH: Increase System Firmware Max Size

2020-09-15 Thread McMillan, Erich
#ifdef CONFIG_TPM case QEMU_OPTION_tpmdev: if (tpm_config_parse(qemu_find_opts("tpmdev"), optarg) < 0) { @@ -3845,6 +3883,8 @@ void qemu_init(int argc, char **argv, char **envp) have_custom_ram_size = set_memory_options(&ram_slots, &maxram_size,

Re: PATCH: Increase System Firmware Max Size

2020-09-15 Thread McMillan, Erich
ware exceeds " "%" PRIu64 " bytes", - FLASH_SIZE_LIMIT); + MaxCombinedFirmwareSize); exit(1); } From: McMillan, Erich Sent: Thursday, September

Re: PATCH: Increase System Firmware Max Size

2020-09-11 Thread McMillan, Erich
I’d be happy to rewrite as a property. Erich Get Outlook for iOS<https://aka.ms/o0ukef> From: Dr. David Alan Gilbert Sent: Friday, September 11, 2020 11:59 AM To: Laszlo Ersek Cc: McMillan, Erich; qemu-devel@nongnu.org; m...@redhat.com; marcel.

Re: PATCH: Increase System Firmware Max Size

2020-09-11 Thread McMillan, Erich
Hi Dave, and Laszlo, I'm not exactly following your email '>' formatting on this discussion so apologies if I've messed it up. From: Dr. David Alan Gilbert Sent: Friday, September 11, 2020 10:06 AM To: Laszlo Ersek Cc: McMillan, Erich

PATCH: Increase System Firmware Max Size

2020-09-11 Thread McMillan, Erich
Hi all, (this is my first Qemu patch submission, please let me know if my formatting/content needs to be fixed). We have a need for increased firmware size, currently we are building Qemu with the following change to test our Uefi Firmware and it works well for us. Hope that this change can be