<div dir="ltr"><div><div><div><div><div><div><div>Hi,<br><br></div>This caused a regression for me on i7 920.<br><a href="https://bugs.archlinux.org/task/50778">https://bugs.archlinux.org/task/50778</a><br><br></div>I bisected qemu and came to the patch that introduced the above.<br></div>Then after some more help on irc (fixing up <a href="http://parserom.pl">parserom.pl</a> and compiling with NO_WERROR=1) biscted ipxe and came to 71560d185475117b10994d839afe059577e7768c is the first bad commit<br></div>reverting this commit in ipxe master fixes my problem but probably breaks something else.<br></div><div>bisect log<br><a href="https://gist.github.com/1c612fd6238888cc17f97d6e8a61a3a2">https://gist.github.com/1c612fd6238888cc17f97d6e8a61a3a2</a><br><br></div>No idea why this change should affect Bloomfield processors.<br><br><br></div>Thanks<br><br></div>Peter<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 24 June 2016 at 05:39, Gerd Hoffmann <span dir="ltr"><<a href="mailto:kraxel@redhat.com" target="_blank">kraxel@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">  Hi,<br>
<br>
Here comes ipxe update for qemu 2.7.  It rebases the ipxe submodule<br>
to latest upstream master.  We pick up support for virtio 1.0.<br>
Also a fix for a EFI bug which causes problems with recent edk2<br>
versions.<br>
<br>
There are some more hickups due to network boot changes in edk2<br>
which are not root-caused yet.  They are present with both old<br>
and new ipxe versios, so we have at least no regressions here.<br>
But possibly we will need another (much smaller) bugfix ipxe<br>
update during freeze.<br>
<br>
This patch series also adds a boot rom for the new e1000e emulation<br>
and, while being at it, for vmxnet3 too.<br>
<br>
Patch 6/6 with the binary update has *not* been sent to the list<br>
as it is pretty big.  If you want the prebuild roms for testing<br>
please fetch them from the git repository at:<br>
  git://<a href="http://git.kraxel.org/qemu" rel="noreferrer" target="_blank">git.kraxel.org/qemu</a> work/ipxe<br>
<br>
cheers,<br>
  Gerd<br>
<br>
Gerd Hoffmann (6):<br>
  ipxe: update submodule from 4e03af8ec to 041863191<br>
  ipxe: add e1000e rom<br>
  ipxe: add vmxnet3 rom<br>
  e1000e: add boot rom<br>
  vmxnet3: add boot rom<br>
  ipxe: update prebuilt binaries<br>
<br>
 hw/net/e1000e.c          |   1 +<br>
 hw/net/vmxnet3.c         |   1 +<br>
 include/hw/i386/pc.h     |   4 ++++<br>
 pc-bios/efi-e1000.rom    | Bin 196608 -> 209408 bytes<br>
 pc-bios/efi-e1000e.rom   | Bin 0 -> 209408 bytes<br>
 pc-bios/efi-eepro100.rom | Bin 197120 -> 209920 bytes<br>
 pc-bios/efi-ne2k_pci.rom | Bin 195584 -> 208384 bytes<br>
 pc-bios/efi-pcnet.rom    | Bin 195584 -> 208384 bytes<br>
 pc-bios/efi-rtl8139.rom  | Bin 199168 -> 211456 bytes<br>
 pc-bios/efi-virtio.rom   | Bin 193024 -> 211456 bytes<br>
 pc-bios/efi-vmxnet3.rom  | Bin 0 -> 205312 bytes<br>
 roms/Makefile            |   8 ++++++--<br>
 roms/ipxe                |   2 +-<br>
 13 files changed, 13 insertions(+), 3 deletions(-)<br>
 create mode 100644 pc-bios/efi-e1000e.rom<br>
 create mode 100644 pc-bios/efi-vmxnet3.rom<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
1.8.3.1<br>
<br>
______________________________<wbr>_________________<br>
ipxe-devel mailing list<br>
<a href="mailto:ipxe-devel@lists.ipxe.org">ipxe-devel@lists.ipxe.org</a><br>
<a href="https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel" rel="noreferrer" target="_blank">https://lists.ipxe.org/<wbr>mailman/listinfo.cgi/ipxe-<wbr>devel</a><br>
</font></span></blockquote></div><br></div>