1. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  2. 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
  3. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  4. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  5. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  6. 76b09fa hw/char/pl011: Use '0x' prefix when logging hex numbers by Peter Maydell · 6 years ago
  7. a3c1ca5 hw/char/pl011: Support all interrupt lines by Peter Maydell · 6 years ago
  8. 694cf20 hw/char/pl011: Allow use as an embedded-struct device by Peter Maydell · 6 years ago
  9. 81517ba char: add backend hotswap handler by Anton Nefedov · 8 years ago
  10. 4d43a60 char: move CharBackend handling in char-fe unit by Marc-André Lureau · 8 years ago
  11. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  12. 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
  13. fa394ed char: make some qemu_chr_fe skip if no driver by Marc-André Lureau · 8 years ago
  14. 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
  15. 7fa47e2 char: rename some frontend functions by Marc-André Lureau · 8 years ago
  16. becdfa0 char: replace PROP_CHR with CharBackend by Marc-André Lureau · 8 years ago
  17. 041ac05 hw/char/pl011: Add trace events by Peter Maydell · 8 years ago
  18. 6ab3fc3 hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all by Daniel P. Berrange · 8 years ago
  19. f0d1d2c hw/char: QOM'ify pl011 model by xiaoqiang zhao · 9 years ago
  20. 03dd024 hw: explicitly include qemu/log.h by Paolo Bonzini · 9 years ago
  21. 8ef94f0 arm: Clean up includes by Peter Maydell · 9 years ago
  22. 9f9bdf4 sysbus: Make devices picking up backends unavailable with -device by Markus Armbruster · 10 years ago
  23. d71b22b hw: Mark devices picking up char backends actively FIXME by Markus Armbruster · 10 years ago
  24. 8f1e884 savevm: Remove all the unneeded version_minimum_id_old (arm) by Juan Quintela · 11 years ago
  25. f72dbf3 pl011: fix incorrect logic to set the RXFF flag by Rob Herring · 11 years ago
  26. ce8f090 pl011: fix UARTRSR accesses corrupting the UARTCR value by Rob Herring · 11 years ago
  27. 22709e9 pl011: reset the fifo when enabled or disabled by Rob Herring · 11 years ago
  28. 71ffe1a pl011: QOM'ify pl011 and pl011_luminary by Andreas Färber · 12 years ago
  29. ab640bf pl011: Rename pl011_state by Andreas Färber · 12 years ago
  30. 300b1fc hw/c*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  31. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  32. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  33. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/pl011.c]
  34. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  35. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  36. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  37. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  38. 6d5433e hw/pl011: Use LOG_UNIMP and LOG_GUEST_ERROR by Peter Maydell · 12 years ago
  39. 0d4abda hw/pl011.c: Avoid crash on read when no chr backend present by Peter Maydell · 13 years ago
  40. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  41. 0beb494 qdev: nuke qdev_init_chardev() by Anthony Liguori · 13 years ago
  42. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  43. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  44. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  45. 4848475 pl011: convert to memory API by Avi Kivity · 13 years ago
  46. 2cc6e0a char: rename qemu_chr_write() -> qemu_chr_fe_write() by Anthony Liguori · 14 years ago
  47. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  48. 02b6875 vmstate: port pl011 by Juan Quintela · 14 years ago
  49. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  50. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  51. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  52. 99a0949 Get rid of _t suffix by malc · 15 years ago
  53. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  54. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  55. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  56. a7d518a PL011 qdev conversion by Paul Brook · 16 years ago
  57. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  58. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  59. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  60. 23e3929 Save/restore for stellaris boards. by pbrook · 17 years ago
  61. cc9c9ff Implement break for the pl011, based on a patch from Jason Wessel. by aurel32 · 17 years ago
  62. bd9bdce Add input buffer to mux chr (patch by Tristan Gingold). by balrog · 17 years ago
  63. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  64. 9ee6e8b ARMv7 support. by pbrook · 17 years ago
  65. 4d1165f Fix 64-bit host printf format mismatches. by pbrook · 17 years ago
  66. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  67. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  68. aa1f17c Spelling fixes, by Stefan Weil. by ths · 18 years ago
  69. 187337f Fix off-by-one memory region sizes. by pbrook · 18 years ago
  70. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  71. e5b0bc4 Rearrange char event handlers to fix CHR_EVENT_RESET. by pbrook · 18 years ago
  72. cdbdb64 ARM Versatile Platform Baseboard emulation. by pbrook · 19 years ago