1. caae803 hw/display: QOM'ify pl110.c by xiaoqiang zhao · 8 years ago
  2. 03dd024 hw: explicitly include qemu/log.h by Paolo Bonzini · 9 years ago
  3. 8ef94f0 arm: Clean up includes by Peter Maydell · 9 years ago
  4. c1076c3 framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebuffer by Paolo Bonzini · 10 years ago
  5. 5643706 console: add head to index to qemu consoles. by Gerd Hoffmann · 11 years ago
  6. 837d371 sysbus: Set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  7. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  8. 031c44e pl110: Clarify comment about PL110 ID on VersatilePB by Peter Maydell · 11 years ago
  9. 5d7a11e pl110: QOM'ify pl110, pl110_versatile and pl111 by Andreas Färber · 12 years ago
  10. 513960e pl110: Rename pl110_state to PL110State by Andreas Färber · 12 years ago
  11. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
  12. 3eadad5 hw/d*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  13. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  14. aa2beaa console: add device link to QemuConsoles by Gerd Hoffmann · 12 years ago
  15. 380cd05 console: add GraphicHwOps by Gerd Hoffmann · 12 years ago
  16. 2c62f08 console: simplify screendump by Gerd Hoffmann · 12 years ago
  17. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  18. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/pl110.c]
  19. c78f713 console: stop using DisplayState in gfx hardware emulation by Gerd Hoffmann · 12 years ago
  20. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  21. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  22. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  23. 4ba7950 Merge remote-tracking branch 'kraxel/pixman.v3' into staging by Anthony Liguori · 12 years ago
  24. a93a4a2 console: untangle gfx & txt updates by Gerd Hoffmann · 12 years ago
  25. 375cb56 hw/pl110: Use LOG_GUEST_ERROR rather than hw_error() by Peter Maydell · 12 years ago
  26. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  27. 6e4c0d1 hw/pl110: Fix spelling of 'palette' by Peter Maydell · 13 years ago
  28. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  29. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  30. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  31. 128939a hw/pl110.c: Add post-load hook to invalidate display by Peter Maydell · 13 years ago
  32. 75c9d6c framebuffer: drop use of cpu_get_physical_page_desc() by Avi Kivity · 13 years ago
  33. 66a0a2c fix spelling in hw sub directory by Dong Xu Wang · 13 years ago
  34. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  35. 1a6b31c pl110: convert to memory API by Avi Kivity · 13 years ago
  36. 242ea2c versatilepb: Implement SYS_CLCD mux control register bits by Peter Maydell · 14 years ago
  37. 4fbf555 hw/pl110: Model the PL111 CLCD controller by Peter Maydell · 14 years ago
  38. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  39. 8c60d06 pl110: Implement save/restore by Peter Maydell · 14 years ago
  40. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  41. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  42. 99a0949 Get rid of _t suffix by malc · 15 years ago
  43. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  44. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  45. bfdb362 Fix SDL zooming with pl110 (cf. d3ffcafe25b5966b351ea6100160c2156688f22f) by Blue Swirl · 16 years ago
  46. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  47. 2e9bdce PL110 qdev conversion by Paul Brook · 16 years ago
  48. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  49. 714fa30 Implement and use shared memory framebuffer device rendering reoutine. by pbrook · 16 years ago
  50. 602dafc Use pixel_ops.h by pbrook · 16 years ago
  51. 3023f33 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  52. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  53. 0e1f5a0 Introduce accessors for DisplayState (Stefano Stabellini) by aliguori · 16 years ago
  54. c60e08d Implement resolution switching in common console code. by pbrook · 17 years ago
  55. 4d3b6f6 Add an ncurses UI. by balrog · 17 years ago
  56. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  57. 4d1165f Fix 64-bit host printf format mismatches. by pbrook · 17 years ago
  58. e9c05b4 Implement PL110 byte order config bit (original patch by Richard Purdie). by balrog · 17 years ago
  59. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  60. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  61. 64075cd PL110 versatile register hack fix (Adam Lackorzynski). by pbrook · 18 years ago
  62. 187337f Fix off-by-one memory region sizes. by pbrook · 18 years ago
  63. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  64. e6e5906 ColdFire target. by pbrook · 18 years ago
  65. 132ea32 Fix display resize bug. by pbrook · 19 years ago
  66. cdbdb64 ARM Versatile Platform Baseboard emulation. by pbrook · 19 years ago
  67. 9521989 Allow multiple graphics devices. by pbrook · 19 years ago
  68. e10c2bf Add missing return statement. by pbrook · 19 years ago
  69. af2f673 Fix -nographic on Arm. by pbrook · 19 years ago
  70. bdd5003 Arm display emulation. by pbrook · 19 years ago