Age | Commit message (Expand) | Author |
2011-06-12 | vmware_vga.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-02-12 | vmware_vga: refactor device creation | Blue Swirl |
2011-01-10 | vga: tag as not hotplugable. | Gerd Hoffmann |
2010-12-11 | Add endianness as io mem parameter | Alexander Graf |
2010-11-21 | vgabios update: handle compatibility with older qemu versions | Gerd Hoffmann |
2010-11-16 | switch vmware_vga to pci vgabios | Gerd Hoffmann |
2010-09-10 | vmware_vga: Replace the few tab-indents with spaces (clean-up). | Andrzej Zaborowski |
2010-09-10 | vmware_vga: Add checks to deal with non-atomic fifo writes. | Andrzej Zaborowski |
2010-07-11 | vmware_vga: fix reset value for command register | Michael S. Tsirkin |
2010-07-11 | pci: don't overwrite multi functio bit in pci header type. | Isaku Yamahata |
2010-07-06 | qemu_ram_alloc: Add DeviceState and name parameters | Alex Williamson |
2010-07-06 | savevm: Add DeviceState param | Alex Williamson |
2010-05-24 | use new cursor struct + functions for vmware vga and sdl. | Gerd Hoffmann |
2010-01-11 | vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflow | Roland Dreier |
2009-12-23 | vmware_vga: symbolic names for pci registers | Michael S. Tsirkin |
2009-12-18 | vmware: increase cursor buffer size. | Dave Airlie |
2009-12-18 | VMware VGA: Only enable dirty log tracking when fifo is disabled | Anthony Liguori |
2009-12-18 | Fix VMware VGA depth computation | Anthony Liguori |
2009-12-18 | Make sure to enable dirty log tracking for VMware VGA | Anthony Liguori |
2009-12-18 | Make sure to enable dirty tracking of VBE vram mapping | Anthony Liguori |
2009-12-18 | vmware: setup PCI BAR 2 for FIFO as per vmware spec | Dave Airlie |
2009-12-12 | qdev: Replace device names containing whitespace | Markus Armbruster |
2009-12-12 | vmware_vga: add rom file so that it boots. | Dave Airlie |
2009-12-04 | Add "static" to please Sparse | Blue Swirl |
2009-12-03 | savevm: Port to qdev.vmsd all devices that have qdev | Juan Quintela |
2009-12-01 | pci: pci.h cleanup: move out stuff not in pci.c | Michael S. Tsirkin |
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-27 | vmware_vga: port to vmstate | Juan Quintela |
2009-10-27 | vmware_vga: the support to change dinamically depth is not there | Juan Quintela |
2009-10-27 | vmware_vga: scratch is really an array of uint32_t | Juan Quintela |
2009-10-27 | vmware_vga: remove !EMBED_STDVGA code | Juan Quintela |
2009-10-27 | vmware_vga: qemu_malloc() returns void * | Juan Quintela |
2009-10-27 | vmware_vga: Remove uselss casts from void * | Juan Quintela |
2009-10-27 | vmware_vga: Pass pci_vmsga_state_t arg no VGACommonState | Juan Quintela |
2009-10-27 | vga: port vmware std vga to vmstate | Juan Quintela |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-09 | vga: split vga_{load, save} into pci and common parts | Juan Quintela |
2009-08-27 | Everything outside of vga.c should use VGACommonState | Juan Quintela |
2009-08-27 | qdev: add return value to init() callbacks. | Gerd Hoffmann |
2009-08-25 | Make CPURead/WriteFunc structure 'const' | Blue Swirl |
2009-08-23 | Revert my commit c00a9de060124a988bd9847c095e5836488c6f01 | Andrzej Zaborowski |
2009-08-23 | Use corect depth from DisplaySurface in vmware_vga.c | Reimar Döffinger |
2009-07-30 | qdev: convert all vga devices. | Gerd Hoffmann |
2009-06-22 | vmware_vga: clean up | Isaku Yamahata |
2009-06-16 | Rename pci_register_io_region() to pci_register_bar() | Avi Kivity |
2009-06-16 | Remove io_index argument from cpu_register_io_memory() | Avi Kivity |
2009-05-13 | Remove vga_ram_size | Paul Brook |
2009-05-08 | vga: Replace VGA_COMMON with a structure | Avi Kivity |