aboutsummaryrefslogtreecommitdiffstats
path: root/hw/vga-pci.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-10vga: tag as not hotplugable.Gerd Hoffmann1-0/+1
2010-11-21vgabios update: handle compatibility with older qemu versionsGerd Hoffmann1-0/+5
2010-11-16more stdvga cleanups.Gerd Hoffmann1-34/+8
2010-11-16switch stdvga to pci vgabiosGerd Hoffmann1-4/+3
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-1/+0
2009-12-18Make sure to enable dirty tracking of VBE vram mappingAnthony Liguori1-6/+1
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-1/+1
2009-12-02vga-pci: Fix access to linear framebufferStefan Weil1-0/+6
2009-11-13Fix PPC crashBlue Swirl1-1/+1
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-1/+1
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-2/+2
2009-10-30vga roms: move loading from pc.c to vga drivers.Gerd Hoffmann1-0/+4
2009-10-27vga: port vga-pci to vmstateJuan Quintela1-23/+11
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-10-05Rename pci_create_noinit() to pci_create()Markus Armbruster1-1/+1
2009-10-05Fix pci_vga_init() not to ignore bus argumentMarkus Armbruster1-1/+1
2009-10-05vga: move back dirty_log functions to vga.cJuan Quintela1-12/+0
2009-09-09vga: split pci bits into vga-pci.cJuan Quintela1-0/+164