summaryrefslogtreecommitdiffstats
path: root/hw/cirrus_vga.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into pciMichael S. Tsirkin2011-01-101-135/+48
|\
| * cirrus: delete GCC 4.6 warningsAurelien Jarno2011-01-061-3/+3
| * cirrus_vga: Declare as little endianBlue Swirl2011-01-061-100/+12
| * cirrus_vga: fix division by 0 for color expansion ropAurelien Jarno2011-01-041-32/+33
* | vga: tag as not hotplugable.Gerd Hoffmann2011-01-101-0/+1
|/
* Add endianness as io mem parameterAlexander Graf2010-12-111-4/+8
* pci: Replace unneeded type casts in calls of pci_register_barStefan Weil2010-11-221-2/+2
* cirrus: avoid write only variablesBlue Swirl2010-10-131-15/+15
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* vmstate: fix breakage by 7e72abc382b700a72549e8147bdea413534eeedcTeLeMan2010-05-221-1/+0
* cirrus: Properly re-register cirrus_linear_io_addr on vram unmapJan Kiszka2010-01-291-2/+4
* pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann2009-12-181-3/+1
* Support PCI based option rom loadingAnthony Liguori2009-12-181-1/+1
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-121-2/+3
* qemu: cleanup unused macros in cirrusMichael S. Tsirkin2009-12-031-35/+0
* qemu: make cirrus init value pci spec compliantMichael S. Tsirkin2009-12-031-1/+0
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-1/+1
* pci: initialize pci config headers depending it pci header type.Isaku Yamahata2009-11-091-1/+0
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-2/+2
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-2/+2
* pci: define a constant to represent a unmapped bar and use it.Isaku Yamahata2009-11-091-1/+1
* vga roms: move loading from pc.c to vga drivers.Gerd Hoffmann2009-10-301-1/+5
* vmstate: add version_id argument to post_loadJuan Quintela2009-10-051-1/+1
* cirrus_vga: also assign gr0/1 when writting shadow_gr0/1Juan Quintela2009-10-051-0/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-25/+25
* Get rid of _t suffixmalc2009-10-011-25/+25
* vmstate: port cirrus_vga deviceJuan Quintela2009-09-111-98/+54
* cirrus_vga: CIRRUS_HOOK_* is not used anymoreJuan Quintela2009-09-091-5/+0
* cirrus_vga: rename cirrus_hook_write_cr() cirrus_vga_write_cr()Juan Quintela2009-09-091-32/+27
* cirrus_vga: rename cirrus_hook_read_cr() cirrus_vga_read_cr()Juan Quintela2009-09-091-15/+7
* cirrus_vga: rename cirrus_hook_write_gr() cirrus_vga_write_gr()Juan Quintela2009-09-091-41/+38
* cirrus_vga: rename cirrus_hook_read_gr() cirrus_vga_read_gr()Juan Quintela2009-09-091-45/+38
* cirrus_vga: rename cirrus_hook_write_palette() cirrus_vga_write_palette()Juan Quintela2009-09-091-15/+9
* cirrus_vga: rename cirrus_hook_read_palette() cirrus_vga_read_palette()Juan Quintela2009-09-091-15/+12
* cirrus_vga: rename cirrus_hook_write_sr() cirrus_vga_write_sr()Juan Quintela2009-09-091-23/+22
* cirrus_vga: rename cirrus_hook_read_sr() cirrus_vga_read_sr()Juan Quintela2009-09-091-20/+12
* vga and cirrus_vga: substitute switch for equivalent assigntmentJuan Quintela2009-09-091-14/+1
* cirrus_vga: make cirrus_read_hidden_dac() return its resultJuan Quintela2009-09-091-5/+5
* cirrus_vga: Add a VGACommonState local var to cirrus_vga_ioport_{read, write}Juan Quintela2009-09-091-80/+82
* vga and cirrus_vga: create vga_ioport_invalid() and use it everywhereJuan Quintela2009-09-091-8/+3
* cirrus_vga: prefix vga_ioport_{read, write} with cirrusJuan Quintela2009-09-091-14/+14
* Add pci_cirrus_vga_{save/load} functions, then remove vga.pci_dev useJuan Quintela2009-08-271-12/+27
* cirrus_vga: Change casts to DO_UPCAST() for PCICirrusVGAStateJuan Quintela2009-08-271-5/+5
* cirrus_vga: remove pointless cast from void *Juan Quintela2009-08-271-5/+5
* Everything outside of vga.c should use VGACommonStateJuan Quintela2009-08-271-5/+5
* Introduce vga_common_reset() to be able to typcheck vga_reset()Juan Quintela2009-08-271-1/+1
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-8/+8
* qdev: convert all vga devices.Gerd Hoffmann2009-07-301-38/+47
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-2/+3
OpenPOWER on IntegriCloud