1. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  2. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  3. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  4. 1f20256 vmware_vga: Add back some info in local state partially reverting aa32b38c by BALATON Zoltan · 12 years ago
  5. b51d7b2 vmware_vga: Allow simple drivers to work without using the fifo by BALATON Zoltan · 12 years ago
  6. 5b9575c vmware_vga: Return a value for FB_SIZE before the device is enabled by BALATON Zoltan · 12 years ago
  7. aa32b38 vmware_vga: Remove duplicated info from local state by BALATON Zoltan · 12 years ago
  8. 0d79379 vmware_vga: Coding style cleanup by BALATON Zoltan · 12 years ago
  9. a93a4a2 console: untangle gfx & txt updates by Gerd Hoffmann · 12 years ago
  10. bf2fde7 console: move set_mouse + cursor_define callbacks by Gerd Hoffmann · 12 years ago
  11. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  12. 457ebdc vga: cleanup after isa_vga_init() and pci_vga_init() conversion by Aurelien Jarno · 12 years ago
  13. bd8f2f5 VGA: Flush coalesced MMIO on related MMIO/PIO accesses by Jan Kiszka · 13 years ago
  14. d663174 vga: ppm_save(): add error handling by Luiz Capitulino · 13 years ago
  15. d709813 console: vga_hw_screen_dump_ptr: take Error argument by Luiz Capitulino · 13 years ago
  16. 0ed8b6f Avoid returning void by Blue Swirl · 13 years ago
  17. 9e56edc vga: raise default vgamem size by Gerd Hoffmann · 13 years ago
  18. 4a1e244 vga: make vram size configurable by Gerd Hoffmann · 13 years ago
  19. 45efb16 optimize screendump for the common non-switch case by Gerd Hoffmann · 13 years ago
  20. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  21. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  22. 40021f0 pci: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  23. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  24. 0a039dc vga: Convert to isa_register_portio_list by Richard Henderson · 14 years ago
  25. 541dc0d Use new macro QEMU_PACKED for packed structures by Stefan Weil · 13 years ago
  26. fe55ff6 vmware-vga: Eliminate vga_dirty_log_restart by Jan Kiszka · 14 years ago
  27. 8d121d4 vmware-vga: Remove dead DIRECT_VRAM mode by Jan Kiszka · 14 years ago
  28. ca0508d vmware-vga: Disable verbose mode by Jan Kiszka · 14 years ago
  29. 8a9501b vmware-vga: Register reset service by Jan Kiszka · 14 years ago
  30. be20f9e vga: drop get_system_memory() from vga devices and derivatives by Avi Kivity · 14 years ago
  31. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  32. e824b2c pci: rename pci_register_bar_region() to pci_register_bar() by Avi Kivity · 14 years ago
  33. b195043 vga: convert vga and its derivatives to the memory API by Avi Kivity · 14 years ago
  34. 7b619b9 vmsvga: don't remember pci BAR address in callback any more by Avi Kivity · 14 years ago
  35. 310faae vmware_vga.c: convert to PCIDeviceInfo to initialize ids by Isaku Yamahata · 14 years ago
  36. 5c81e4c vmware_vga: refactor device creation by Blue Swirl · 14 years ago
  37. be92bbf vga: tag as not hotplugable. by Gerd Hoffmann · 14 years ago
  38. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  39. 281a26b vgabios update: handle compatibility with older qemu versions by Gerd Hoffmann · 14 years ago
  40. 4eccfec switch vmware_vga to pci vgabios by Gerd Hoffmann · 15 years ago
  41. 9f810be vmware_vga: Replace the few tab-indents with spaces (clean-up). by Andrzej Zaborowski · 14 years ago
  42. 4dedc07 vmware_vga: Add checks to deal with non-atomic fifo writes. by Andrzej Zaborowski · 14 years ago
  43. bd57ce8 vmware_vga: fix reset value for command register by Michael S. Tsirkin · 15 years ago
  44. b80d4a9 pci: don't overwrite multi functio bit in pci header type. by Isaku Yamahata · 15 years ago
  45. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
  46. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  47. fbe6d7a use new cursor struct + functions for vmware vga and sdl. by Gerd Hoffmann · 15 years ago
  48. f2d928d vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflow by Roland Dreier · 15 years ago
  49. 3fa0f95 vmware_vga: symbolic names for pci registers by Michael S. Tsirkin · 15 years ago
  50. 8095cb3 vmware: increase cursor buffer size. by Dave Airlie · 15 years ago
  51. b5cc6e3 VMware VGA: Only enable dirty log tracking when fifo is disabled by Anthony Liguori · 15 years ago
  52. a6109ff Fix VMware VGA depth computation by Anthony Liguori · 15 years ago
  53. ee3e41a Make sure to enable dirty log tracking for VMware VGA by Anthony Liguori · 15 years ago
  54. f0138a6 Make sure to enable dirty tracking of VBE vram mapping by Anthony Liguori · 15 years ago
  55. f351d05 vmware: setup PCI BAR 2 for FIFO as per vmware spec by Dave Airlie · 15 years ago
  56. 556cd09 qdev: Replace device names containing whitespace by Markus Armbruster · 15 years ago
  57. b3c3f12 vmware_vga: add rom file so that it boots. by Dave Airlie · 15 years ago
  58. d05ac8f Add "static" to please Sparse by Blue Swirl · 15 years ago
  59. be73cfe savevm: Port to qdev.vmsd all devices that have qdev by Juan Quintela · 15 years ago
  60. 18e08a5 pci: pci.h cleanup: move out stuff not in pci.c by Michael S. Tsirkin · 15 years ago
  61. 6e355d9 pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t by Isaku Yamahata · 15 years ago
  62. 0392a01 pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h by Isaku Yamahata · 15 years ago
  63. bacbe28 vmware_vga: port to vmstate by Juan Quintela · 15 years ago
  64. 3b1297f vmware_vga: the support to change dinamically depth is not there by Juan Quintela · 15 years ago
  65. 0c68132 vmware_vga: scratch is really an array of uint32_t by Juan Quintela · 15 years ago
  66. 83ef8fe vmware_vga: remove !EMBED_STDVGA code by Juan Quintela · 15 years ago
  67. fe740c4 vmware_vga: qemu_malloc() returns void * by Juan Quintela · 15 years ago
  68. 467d44b vmware_vga: Remove uselss casts from void * by Juan Quintela · 15 years ago
  69. c89507f vmware_vga: Pass pci_vmsga_state_t arg no VGACommonState by Juan Quintela · 15 years ago
  70. f74599c vga: port vmware std vga to vmstate by Juan Quintela · 15 years ago
  71. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  72. 99a0949 Get rid of _t suffix by malc · 15 years ago
  73. 0d65ddc vga: split vga_{load, save} into pci and common parts by Juan Quintela · 15 years ago
  74. a4a2f59 Everything outside of vga.c should use VGACommonState by Juan Quintela · 16 years ago
  75. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  76. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  77. 4445b0a Revert my commit c00a9de060124a988bd9847c095e5836488c6f01 by Andrzej Zaborowski · 16 years ago
  78. c00a9de Use corect depth from DisplaySurface in vmware_vga.c by Reimar Döffinger · 16 years ago
  79. a414c30 qdev: convert all vga devices. by Gerd Hoffmann · 16 years ago
  80. 9391e4b vmware_vga: clean up by Isaku Yamahata · 16 years ago
  81. 28c2c26 Rename pci_register_io_region() to pci_register_bar() by Avi Kivity · 16 years ago
  82. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  83. fbe1b59 Remove vga_ram_size by Paul Brook · 16 years ago
  84. 4e12cd9 vga: Replace VGA_COMMON with a structure by Avi Kivity · 16 years ago
  85. 6407f37 use PCI_HEADER_TYPE. by Isaku Yamahata · 16 years ago
  86. b584726 Clean up VGA ram allocation. by pbrook · 16 years ago
  87. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  88. 173a543 Add and use #defines for PCI device classes by blueswir1 · 16 years ago
  89. deb5439 Define PCI vendor and device IDs in pci.h (Stuart Brady) by aliguori · 16 years ago
  90. e07d630 fix screendump (Stefano Stabellini) by aliguori · 16 years ago
  91. 3023f33 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  92. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  93. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  94. 0e1f5a0 Introduce accessors for DisplayState (Stefano Stabellini) by aliguori · 16 years ago
  95. 38334f7 Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann). by balrog · 16 years ago
  96. ff9cf2c Properly byte-swap values in VMware SVGA (malc). by balrog · 17 years ago
  97. 931ea43 Make Bochs VBE work with VMWare SVGA (malc). by balrog · 17 years ago
  98. 4fb3fbc Don't overwrite VMwareSVGA's memory region start addresses (malc). by balrog · 17 years ago
  99. e93a5f4 Initialize the VMware VGA console after vga_init (Alexander Graf). by balrog · 17 years ago
  100. c60e08d Implement resolution switching in common console code. by pbrook · 17 years ago