projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69aa6b7
)
Fix the error that displaying only white screen
author
jinhyung.jo
<jinhyung.jo@samsung.com>
Wed, 10 Jul 2013 08:45:47 +0000
(17:45 +0900)
committer
jinhyung.jo
<jinhyung.jo@samsung.com>
Wed, 10 Jul 2013 08:45:47 +0000
(17:45 +0900)
Change-Id: Ifc019fa4739705417a5fc92ef2b2f3080326e60a
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
hw/pci/pci.c
patch
|
blob
|
history
diff --git
a/hw/pci/pci.c
b/hw/pci/pci.c
index cfb62c29074706698168e04f449cc98ca6a6b8d7..2d4dc5dc1f967504d135dd29b3cddae93eab3f6c 100644
(file)
--- a/
hw/pci/pci.c
+++ b/
hw/pci/pci.c
@@
-1626,7
+1626,7
@@
PCIDevice *pci_vga_init(PCIBus *bus)
return pci_create_simple(bus, -1, "VGA");
case VGA_VMWARE:
return pci_create_simple(bus, -1, "vmware-svga");
-#ifdef CONFIG_
VGA
+#ifdef CONFIG_
MARU
case VGA_MARU:
return pci_create_simple(bus, -1, "MARU_VGA");
#endif