aboutsummaryrefslogtreecommitdiffstats
path: root/hw/cirrus_vga.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-8/+4
2012-02-04vga: move Cirrus VGA template to its own fileBlue Swirl1-0/+9
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-13/+17
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-13/+20
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori1-5/+12
2012-01-27qdev: move qdev->info to classAnthony Liguori1-1/+1
2012-01-25vga: compile cirrus_vga in hwlibBlue Swirl1-3/+0
2012-01-25memory: change dirty setting APIs to take a sizeBlue Swirl1-10/+6
2012-01-22vga: make Cirrus ISA device optionalBlue Swirl1-12/+29
2011-12-19Merge remote-tracking branch 'qemu-kvm/memory/mutators' into stagingAnthony Liguori1-33/+17
2011-12-15qom: add vga node to the pc composition treeAnthony Liguori1-3/+5
2011-12-06fix spelling in hw sub directoryDong Xu Wang1-1/+1
2011-12-05cirrus_vga: adapt to memory mutators APIAvi Kivity1-33/+17
2011-09-23cirrus: Unbreak ISA supportJan Kiszka1-2/+2
2011-09-04cirrus: wrap memory update in a transactionAvi Kivity1-0/+2
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-2/+0
2011-08-25cirrus: wrap memory update in a transactionAvi Kivity1-0/+2
2011-08-22vga: drop get_system_memory() from vga devices and derivativesAvi Kivity1-6/+6
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-5/+3
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-3/+2
2011-08-08cirrus: simplify linear framebuffer access functionsAvi Kivity1-66/+8
2011-08-08vga: simplify vga window mmio access functionsAvi Kivity1-2/+2
2011-08-08cirrus: simplify vga window mmio access functionsAvi Kivity1-68/+11
2011-08-08cirrus: simplify bitblt BAR access functionsAvi Kivity1-68/+13
2011-08-08cirrus: simplify mmio BAR access functionsAvi Kivity1-70/+8
2011-08-08vga: convert vga and its derivatives to the memory APIAvi Kivity1-140/+202
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori1-5/+5
2011-06-19cirrus_vga: reset lfb_addr after a pci config write if the BAR is unmappedStefano Stabellini1-1/+4
2011-06-12hw/cirrus_vga.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-5/+5
2011-04-07cirrus-vga: convert to pci_register_bar_simple()Avi Kivity1-11/+2
2011-04-07cirrus_vga: flag on-device ram for dirty loggingMichael S. Tsirkin1-5/+11
2011-03-28cirrus_vga: remove unneeded resetStefan Weil1-1/+0
2011-02-14cirrus: Remove obsolete kvm.h includeJan Kiszka1-1/+0
2011-01-10Merge remote branch 'origin/master' into pciMichael S. Tsirkin1-135/+48
2011-01-10vga: tag as not hotplugable.Gerd Hoffmann1-0/+1
2011-01-06cirrus: delete GCC 4.6 warningsAurelien Jarno1-3/+3
2011-01-06cirrus_vga: Declare as little endianBlue Swirl1-100/+12
2011-01-04cirrus_vga: fix division by 0 for color expansion ropAurelien Jarno1-32/+33
2010-12-11Add endianness as io mem parameterAlexander Graf1-4/+8
2010-11-22pci: Replace unneeded type casts in calls of pci_register_barStefan Weil1-2/+2
2010-10-13cirrus: avoid write only variablesBlue Swirl1-15/+15
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-05-22vmstate: fix breakage by 7e72abc382b700a72549e8147bdea413534eeedcTeLeMan1-1/+0
2010-01-29cirrus: Properly re-register cirrus_linear_io_addr on vram unmapJan Kiszka1-2/+4
2009-12-18pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann1-3/+1
2009-12-18Support PCI based option rom loadingAnthony Liguori1-1/+1
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-2/+3
2009-12-03qemu: cleanup unused macros in cirrusMichael S. Tsirkin1-35/+0
2009-12-03qemu: make cirrus init value pci spec compliantMichael S. Tsirkin1-1/+0
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-1/+1