index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vga-pci.c
Age
Commit message (
Expand
)
Author
2011-12-15
qom: add vga node to the pc composition tree
Anthony Liguori
2011-10-11
vga: Convert to isa_register_portio_list
Richard Henderson
2011-08-22
vga: drop get_system_memory() from vga devices and derivatives
Avi Kivity
2011-08-08
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
2011-08-08
vga: convert vga and its derivatives to the memory API
Avi Kivity
2011-06-12
hw/vga-pci.c: convert to PCIDeviceInfo to initialize ids
Isaku Yamahata
2011-01-10
vga: tag as not hotplugable.
Gerd Hoffmann
2010-11-21
vgabios update: handle compatibility with older qemu versions
Gerd Hoffmann
2010-11-16
more stdvga cleanups.
Gerd Hoffmann
2010-11-16
switch stdvga to pci vgabios
Gerd Hoffmann
2010-07-11
pci: don't overwrite multi functio bit in pci header type.
Isaku Yamahata
2009-12-18
Make sure to enable dirty tracking of VBE vram mapping
Anthony Liguori
2009-12-03
savevm: Port to qdev.vmsd all devices that have qdev
Juan Quintela
2009-12-02
vga-pci: Fix access to linear framebuffer
Stefan Weil
2009-11-13
Fix PPC crash
Blue Swirl
2009-11-09
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
Isaku Yamahata
2009-11-09
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
Isaku Yamahata
2009-10-30
vga roms: move loading from pc.c to vga drivers.
Gerd Hoffmann
2009-10-27
vga: port vga-pci to vmstate
Juan Quintela
2009-10-07
New qdev_init_nofail()
Markus Armbruster
2009-10-05
Rename pci_create_noinit() to pci_create()
Markus Armbruster
2009-10-05
Fix pci_vga_init() not to ignore bus argument
Markus Armbruster
2009-10-05
vga: move back dirty_log functions to vga.c
Juan Quintela
2009-09-09
vga: split pci bits into vga-pci.c
Juan Quintela