mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Merge remote branch 'origin/master' into pci
Conflicts: exec.c
This commit is contained in:
commit
5300f1a548
393 changed files with 32254 additions and 6506 deletions
|
@ -296,7 +296,7 @@ static int pci_pcnet_init(PCIDevice *pci_dev)
|
|||
if (!pci_dev->qdev.hotplugged) {
|
||||
static int loaded = 0;
|
||||
if (!loaded) {
|
||||
rom_add_option("pxe-pcnet.bin", -1);
|
||||
rom_add_option("pxe-pcnet.rom", -1);
|
||||
loaded = 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue