1. 79e8ed3 cris: avoid "naked" qemu_log by Paolo Bonzini · 9 years ago
  2. 65cb2a1 hw: char: Remove unnecessary variable by Shraddha Barke · 10 years ago
  3. 9f9bdf4 sysbus: Make devices picking up backends unavailable with -device by Markus Armbruster · 10 years ago
  4. d71b22b hw: Mark devices picking up char backends actively FIXME by Markus Armbruster · 10 years ago
  5. b85423f etraxfs_ser: QOM cast cleanups by Andreas Färber · 12 years ago
  6. 300b1fc hw/c*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  7. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  8. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  9. 9944d32 hw: move char devices to hw/char/, configure via default-configs/ by Paolo Bonzini · 12 years ago[Renamed (98%) from hw/etraxfs_ser.c]
  10. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  11. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  12. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  13. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  14. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  15. fc9bb17 cris hw/: Don't use CPUState by Andreas Färber · 13 years ago
  16. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  17. 0beb494 qdev: nuke qdev_init_chardev() by Anthony Liguori · 13 years ago
  18. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  19. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  20. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  21. dbfb57f etrax-ser: Convert to MemoryRegion by Edgar E. Iglesias · 14 years ago
  22. 2cc6e0a char: rename qemu_chr_write() -> qemu_chr_fe_write() by Anthony Liguori · 14 years ago
  23. 8cc7c39 etrax-ser: printf -> qemu_log. by Edgar E. Iglesias · 14 years ago
  24. 20be39d etraxfs-ser: Correct default value for RW_REC_CTRL by Edgar E. Iglesias · 14 years ago
  25. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  26. f2fcffb etrax-ser: Support the uart rx fifo. by Edgar E. Iglesias · 15 years ago
  27. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  28. 99a0949 Get rid of _t suffix by malc · 15 years ago
  29. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  30. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  31. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  32. 2a9859e ETRAX-SER: Untabify. by Edgar E. Iglesias · 16 years ago
  33. 4b81698 ETRAX-SER: qdevify. by Edgar E. Iglesias · 16 years ago
  34. 72af917 ETRAX: Simplify serport control logic. by Edgar E. Iglesias · 16 years ago
  35. f296426 ETRAX: Drop _t for the serial type. by Edgar E. Iglesias · 16 years ago
  36. 4ad804d ETRAX: Use NULL for subwidth serport reg accesses. by Edgar E. Iglesias · 16 years ago
  37. 7a3161b ETRAX: Simplify interrupt signaling. by Edgar E. Iglesias · 16 years ago
  38. cc53adb CRIS: Fix remaining build warnings. by edgar_igl · 16 years ago
  39. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  40. 0db74b0 ETRAX-FS: No need to decode the address anymore. by edgar_igl · 16 years ago
  41. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  42. d27b2e5 Avoid refering to CRIS specific cpu-state to be able to use these blocks with other cores. by edgar_igl · 17 years ago
  43. f062058 ETRAX serial port: by edgar_igl · 17 years ago
  44. ca87d03 Made the etrax timers and serial-ports base address relocatable. Use target_phys_addr_t instead of target_ulong. by edgar_igl · 17 years ago
  45. e62b5b1 * Add a model of the ETRAX interrupt controller. by edgar_igl · 17 years ago
  46. bbaf29c * target-cris/op.c: Make sure the bit-test insn only updates the XNZ flags. by edgar_igl · 17 years ago
  47. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  48. 83fa101 EtraxFS board support, by Edgar E. Iglesias. by ths · 17 years ago