Age | Commit message (Expand) | Author |
2013-03-01 | hw: include hw header files with full paths | Paolo Bonzini |
2013-02-21 | vga: fix byteswapping. | Gerd Hoffmann |
2013-01-26 | vmware_vga: fix out of bounds and invalid rects updating | Michael Tokarev |
2013-01-10 | Make all static TypeInfos const | Andreas Färber |
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-10 | vmware_vga: Add back some info in local state partially reverting aa32b38c | BALATON Zoltan |
2012-11-03 | vmware_vga: Allow simple drivers to work without using the fifo | BALATON Zoltan |
2012-11-03 | vmware_vga: Return a value for FB_SIZE before the device is enabled | BALATON Zoltan |
2012-11-03 | vmware_vga: Remove duplicated info from local state | BALATON Zoltan |
2012-11-03 | vmware_vga: Coding style cleanup | BALATON Zoltan |
2012-11-01 | console: untangle gfx & txt updates | Gerd Hoffmann |
2012-11-01 | console: move set_mouse + cursor_define callbacks | Gerd Hoffmann |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-10-06 | vga: cleanup after isa_vga_init() and pci_vga_init() conversion | Aurelien Jarno |
2012-09-11 | VGA: Flush coalesced MMIO on related MMIO/PIO accesses | Jan Kiszka |
2012-09-05 | vga: ppm_save(): add error handling | Luiz Capitulino |
2012-09-05 | console: vga_hw_screen_dump_ptr: take Error argument | Luiz Capitulino |
2012-07-28 | Avoid returning void | Blue Swirl |
2012-06-22 | vga: raise default vgamem size | Gerd Hoffmann |
2012-06-22 | vga: make vram size configurable | Gerd Hoffmann |
2012-02-24 | optimize screendump for the common non-switch case | 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 |
2012-01-04 | vmstate, memory: decouple vmstate from memory API | Avi Kivity |
2011-10-11 | vga: Convert to isa_register_portio_list | Richard Henderson |
2011-09-03 | Use new macro QEMU_PACKED for packed structures | Stefan Weil |
2011-08-22 | vmware-vga: Eliminate vga_dirty_log_restart | Jan Kiszka |
2011-08-22 | vmware-vga: Remove dead DIRECT_VRAM mode | Jan Kiszka |
2011-08-22 | vmware-vga: Disable verbose mode | Jan Kiszka |
2011-08-22 | vmware-vga: Register reset service | Jan Kiszka |
2011-08-22 | vga: drop get_system_memory() from vga devices and derivatives | Avi Kivity |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
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-08-08 | vmsvga: don't remember pci BAR address in callback any more | Avi Kivity |
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 |