1. e098b45 linux-headers: Update to v3.10-rc5 by Alexey Kardashevskiy · 11 years ago
  2. 8216966 KVM: PPC: Add dummy kvm_arch_init_irq_routing() by Scott Wood · 11 years ago
  3. 48475e1 KVM: S390: Add dummy kvm_arch_init_irq_routing() by Alexey Kardashevskiy · 11 years ago
  4. b3a1c62 KVM: ARM: Add dummy kvm_arch_init_irq_routing() by Alexey Kardashevskiy · 11 years ago
  5. baefb8b ivshmem: add missing error exit(2) by Stefan Hajnoczi · 11 years ago
  6. c5633d9 hw/xen: Use g_free instead of free and fix potential memory leaks by Stefan Weil · 11 years ago
  7. 1e2a1d4 target-sparc: Replace free by g_free by Stefan Weil · 11 years ago
  8. dcb0780 hw/scsi: Don't increment a boolean value by Stefan Weil · 11 years ago
  9. 909a196 device tree: Fix cppcheck warning by Stefan Weil · 11 years ago
  10. 8a3e8f7 Makefile: Install qemu-img and qemu-nbd man pages only if built by Andreas Färber · 11 years ago
  11. 047d4e1 Unbreak -no-quit for GTK, validate SDL options by Peter Wu · 11 years ago
  12. 787ba4f gtk: implement -full-screen by Peter Wu · 11 years ago
  13. b5601df char/serial: serial_ioport_write: Factor out common code by Peter Crosthwaite · 11 years ago
  14. 8e8638f char/serial: Use generic Fifo8 by Peter Crosthwaite · 11 years ago
  15. 7f4f0a2 char/serial: cosmetic fixes. by Peter Crosthwaite · 11 years ago
  16. 9e5e2b2 curl: Whitespace only changes. by Richard W.M. Jones · 11 years ago
  17. 5c9f433 intc/xilinx_intc: Use qemu_set_irq by Peter Crosthwaite · 11 years ago
  18. 45f0b04 configure: Disable host-bsd USB on FreeBSD by Ed Maste · 11 years ago
  19. 224ead2 configure: remove ${config_host_ld} variable by Ed Maste · 11 years ago
  20. f3a2201 gitignore: unignore *.patch by Michael Tokarev · 11 years ago
  21. c58e620 qemu-char: remove a few needless #includes by Michael Tokarev · 11 years ago
  22. bd5c51e qemu-char: don't issue CHR_EVENT_OPEN in a BH by Michael Roth · 11 years ago
  23. b62cd31 Merge remote-tracking branch 'luiz/queue/qmp' into staging by Anthony Liguori · 11 years ago
  24. 97f31cb Merge remote-tracking branch 'stefanha/net' into staging by Anthony Liguori · 11 years ago
  25. f7da9c1 gtk: use better icon by Anthony Liguori · 11 years ago
  26. 4039736 softfloat: Fix shift128Right for shift counts 64..127 by Peter Maydell · 11 years ago
  27. bc7d0e6 gdbstub: let the debugger resume from guest panicked state by Paolo Bonzini · 11 years ago
  28. 26ac7a3 gdbstub: fix for commit 87f25c12bfeaaa0c41fb857713bbc7e8a9b757dc by Paolo Bonzini · 11 years ago
  29. 4f293bd xilinx_axidma: Do not set DMA .notify to NULL after notify by Wendy Liang · 11 years ago
  30. 4e298e4 xilinx_axienet: Fix bit mask code by Stefan Weil · 11 years ago
  31. 9914fbe correct RTC_CHANGE_EVENT description (v2) by Marcelo Tosatti · 11 years ago
  32. 8899b4a MAINTAINERS: split Monitor (QMP/HMP) entry by Luiz Capitulino · 11 years ago
  33. 7810d29 MAINTAINERS: new maintainers for qapi-schema.json by Luiz Capitulino · 11 years ago
  34. c87826a tap: fix NULL dereference when passing invalid parameters to tap by Jason Wang · 11 years ago
  35. 7387de1 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 11 years ago
  36. b8a75b6 Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into staging by Anthony Liguori · 11 years ago
  37. e73fe2b hmp: add parameters device and -v for info block by Wenchao Xia · 11 years ago
  38. bd093a3 hmp: show ImageInfo in 'info block' by Wenchao Xia · 11 years ago
  39. 553a7e8 qmp: add ImageInfo in BlockDeviceInfo used by query-block by Wenchao Xia · 11 years ago
  40. 43526ec block: add image info query function bdrv_query_image_info() by Wenchao Xia · 11 years ago
  41. fb0ed45 block: add snapshot info query function bdrv_query_snapshot_info_list() by Wenchao Xia · 11 years ago
  42. bd07684 ide-test: Add FLUSH CACHE test case by Kevin Wolf · 11 years ago
  43. f68ec837 ide: Set BSY bit during FLUSH by Andreas Färber · 11 years ago
  44. c27d565 ide-test: Add enum value for DEV by Kevin Wolf · 11 years ago
  45. bf736fe blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK events by Kevin Wolf · 11 years ago
  46. 587da2c Make qemu-io commands available in HMP by Kevin Wolf · 11 years ago
  47. 02da386 qemu-io: Use the qemu version for -V by Kevin Wolf · 11 years ago
  48. 3d21994 qemu-io: Interface cleanup by Kevin Wolf · 11 years ago
  49. 0b61388 qemu-io: Move remaining helpers from cmd.c by Kevin Wolf · 11 years ago
  50. d1174f1 qemu-io: Move command_loop() and friends by Kevin Wolf · 11 years ago
  51. c2cdf5c qemu-io: Move functions for registering and running commands by Kevin Wolf · 11 years ago
  52. a38ed81 qemu-io: Move qemu_strsep() to cutils.c by Kevin Wolf · 11 years ago
  53. e681be7 qemu-io: Move 'quit' function by Kevin Wolf · 11 years ago
  54. f18a834 qemu-io: Move 'help' function by Kevin Wolf · 11 years ago
  55. dd58329 qemu-io: Factor out qemuio_command by Kevin Wolf · 11 years ago
  56. 797ac58 qemu-io: Split off commands to qemu-io-cmds.c by Kevin Wolf · 11 years ago
  57. 734c3b8 qemu-io: Don't use global bs in command implementations by Kevin Wolf · 11 years ago
  58. cf49a6a qemu-io: Handle cvtnum() errors in 'alloc' by Kevin Wolf · 11 years ago
  59. b6e356a qemu-io: Make cvtnum() a wrapper around strtosz_suffix() by Kevin Wolf · 11 years ago
  60. 5e00984 cutils: Support 'P' and 'E' suffixes in strtosz() by Kevin Wolf · 11 years ago
  61. a23818f qemu-io: Remove unused args_command by Kevin Wolf · 11 years ago
  62. d1db1fa virtio-ccw: Fix unsetting of indicators. by Cornelia Huck · 11 years ago
  63. 8312976 s390x/css: Fix concurrent sense. by Cornelia Huck · 11 years ago
  64. 293c51a blockdev: reset werror/rerror on drive_del by Stefan Hajnoczi · 11 years ago
  65. 3ffee3c vmxnet3: fix NICState cleanup by Stefan Hajnoczi · 11 years ago
  66. 8819c10 Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into staging by Anthony Liguori · 11 years ago
  67. a341619 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 11 years ago
  68. e47dccc Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  69. 5b91704 block: dump snapshot and image info to specified output by Wenchao Xia · 11 years ago
  70. f364ec6 block: move qmp and info dump related code to block/qapi.c by Wenchao Xia · 11 years ago
  71. de08c60 block: move snapshot code in block.c to block/snapshot.c by Wenchao Xia · 11 years ago
  72. 29d7827 block: drop bs_snapshots global variable by Stefan Hajnoczi · 11 years ago
  73. 2499a09 qemu-iotests: make create_image() common by Stefan Hajnoczi · 11 years ago
  74. 3a3918c qemu-iotests: make compare_images() common by Stefan Hajnoczi · 11 years ago
  75. 2575fe1 qemu-iotests: make cancel_and_wait() common by Stefan Hajnoczi · 11 years ago
  76. ecc1c88 qemu-iotests: make assert_no_active_block_jobs() common by Stefan Hajnoczi · 11 years ago
  77. b64ec4e block: add block driver read only whitelist by Fam Zheng · 11 years ago
  78. 8ddd08c qemu-iotests: fix 054 cluster size help output by Stefan Hajnoczi · 11 years ago
  79. 1713924 gtk: don't use g_object_unref on GdkCursor by Anthony Liguori · 11 years ago
  80. 41686a9 gtk: don't resize window when enabling scaling by Anthony Liguori · 11 years ago
  81. 651eb0f fix double free the memslot in kvm_set_phys_mem by Xiao Guangrong · 11 years ago
  82. 25b4833 configure: Report unknown target names more helpfully by Peter Maydell · 11 years ago
  83. 6e92f82 configure: Autogenerate default target list by Peter Maydell · 11 years ago
  84. 0ded1fe Merge remote-tracking branch 'pmaydell/arm-devs.next' into staging by Anthony Liguori · 11 years ago
  85. 95669e6 i.MX: Improve EPIT timer code. by Jean-Christophe DUBOIS · 11 years ago
  86. 6539ed2 exynos4210.c: register rom_mem for memory migration by Igor Mitsyanko · 11 years ago
  87. 11a5e48 hw/arm/exynos4210.c: convert chipid_and_omr to an mmio region by Igor Mitsyanko · 11 years ago
  88. a50c0d6 i.MX: split GPT and EPIT timer implementation by Jean-Christophe DUBOIS · 11 years ago
  89. 37ab4a5 sd/sd.c: Fix "inquiry" ACMD41 by Peter Crosthwaite · 11 years ago
  90. 1d32c26 sd/sdhci:ADMA: fix interrupt by Peter Crosthwaite · 11 years ago
  91. 677ff2a sd/sdhci.c: Fix bdata_read DPRINT message by Peter Crosthwaite · 11 years ago
  92. dcdb4cd sd/sdhci: Fix Buffer Write Ready interrupt by Peter Crosthwaite · 11 years ago
  93. 656f416 sd/sdhci.c: Only reset data_count on new commands by Peter Crosthwaite · 11 years ago
  94. b0b7ae6 xilinx_spips: lqspi: Fix byte/misaligned access by Peter Crosthwaite · 11 years ago
  95. a66418f xilinx_spips: lqspi: Push more data to tx-fifo by Peter Crosthwaite · 11 years ago
  96. 4a5b6fa xilinx_spips: Multiple debug verbosity levels by Peter Crosthwaite · 11 years ago
  97. c37fc50 xilinx_spips: Debug msgs for Snoop state by Peter Crosthwaite · 11 years ago
  98. 9151da2 xilinx_spips: Fix striping behaviour by Peter Crosthwaite · 11 years ago
  99. 2133a5f xilinx_spips: Fix CTRL register RW bits by Peter Crosthwaite · 11 years ago
  100. 15408b4 xilinx_spips: lqspi: Dont touch config register by Peter Crosthwaite · 11 years ago