summaryrefslogtreecommitdiffstats
path: root/hw/cirrus_vga.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-2/+2
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-1/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* hw/cirrus_vga.c: Replace register_ioport_*Julien Grall2012-12-041-20/+28
* cirrus_vga: allow configurable vram sizeMarcelo Tosatti2012-10-301-5/+16
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-8/+8
* vga: cleanup after isa_vga_init() and pci_vga_init() conversionAurelien Jarno2012-10-061-6/+0
* VGA: Flush coalesced MMIO on related MMIO/PIO accessesJan Kiszka2012-09-111-0/+7
* Revert "fix some debug printf format strings"malc2012-08-271-2/+2
* fix some debug printf format stringsMatthew Ogilvie2012-08-241-2/+2
* Add one new file vga-pci.h and cleanup on all platformszhlcindy@gmail.com2012-08-151-1/+1
* vga: make vram size configurableGerd Hoffmann2012-06-221-2/+6
* cirrus_vga: do not reset videoramStefano Stabellini2012-03-131-4/+0
* qom: Unify type registrationAndreas Färber2012-02-151-8/+4
* vga: move Cirrus VGA template to its own fileBlue Swirl2012-02-041-0/+9
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-13/+17
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-13/+20
* isa: pic: convert to QEMU Object ModelAnthony Liguori2012-01-271-5/+12
* qdev: move qdev->info to classAnthony Liguori2012-01-271-1/+1
* vga: compile cirrus_vga in hwlibBlue Swirl2012-01-251-3/+0
* memory: change dirty setting APIs to take a sizeBlue Swirl2012-01-251-10/+6
* vga: make Cirrus ISA device optionalBlue Swirl2012-01-221-12/+29
* Merge remote-tracking branch 'qemu-kvm/memory/mutators' into stagingAnthony Liguori2011-12-191-33/+17
|\
| * cirrus_vga: adapt to memory mutators APIAvi Kivity2011-12-051-33/+17
* | qom: add vga node to the pc composition treeAnthony Liguori2011-12-151-3/+5
* | fix spelling in hw sub directoryDong Xu Wang2011-12-061-1/+1
|/
* 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
OpenPOWER on IntegriCloud