Age | Commit message (Expand) | Author |
2013-03-18 | console: stop using DisplayState in gfx hardware emulation | Gerd Hoffmann |
2013-03-01 | hw: include hw header files with full paths | Paolo Bonzini |
2013-01-10 | Make all static TypeInfos const | Andreas Färber |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | ui: move files to ui/ and include/ui/ | Paolo Bonzini |
2012-12-17 | pci: update all users to look in pci/ | Michael S. Tsirkin |
2012-11-16 | vga: fix mmio vga register mapping | Gerd Hoffmann |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-10-20 | vga: add specs for standard vga | Gerd Hoffmann |
2012-10-20 | vga: add mmio bar to standard vga | Gerd Hoffmann |
2012-10-20 | vga: fix indention | Gerd Hoffmann |
2012-10-06 | vga: cleanup after isa_vga_init() and pci_vga_init() conversion | Aurelien Jarno |
2012-10-06 | vga: rename pci_vga_init() into pci_std_vga_init() | Aurelien Jarno |
2012-08-15 | Add one new file vga-pci.h and cleanup on all platforms | zhlcindy@gmail.com |
2012-06-22 | vga: raise default vgamem size | Gerd Hoffmann |
2012-06-22 | vga: make vram size configurable | Gerd Hoffmann |
2012-02-15 | qom: Unify type registration | Andreas Färber |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori |
2012-01-27 | pci: convert to QEMU Object Model | Anthony Liguori |
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 |