summaryrefslogtreecommitdiffstats
path: root/hw/cirrus_vga.c
Commit message (Expand)AuthorAgeFilesLines
* cirrus: Unbreak ISA supportJan Kiszka2011-09-231-2/+2
* cirrus: wrap memory update in a transactionAvi Kivity2011-09-041-0/+2
* Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori2011-08-251-2/+0
* cirrus: wrap memory update in a transactionAvi Kivity2011-08-251-0/+2
* vga: drop get_system_memory() from vga devices and derivativesAvi Kivity2011-08-221-6/+6
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-5/+3
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-3/+2
* cirrus: simplify linear framebuffer access functionsAvi Kivity2011-08-081-66/+8
* vga: simplify vga window mmio access functionsAvi Kivity2011-08-081-2/+2
* cirrus: simplify vga window mmio access functionsAvi Kivity2011-08-081-68/+11
* cirrus: simplify bitblt BAR access functionsAvi Kivity2011-08-081-68/+13
* cirrus: simplify mmio BAR access functionsAvi Kivity2011-08-081-70/+8
* vga: convert vga and its derivatives to the memory APIAvi Kivity2011-08-081-140/+202
* Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-06-221-5/+5
|\
| * hw/cirrus_vga.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-5/+5
* | cirrus_vga: reset lfb_addr after a pci config write if the BAR is unmappedStefano Stabellini2011-06-191-1/+4
|/
* cirrus-vga: convert to pci_register_bar_simple()Avi Kivity2011-04-071-11/+2
* cirrus_vga: flag on-device ram for dirty loggingMichael S. Tsirkin2011-04-071-5/+11
* cirrus_vga: remove unneeded resetStefan Weil2011-03-281-1/+0
* cirrus: Remove obsolete kvm.h includeJan Kiszka2011-02-141-1/+0
* 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
OpenPOWER on IntegriCloud