1. 2a74440 qerror: reduce public exposure by Luiz Capitulino · 13 years ago
  2. b5d90f0 qerror: QERR_DEVICE_ENCRYPTED: change error message by Luiz Capitulino · 13 years ago
  3. 484051b qerror: QERR_AMBIGUOUS_PATH: drop %(object) from human msg by Luiz Capitulino · 13 years ago
  4. 74ee59a monitor: drop unused monitor debug code by Luiz Capitulino · 13 years ago
  5. 33e95c6 qom: Reimplement Interfaces by Anthony Liguori · 13 years ago
  6. 669b498 xilinx_axi*: Re-implemented interconnect by Peter A. G. Crosthwaite · 13 years ago
  7. 346fe0c Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  8. 53810ba Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  9. 3129426 Merge remote-tracking branch 'bonzini/scsi-next' into staging by Anthony Liguori · 13 years ago
  10. c075a72 configure: fix double check tests with Clang by Blue Swirl · 13 years ago
  11. 8dc38a7 configure: Check for -Werror causing failures when compiling tests by Peter Maydell · 13 years ago
  12. 5fda043 exec.c: fix dirty bitmap reallocation by Igor Mitsyanko · 13 years ago
  13. 0521d37 Makefile: add qapi.py dependencies by Stefan Hajnoczi · 13 years ago
  14. ff5928d unicore32-softmmu: Add a minimal curses screen support by Guan Xuetao · 13 years ago
  15. 1e5cdaa unicore32: Close dump-option of cpu_dump_state_ucf64 function by Guan Xuetao · 13 years ago
  16. c5240d8 unicore32: Disintegrate cpu_dump_state_ucf64 function by Guan Xuetao · 13 years ago
  17. e8ede0a unicore32: Split UniCore-F64 instruction helpers from helper.c by Guan Xuetao · 13 years ago
  18. 220c214 unicore32-softmmu: Add is_default setting for puv3 machine by Guan Xuetao · 13 years ago
  19. ab9528c unicore32-softmmu: Add maintainer information for UniCore32 machine by Guan Xuetao · 13 years ago
  20. 79683f6 unicore32-softmmu: Add ps2 support by Guan Xuetao · 13 years ago
  21. 1ea3489 unicore32-softmmu: Add puv3 dma support by Guan Xuetao · 13 years ago
  22. f716c19 unicore32-softmmu: Add puv3 pm support by Guan Xuetao · 13 years ago
  23. a89d01c unicore32-softmmu: Add puv3 gpio support by Guan Xuetao · 13 years ago
  24. 56d07a9 unicore32-softmmu: Add puv3 ostimer support by Guan Xuetao · 13 years ago
  25. 5c8556a unicore32-softmmu: Add puv3 interrupt support by Guan Xuetao · 13 years ago
  26. fbbdf98 unicore32-softmmu: Add puv3 soc/board support by Guan Xuetao · 13 years ago
  27. ef03168 unicore32-softmmu: Make sure that kernel can access user space by Guan Xuetao · 13 years ago
  28. f3ccc32 unicore32-softmmu: Implement softmmu specific functions by Guan Xuetao · 13 years ago
  29. 889c134 target-unicore32: Drop UC32_CPUID macros by Andreas Färber · 13 years ago
  30. d48813d unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runable by Guan Xuetao · 13 years ago
  31. 527d997 unicore32-softmmu: Add coprocessor 0(sysctrl) and 1(ocd) instruction support by Guan Xuetao · 13 years ago
  32. 4f23a1e unicore32-softmmu: Add unicore32-softmmu build support by Guan Xuetao · 13 years ago
  33. b90372a target-arm: Fix typos in comments by Peter Maydell · 13 years ago
  34. 6562674 arm: translate: comment typo - s/middel/middle/ by Peter A. G. Crosthwaite · 13 years ago
  35. fb7c269 vl.c: Exit QEMU early if no machine is found by Dunrong Huang · 13 years ago
  36. 166f3c7 qemu-iotests: skip 039 with ./check -nocache by Stefan Hajnoczi · 13 years ago
  37. 058f8f1 block: add BLOCK_O_CHECK for qemu-img check by Stefan Hajnoczi · 13 years ago
  38. acbe598 qcow2: mark image clean after repair succeeds by Stefan Hajnoczi · 13 years ago
  39. b10170a qed: mark image clean after repair succeeds by Stefan Hajnoczi · 13 years ago
  40. 1f212b9 blockdev: flip default cache mode from writethrough to writeback by Paolo Bonzini · 13 years ago
  41. 9315cbf virtio-blk: disable write cache if not negotiated by Paolo Bonzini · 13 years ago
  42. 13e3dce virtio-blk: support VIRTIO_BLK_F_CONFIG_WCE by Paolo Bonzini · 13 years ago
  43. 353a41b qemu-iotests: Save some sed processes by Kevin Wolf · 13 years ago
  44. ea8d82a ahci: Fix sglist memleak in ahci_dma_rw_buf() by Jason Baron · 13 years ago
  45. 61f52e0 ahci: Fix ahci cdrom read corruptions for reads > 128k by Jason Baron · 13 years ago
  46. 730a9c5 virtio-blk: fix use-after-free while handling scsi commands by Avi Kivity · 13 years ago
  47. 3d1d965 handle device help before accelerator set up by Bruce Rogers · 13 years ago
  48. d3da41e Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemu by Blue Swirl · 13 years ago
  49. 8227421 qemu_rearm_alarm_timer: do not call rearm if the next deadline is INT64_MAX by Stefano Stabellini · 13 years ago
  50. 82e5d46 target-xtensa: make 'sim' to be the default machine by Max Filippov · 13 years ago
  51. e38077f target-xtensa: make default CPU depend on target endianness by Max Filippov · 13 years ago
  52. f1cb095 MIPS: Correct FCR0 initialization by Nathan Froyd · 13 years ago
  53. 832a226 scsi-bus: remove overlapping entry by Blue Swirl · 13 years ago
  54. a1e64eb xilinx_axienet: avoid useless self-assignment by Blue Swirl · 13 years ago
  55. 1846ec2 user: fix accidental AREG0 use by Blue Swirl · 13 years ago
  56. 427a1a2 qapi: avoid reserved keywords by Blue Swirl · 13 years ago
  57. 8954bae sparc: fix expression with uninitialized initial value by Blue Swirl · 13 years ago
  58. acfbe71 sparc: fix floppy TC line setup by Blue Swirl · 13 years ago
  59. cea936b esp: add Tekram DC-390 emulation (PC SCSI adapter) by Hervé Poussineau · 13 years ago
  60. bde299a Revert "pci: add some stubs" by Hervé Poussineau · 13 years ago
  61. aebcf56 esp: move PCI emulation to a new file esp-pci.c by Hervé Poussineau · 13 years ago
  62. 9c7e23f esp: move some definitions to header file by Hervé Poussineau · 13 years ago
  63. 5222aaf scsi-disk: add support for the UNMAP command by Paolo Bonzini · 13 years ago
  64. a084a70 scsi-disk: improve out-of-range LBA detection for WRITE SAME by Paolo Bonzini · 13 years ago
  65. 46e3f30 scsi-disk: more assertions and resets for aiocb by Paolo Bonzini · 13 years ago
  66. 4dd7c82 virtio-scsi: do not compare 32-bit QEMU tags against 64-bit virtio-scsi tags by Paolo Bonzini · 13 years ago
  67. 31459f4 iscsi: Pick default initiator-name based on the name of the VM by Ronnie Sahlberg · 13 years ago
  68. f2ef4a6 iscsi: reorganize code for parse_initiator_name by Paolo Bonzini · 13 years ago
  69. b93c94f iscsi: do not leak initiator_name by Paolo Bonzini · 13 years ago
  70. c03b0aa Merge remote-tracking branch 'kraxel/usb.58' into staging by Anthony Liguori · 13 years ago
  71. b262fce Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  72. 5441421 usb-storage: fix SYNCHRONIZE_CACHE by Gerd Hoffmann · 13 years ago
  73. 06f9847 usb-storage: improve debug logging by Gerd Hoffmann · 13 years ago
  74. 0b8db8f slirp: fix build on mingw32 by Anthony Liguori · 13 years ago
  75. 20caf0f qemu-img: use QemuOpts instead of QEMUOptionParameter in resize function by Dong Xu Wang · 13 years ago
  76. b0869a4 qemu-iotests: Be more flexible with image creation options by Kevin Wolf · 13 years ago
  77. dc68afe qemu-iotests: add 039 qcow2 lazy refcounts test by Stefan Hajnoczi · 13 years ago
  78. e01c30d qemu-io: add "abort" command to simulate program crash by Stefan Hajnoczi · 13 years ago
  79. bfe8043 qcow2: implement lazy refcounts by Stefan Hajnoczi · 13 years ago
  80. 91cf8a3 qemu-iotests: ignore qemu-img create lazy_refcounts output by Stefan Hajnoczi · 13 years ago
  81. dae8796 docs: add lazy refcounts bit to qcow2 specification by Stefan Hajnoczi · 13 years ago
  82. c61d000 qcow2: introduce dirty bit by Stefan Hajnoczi · 13 years ago
  83. 0f6d767 docs: add dirty bit to qcow2 specification by Stefan Hajnoczi · 13 years ago
  84. e77964f qemu-iotests: add qed.py image manipulation utility by Stefan Hajnoczi · 13 years ago
  85. 05290d8 qapi: generalize documentation of streaming commands by Paolo Bonzini · 13 years ago
  86. b2df431 ide scsi: Mess with geometry only for hard disk devices by Markus Armbruster · 13 years ago
  87. 26b9b5f virtio: fix vhost handling by Paolo Bonzini · 13 years ago
  88. 22d48de Merge remote-tracking branch 'kiszka/queues/slirp' into staging by Anthony Liguori · 13 years ago
  89. f777501 Merge branch 'axp-next' of git://repo.or.cz/qemu/rth by Blue Swirl · 13 years ago
  90. 95c0982 alpha-linux-user: Fix the getpriority syscall by Richard Henderson · 13 years ago
  91. 0229f5a alpha-linux-user: Properly handle the non-rt sigprocmask syscall. by Richard Henderson · 13 years ago
  92. 0e14197 alpha-linux-user: Fix a3 error return with v0 error bypass. by Richard Henderson · 13 years ago
  93. e7ea6cb linux-user: Translate pipe2 flags; add to strace by Richard Henderson · 13 years ago
  94. a5e7ee4 linux-user: Allocate the right amount of space for non-fixed file maps by Richard Henderson · 13 years ago
  95. afc8763 linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATH by Richard Henderson · 13 years ago
  96. 4eeea4f linux-user: Sync fcntl.h bits with the kernel by Richard Henderson · 13 years ago
  97. 6e06d51 alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properly by Richard Henderson · 13 years ago
  98. 7639364 alpha-linux-user: Work around hosted mmap allocation problems by Richard Henderson · 13 years ago
  99. d0f2049 alpha-linux-user: Fix signal handling by Richard Henderson · 13 years ago
  100. 17a4ed8 bitops: drop volatile qualifier by Blue Swirl · 13 years ago