1. ce35e22 qdev: Move softmmu properties to qdev-properties-system.h by Eduardo Habkost · 4 years, 3 months ago
  2. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  3. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  4. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  5. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  6. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  7. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  8. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  9. c0578de misc: drop old i386 dependency by Philippe Mathieu-Daudé · 7 years ago
  10. 3065070 char: avoid chardevice direct access by Anton Nefedov · 8 years ago
  11. 81517ba char: add backend hotswap handler by Anton Nefedov · 8 years ago
  12. 4d43a60 char: move CharBackend handling in char-fe unit by Marc-André Lureau · 8 years ago
  13. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  14. 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
  15. 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
  16. becdfa0 char: replace PROP_CHR with CharBackend by Marc-André Lureau · 8 years ago
  17. 6ab3fc3 hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all by Daniel P. Berrange · 8 years ago
  18. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  19. b6a0aa0 x86: Clean up includes by Peter Maydell · 9 years ago
  20. c7bcc85 qdev: Remove hex8/32/64 property types by Paolo Bonzini · 11 years ago
  21. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
  22. 300b1fc hw/c*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  23. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  24. db895a1 isa: Use realizefn for ISADevice by Andreas Färber · 12 years ago
  25. 668fca9 debugcon: fix compiler warning when open DEBUG_DEBUGCON by liguang · 12 years ago
  26. e6ee284 debugcon: make debug message more readable by liguang · 12 years ago
  27. 8c1f72d debugcon: fix always print "addr=0x0, val=0x0" bug when use DEBUG_DEBUGCON by liguang · 12 years ago
  28. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  29. 9944d32 hw: move char devices to hw/char/, configure via default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/debugcon.c]
  30. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  31. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  32. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  33. e8ba1ce switch debugcon to memory api by Gerd Hoffmann · 12 years ago
  34. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  35. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  36. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  37. 8f04ee0 isa: pic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  38. 2cc6e0a char: rename qemu_chr_write() -> qemu_chr_fe_write() by Anthony Liguori · 14 years ago
  39. 0534163 Debugcon: Fix debugging printf by Adam Lackorzynski · 15 years ago
  40. c9f398e debugcon: support for debugging consoles (e.g. Bochs port 0xe9) by H. Peter Anvin · 15 years ago