diff options
| author | Blue Swirl <blauwirbel@gmail.com> | 2011-10-01 16:33:43 +0000 |
|---|---|---|
| committer | Blue Swirl <blauwirbel@gmail.com> | 2012-01-22 07:28:23 +0000 |
| commit | 3d402831de14d9e23ed8efcfdf81b01a53472fe2 (patch) | |
| tree | bf07e4c720c9555bd70d93dc6a7545f37242867d /hw/pc.h | |
| parent | a369da5f31ddbdeb32a7f76622e480d3995fbb00 (diff) | |
| download | focaccia-qemu-3d402831de14d9e23ed8efcfdf81b01a53472fe2.tar.gz focaccia-qemu-3d402831de14d9e23ed8efcfdf81b01a53472fe2.zip | |
vga: make Cirrus ISA device optional
Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/pc.h')
| -rw-r--r-- | hw/pc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pc.h b/hw/pc.h index 13e41f101e..58a7ea910f 100644 --- a/hw/pc.h +++ b/hw/pc.h @@ -226,7 +226,6 @@ int isa_vga_mm_init(target_phys_addr_t vram_base, /* cirrus_vga.c */ DeviceState *pci_cirrus_vga_init(PCIBus *bus); -DeviceState *isa_cirrus_vga_init(MemoryRegion *address_space); /* ne2000.c */ static inline bool isa_ne2000_init(ISABus *bus, int base, int irq, NICInfo *nd) |