commit | 182ede491275dfcf6c7f80419bdc62dcb5209118 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Wed Nov 28 17:27:54 2018 +0300 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Nov 28 11:00:09 2018 -0800 |
tree | 9a73e5a1f1d90c46309bf1377f24fdaa541b2f7c | |
parent | 8d84f9229ca40a29ecf59ccafde1756a746f4259 [diff] |
boards: qemu_x86: Remove QEMU options which break eth_e1000 driver "-machine type=pc-0.14" appears to be the option which leads to broken PCI emulation in QEMU, where PCI enumeration reports one IRQ number (11), while actually IRQ 10 is emulated by QEMU. "-vga none" and "-display none" appear to be just subordinate of "-machine type=pc-0.14" and are required to get qemu_x86 into bootable state. Fixes: #11706 Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>