Am 12.05.2012 14:00, schrieb Stefan Weil:
The official product name is written 'QEMU'.
Signed-off-by: Stefan Weil sw@weilnetz.de
Thanks, applied all changes to comments in r1060.
diff --git a/drivers/pci_database.c b/drivers/pci_database.c index ac47621..0983da3 100644 --- a/drivers/pci_database.c +++ b/drivers/pci_database.c @@ -176,7 +176,7 @@ static const pci_dev_t vga_devices[] = { }, { PCI_VENDOR_ID_QEMU, PCI_DEVICE_ID_QEMU_VGA,
NULL, "QEMU,VGA", "Qemu VGA", "VGA\0",
},NULL, "QEMU,VGA", "QEMU VGA", "VGA\0", 0, 0, 0, NULL, NULL,
I wonder if changing this string here would be guest-visible or just for debugging purposes in OpenBIOS?
Andreas