1. 0aed257 tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS by Richard Henderson · 12 years ago
  2. bcc6656 tcg: Add is_unsigned_cond by Richard Henderson · 12 years ago
  3. 457ebdc vga: cleanup after isa_vga_init() and pci_vga_init() conversion by Aurelien Jarno · 13 years ago
  4. f642dfc mips/r4k: use the new is_vga_init() function by Aurelien Jarno · 13 years ago
  5. 16094b7 pc: use the new pci_vga_init() and isa_vga_init() functions by Aurelien Jarno · 13 years ago
  6. f289877 sun/sun4u: use the new pci_vga_init() function by Aurelien Jarno · 13 years ago
  7. 1ddcae8 ppc/pSeries: use the new pci_vga_init() function by Aurelien Jarno · 13 years ago
  8. 95fa01f ppc/prep: use the new pci_vga_init() function by Aurelien Jarno · 13 years ago
  9. 3e20ad3 ppc/oldworld: use the new pci_vga_init() function by Aurelien Jarno · 13 years ago
  10. e7a2e96 ppc/newworld: use the new pci_vga_init() function by Aurelien Jarno · 13 years ago
  11. 606f90c alpha: use the new pci_vga_init() function by Aurelien Jarno · 13 years ago
  12. 9c59864 mips/malta: use the new pci_vga_init() function by Aurelien Jarno · 13 years ago
  13. 14e7a64 isa: add a isa_vga_init() function by Aurelien Jarno · 13 years ago
  14. 129d42f pci: add a pci_vga_init() function by Aurelien Jarno · 13 years ago
  15. 3605ded vl.c: default to std if cirrus is not available by Aurelien Jarno · 13 years ago
  16. 879049a vl.c: check for qxl availability by Aurelien Jarno · 13 years ago
  17. 36b7f27 vl.c: convert *vga_enabled functions to QOM by Aurelien Jarno · 13 years ago
  18. 6405c86 vga: rename isa_vga_init() to isa_std_vga_init() by Aurelien Jarno · 13 years ago
  19. a1e4721 vga: rename pci_vga_init() into pci_std_vga_init() by Aurelien Jarno · 13 years ago
  20. 626cd05 tcg: remove obsolete jmp op by Aurelien Jarno · 12 years ago
  21. f783cb2 target-xtensa: de-optimize EXTUI by Aurelien Jarno · 12 years ago
  22. c9159fe Remove libhw by Stefan Weil · 12 years ago
  23. b8994fa rtc: implement century byte by Paolo Bonzini · 12 years ago
  24. e67edb9 rtc: map CMOS index 0x37 to 0x32 on read and writes by Paolo Bonzini · 12 years ago
  25. b6db4ac rtc: fix overflow in mktimegm by Paolo Bonzini · 12 years ago
  26. e0fea6b qtest: implement QTEST_STOP by Paolo Bonzini · 12 years ago
  27. 610b823 qemu-barrier: Fix compiler version check for future gcc versions by Stefan Weil · 12 years ago
  28. 9b9e3ec doc: update HACKING wrt strncpy/pstrcpy by Jim Meyering · 12 years ago
  29. 9310b9b hw/r2d: add comment: this strncpy use is ok by Jim Meyering · 12 years ago
  30. 00ea188 qcow2: mark this file's sole strncpy use as justified by Jim Meyering · 12 years ago
  31. 3cda346 acpi: remove strzcpy (strncpy-identical) function; just use strncpy by Jim Meyering · 12 years ago
  32. 2e67978 libcacard/vcard_emul_nss: use pstrcpy in place of strncpy by Jim Meyering · 12 years ago
  33. 1ab516e qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_name by Jim Meyering · 12 years ago
  34. 9d055d8 vscsi: avoid unwarranted strncpy by Jim Meyering · 12 years ago
  35. 9238c20 virtio-9p: avoid unwarranted uses of strncpy by Jim Meyering · 12 years ago
  36. e5fda03 bt: replace fragile snprintf use and unwarranted strncpy by Jim Meyering · 12 years ago
  37. 5847d9e ui/vnc: simplify and avoid strncpy by Jim Meyering · 12 years ago
  38. 900cfbc linux-user: remove two unchecked uses of strdup by Jim Meyering · 12 years ago
  39. ae21506 ppc: avoid buffer overrun: use pstrcpy, not strncpy by Jim Meyering · 12 years ago
  40. 3eadc68 os-posix: avoid buffer overrun by Jim Meyering · 12 years ago
  41. 1044dc1 lm32: avoid buffer overrun by Jim Meyering · 12 years ago
  42. a79b5f8 hw/9pfs: avoid buffer overrun by Jim Meyering · 12 years ago
  43. d66f8e7 vmdk: relative_path: use pstrcpy in place of strncpy by Jim Meyering · 12 years ago
  44. 3178e27 sheepdog: avoid a few buffer overruns by Jim Meyering · 12 years ago
  45. c2cba3d block: avoid buffer overrun by using pstrcpy, not strncpy by Jim Meyering · 12 years ago
  46. bfad673 sparc: use g_strdup in place of unchecked strdup by Jim Meyering · 12 years ago
  47. a5cf826 scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL by Jim Meyering · 12 years ago
  48. a14c749 Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into staging by Anthony Liguori · 12 years ago
  49. 05d4f2f Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  50. 97f3461 Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 12 years ago
  51. 6929cf1 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  52. 938406d Merge remote-tracking branch 'kraxel/usb.66' into staging by Anthony Liguori · 12 years ago
  53. 4be403c Make target_phys_addr_t 64 bits unconditionally by Avi Kivity · 12 years ago
  54. 8aba7dc xen: Set the vram dirty when an error occur. by Anthony PERARD · 12 years ago
  55. e226939 exec, memory: Call to xen_modified_memory. by Anthony PERARD · 12 years ago
  56. 51d7a9e exec: Introduce helper to set dirty flags. by Anthony PERARD · 12 years ago
  57. 910b38e xen: Introduce xen_modified_memory. by Anthony PERARD · 12 years ago
  58. 39f4243 QMP, Introduce xen-set-global-dirty-log command. by Anthony PERARD · 12 years ago
  59. aabc853 qemu/xen: Add 64 bits big bar support on qemu by Xudong Hao · 12 years ago
  60. bd4982a xen: Fix, no unplug of pt device by platform device. by Anthony PERARD · 12 years ago
  61. e744c06 fpu/softfloat.c: Return correctly signed values from uint64_to_float32 by Peter Maydell · 12 years ago
  62. 4be8eea fpu/softfloat.c: Remove pointless shift of always-zero value by Peter Maydell · 12 years ago
  63. 0f41dc1 vfio_pci: fix build on 32-bit systems by Anthony Liguori · 12 years ago
  64. 92e1fb5 vfio: Enable vfio-pci and mark supported by Alex Williamson · 12 years ago
  65. 65501a7 vfio: vfio-pci device assignment driver by Alex Williamson · 12 years ago
  66. 883f0b8 Update Linux kernel headers by Alex Williamson · 12 years ago
  67. df8c1b0 Update kernel header script to include vfio by Alex Williamson · 12 years ago
  68. a9321a4 x86: Implement SMEP and SMAP by H. Peter Anvin · 12 years ago
  69. 4a19e50 i386: -cpu help: remove reference to specific CPUID leaves/registers by Eduardo Habkost · 13 years ago
  70. 3b671a4 i386: cpu: eliminate duplicate feature names by Eduardo Habkost · 13 years ago
  71. 60032ac i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASES by Eduardo Habkost · 13 years ago
  72. 8fad4b4 i386: kvm: use a #define for the set of alias feature bits by Eduardo Habkost · 13 years ago
  73. b1f4679 i386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved by Eduardo Habkost · 13 years ago
  74. 90f0b71 qemu-iotests: add tests for streaming error handling by Paolo Bonzini · 12 years ago
  75. 4f45056 qemu-iotests: map underscore to dash in QMP argument names by Paolo Bonzini · 12 years ago
  76. 8f96b5b blkdebug: process all set_state rules in the old state by Paolo Bonzini · 12 years ago
  77. 1d80909 stream: add on-error argument by Paolo Bonzini · 12 years ago
  78. 32c81a4 block: introduce block job error by Paolo Bonzini · 12 years ago
  79. 3e1caa5 iostatus: reorganize io error code by Paolo Bonzini · 12 years ago
  80. 1ceee0d iostatus: change is_read to a bool by Paolo Bonzini · 12 years ago
  81. 92aa5c6 iostatus: move BlockdevOnError declaration to QAPI by Paolo Bonzini · 12 years ago
  82. ff06f5f iostatus: rename BlockErrorAction, BlockQMPEventAction by Paolo Bonzini · 12 years ago
  83. 0c81734 qemu-iotests: add test for pausing a streaming operation by Paolo Bonzini · 12 years ago
  84. 6e37fb8 qmp: add block-job-pause and block-job-resume by Paolo Bonzini · 12 years ago
  85. 8acc72a block: add support for job pause/resume by Paolo Bonzini · 12 years ago
  86. 8d65883 qmp: add 'busy' member to BlockJobInfo by Paolo Bonzini · 12 years ago
  87. 30e628b block: add block_job_query by Paolo Bonzini · 12 years ago
  88. 2f0c9fe block: move job APIs to separate files by Paolo Bonzini · 12 years ago
  89. 7e03a93 block: fix documentation of block_job_cancel_sync by Paolo Bonzini · 12 years ago
  90. 7ef1507 qerror/block: introduce QERR_BLOCK_JOB_NOT_ACTIVE by Paolo Bonzini · 12 years ago
  91. 747051c qemu-iotests: add initial tests for live block commit by Jeff Cody · 12 years ago
  92. ed61fc1 QAPI: add command for live block commit, 'block-commit' by Jeff Cody · 12 years ago
  93. 79fac56 block: helper function, to find the base image of a chain by Jeff Cody · 12 years ago
  94. 9abf2db blockdev: rename block_stream_cb to a generic block_job_cb by Jeff Cody · 12 years ago
  95. 747ff60 block: add live block commit functionality by Jeff Cody · 12 years ago
  96. 6ebdcee block: add support functions for live commit, to find and delete images. by Jeff Cody · 12 years ago
  97. 8d6d89c block: Support GlusterFS as a QEMU block backend. by Bharata B Rao · 12 years ago
  98. eb10039 configure: Add a config option for GlusterFS as block backend by Bharata B Rao · 12 years ago
  99. 2db2bfc aio: Another fix to the walking_handlers logic by Paolo Bonzini · 12 years ago
  100. ca0defb qemu: URI parsing library by Paolo Bonzini · 12 years ago