The official product name is written 'QEMU'.
Signed-off-by: Stefan Weil sw@weilnetz.de --- arch/ppc/qemu/start.S | 2 +- arch/ppc/qemu/tree.fs | 2 +- arch/sparc32/ldscript | 2 +- arch/sparc64/ldscript | 2 +- drivers/pci_database.c | 2 +- drivers/sbus.c | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/arch/ppc/qemu/start.S b/arch/ppc/qemu/start.S index aa582e2..77ced18 100644 --- a/arch/ppc/qemu/start.S +++ b/arch/ppc/qemu/start.S @@ -701,7 +701,7 @@ _GLOBAL(flush_icache_range): isync blr
- /* Get RAM size from Qemu configuration device */ + /* Get RAM size from QEMU configuration device */
#define CFG_ADDR 0xf0000510 #define FW_CFG_RAM_SIZE 0x03 diff --git a/arch/ppc/qemu/tree.fs b/arch/ppc/qemu/tree.fs index e4115ea..1b9c293 100644 --- a/arch/ppc/qemu/tree.fs +++ b/arch/ppc/qemu/tree.fs @@ -1,4 +1,4 @@ -\ Qemu specific initialization code +\ QEMU specific initialization code \ \ This program is free software; you can redistribute it and/or \ modify it under the terms of the GNU General Public License diff --git a/arch/sparc32/ldscript b/arch/sparc32/ldscript index 32c9445..b543c15 100644 --- a/arch/sparc32/ldscript +++ b/arch/sparc32/ldscript @@ -1,7 +1,7 @@ OUTPUT_FORMAT(elf32-sparc) OUTPUT_ARCH(sparc)
-/* Qemu ELF loader can't handle very complex files, so we put ELFBoot +/* QEMU ELF loader can't handle very complex files, so we put ELFBoot info to rodata and put initctx to data.*/
ENTRY(trap_table) diff --git a/arch/sparc64/ldscript b/arch/sparc64/ldscript index 11167c0..d62ab78 100644 --- a/arch/sparc64/ldscript +++ b/arch/sparc64/ldscript @@ -1,7 +1,7 @@ OUTPUT_FORMAT(elf64-sparc) OUTPUT_ARCH(sparc:v9)
-/* Qemu ELF loader can't handle very complex files, so we put ELFBoot +/* QEMU ELF loader can't handle very complex files, so we put ELFBoot info to rodata and put initctx to data.*/
ENTRY(trap_table) 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, }, diff --git a/drivers/sbus.c b/drivers/sbus.c index 1107c1d..3708a5e 100644 --- a/drivers/sbus.c +++ b/drivers/sbus.c @@ -429,7 +429,7 @@ ob_macio_init(unsigned int slot, uint64_t base, unsigned long offset) static void sbus_probe_slot_ss5(unsigned int slot, uint64_t base) { - // OpenBIOS and Qemu don't know how to do Sbus probing + // OpenBIOS and QEMU don't know how to do Sbus probing switch(slot) { case 3: // SUNW,tcx ob_tcx_init(slot, "/iommu/sbus/SUNW,tcx"); @@ -451,7 +451,7 @@ sbus_probe_slot_ss5(unsigned int slot, uint64_t base) static void sbus_probe_slot_ss10(unsigned int slot, uint64_t base) { - // OpenBIOS and Qemu don't know how to do Sbus probing + // OpenBIOS and QEMU don't know how to do Sbus probing switch(slot) { case 2: // SUNW,tcx ob_tcx_init(slot, "/iommu/sbus/SUNW,tcx"); @@ -469,7 +469,7 @@ sbus_probe_slot_ss10(unsigned int slot, uint64_t base) static void sbus_probe_slot_ss600mp(unsigned int slot, uint64_t base) { - // OpenBIOS and Qemu don't know how to do Sbus probing + // OpenBIOS and QEMU don't know how to do Sbus probing switch(slot) { case 2: // SUNW,tcx ob_tcx_init(slot, "/iommu/sbus/SUNW,tcx");
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
Am 20.05.2012 18:11, schrieb Andreas Färber:
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
That's the model part of the PCI device structure. The model is exposed as a property in function ob_pci_add_properties, so I think it is visible for OpenBIOS Forth code.
AFAIK the operating system can access OpenBIOS properties, so it is visible there, too. That change could break existing code, but I estimate that the risk is low, and fixing broken code would be trivial.
Stefan