1. 3440a4a hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM type by Philippe Mathieu-Daudé · 1 year, 10 months ago
  2. ce35e22 qdev: Move softmmu properties to qdev-properties-system.h by Eduardo Habkost · 4 years ago
  3. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 3 months ago
  4. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 4 months ago
  5. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 4 months ago
  6. 492edf3 hw/char/xilinx_uartlite: Replace hw_error() by qemu_log_mask() by Philippe Mathieu-Daudé · 4 years, 7 months ago
  7. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  8. 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
  9. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
  10. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
  11. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 5 years ago
  12. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  13. 81517ba char: add backend hotswap handler by Anton Nefedov · 7 years ago
  14. 4d43a60 char: move CharBackend handling in char-fe unit by Marc-André Lureau · 8 years ago
  15. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  16. 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
  17. fa394ed char: make some qemu_chr_fe skip if no driver by Marc-André Lureau · 8 years ago
  18. 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
  19. 7fa47e2 char: rename some frontend functions by Marc-André Lureau · 8 years ago
  20. becdfa0 char: replace PROP_CHR with CharBackend by Marc-André Lureau · 8 years ago
  21. 6ab3fc3 hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all by Daniel P. Berrange · 8 years ago
  22. 1b6d078 hw/char: QOM'ify xilinx_uartlite model by xiaoqiang zhao · 9 years ago
  23. 17b7f2d arm devices: Clean up includes by Peter Maydell · 9 years ago
  24. 9f9bdf4 sysbus: Make devices picking up backends unavailable with -device by Markus Armbruster · 10 years ago
  25. d71b22b hw: Mark devices picking up char backends actively FIXME by Markus Armbruster · 10 years ago
  26. aa0f607 char: xilinx_uartlite: Convert to realize() by Peter Crosthwaite · 11 years ago
  27. 95faaa7 char: xilinx_uartlite: Don't reset from init by Peter Crosthwaite · 11 years ago
  28. 24bf6c1 xilinx_uartlite: QOM cast cleanups by Andreas Färber · 11 years ago
  29. 144712c xilinx_uartlite: Rename xlx_uartlite to XilinxUARTLite by Andreas Färber · 11 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/xilinx_uartlite.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. 80625b9 xilinx_uartlite: Accept input after rx FIFO pop by Peter Crosthwaite · 12 years ago
  38. 859cc10 xilinx_uartlite: suppress "cannot receive message" by Peter Crosthwaite · 12 years ago
  39. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  40. 23d6055 xilinx_uartlite: changed device name by Peter A. G. Crosthwaite · 13 years ago
  41. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  42. 0beb494 qdev: nuke qdev_init_chardev() by Anthony Liguori · 13 years ago
  43. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  44. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  45. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  46. 010f3f5 xilinx: Convert most xilinx devices to MemoryRegion by Edgar E. Iglesias · 13 years ago
  47. 2cc6e0a char: rename qemu_chr_write() -> qemu_chr_fe_write() by Anthony Liguori · 13 years ago
  48. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  49. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  50. 99a0949 Get rid of _t suffix by malc · 15 years ago
  51. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 15 years ago
  52. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  53. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  54. ee118d9 xilinx: Add uartlite emulation. by Edgar E. Iglesias · 16 years ago