summaryrefslogtreecommitdiffstats
path: root/hw/vga-pci.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-2/+2
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* vga: fix mmio vga register mappingGerd Hoffmann2012-11-161-3/+4
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-4/+4
* vga: add specs for standard vgaGerd Hoffmann2012-10-201-0/+2
* vga: add mmio bar to standard vgaGerd Hoffmann2012-10-201-0/+108
* vga: fix indentionGerd Hoffmann2012-10-201-14/+14
* vga: cleanup after isa_vga_init() and pci_vga_init() conversionAurelien Jarno2012-10-061-6/+0
* vga: rename pci_vga_init() into pci_std_vga_init()Aurelien Jarno2012-10-061-3/+3
* Add one new file vga-pci.h and cleanup on all platformszhlcindy@gmail.com2012-08-151-1/+1
* vga: raise default vgamem sizeGerd Hoffmann2012-06-221-1/+1
* vga: make vram size configurableGerd Hoffmann2012-06-221-1/+7
* qom: Unify type registrationAndreas Färber2012-02-151-2/+3
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-6/+8
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-11/+16
* qom: add vga node to the pc composition treeAnthony Liguori2011-12-151-3/+2
* vga: Convert to isa_register_portio_listRichard Henderson2011-10-111-1/+1
* vga: drop get_system_memory() from vga devices and derivativesAvi Kivity2011-08-221-2/+2
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-2/+1
* vga: convert vga and its derivatives to the memory APIAvi Kivity2011-08-081-26/+2
* hw/vga-pci.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-6/+5
* vga: tag as not hotplugable.Gerd Hoffmann2011-01-101-0/+1
* vgabios update: handle compatibility with older qemu versionsGerd Hoffmann2010-11-211-0/+5
* more stdvga cleanups.Gerd Hoffmann2010-11-161-34/+8
* switch stdvga to pci vgabiosGerd Hoffmann2010-11-161-4/+3
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-111-1/+0
* Make sure to enable dirty tracking of VBE vram mappingAnthony Liguori2009-12-181-6/+1
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-1/+1
* vga-pci: Fix access to linear framebufferStefan Weil2009-12-021-0/+6
* Fix PPC crashBlue Swirl2009-11-131-1/+1
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-1/+1
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-2/+2
* vga roms: move loading from pc.c to vga drivers.Gerd Hoffmann2009-10-301-0/+4
* vga: port vga-pci to vmstateJuan Quintela2009-10-271-23/+11
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Rename pci_create_noinit() to pci_create()Markus Armbruster2009-10-051-1/+1
* Fix pci_vga_init() not to ignore bus argumentMarkus Armbruster2009-10-051-1/+1
* vga: move back dirty_log functions to vga.cJuan Quintela2009-10-051-12/+0
* vga: split pci bits into vga-pci.cJuan Quintela2009-09-091-0/+164
OpenPOWER on IntegriCloud