1. 74bc906 qmp: fix handling of cmd with Equals in qmp-shell by Zhangleiqiang · 12 years ago
  2. 110db9b Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  3. f3f4d2c block: Add hint to -EFBIG error message by Kevin Wolf · 12 years ago
  4. 2cf7cfa qcow2: Catch some L1 table index overflows by Kevin Wolf · 12 years ago
  5. e7a09b9 osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory by Paolo Bonzini · 12 years ago
  6. 6eebf95 osdep, kvm: rename low-level RAM allocation functions by Paolo Bonzini · 12 years ago
  7. d34dc45 readline: Handle xterm escape sequences for Home/End keys by Kevin Wolf · 12 years ago
  8. 7791dba portability: pty.h is glibc-specific by Paolo Bonzini · 12 years ago
  9. d8e846e spitz: fix compilation failure due to pty.h namespace pollution by Paolo Bonzini · 12 years ago
  10. 2d3b989 acpi: add dummy write function for acpi timer by Gerd Hoffmann · 12 years ago
  11. 0358732 qom: aggressively optimize qom casting by Anthony Liguori · 12 years ago
  12. b087143 ui/gtk.c: do not use gdk_display_warp_pointer when GTK ver >3.0 by Igor Mitsyanko · 12 years ago
  13. 9e1c2ec Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature" by Paolo Bonzini · 12 years ago
  14. 3556c23 qom: allow turning cast debugging off by Paolo Bonzini · 12 years ago
  15. fa131d9 qom: trace asserting casts by Paolo Bonzini · 12 years ago
  16. be17f18 qom: pass file/line/function to asserting casts by Paolo Bonzini · 12 years ago
  17. 793c96b qom: add a fast path to object_class_dynamic_cast by Paolo Bonzini · 12 years ago
  18. bf0fda3 qom: allow casting of a NULL class by Paolo Bonzini · 12 years ago
  19. 33bc94e qom: improve documentation of cast functions by Paolo Bonzini · 12 years ago
  20. f6e136e Merge remote-tracking branch 'mjt/trivial-patches-next' into staging by Anthony Liguori · 12 years ago
  21. 879367e Merge remote-tracking branch 'spice/spice.v70' into staging by Anthony Liguori · 12 years ago
  22. 98b2d19 osdep.h: include sys/types.h for ssize_t definition by Igor Mitsyanko · 12 years ago
  23. c7e775e remove double semicolons by Dong Xu Wang · 12 years ago
  24. 7f303ad clean unnecessary code: don't check g_strdup arg for NULL by Dong Xu Wang · 12 years ago
  25. 2d40178 docs: mention AddressSpaces in docs/memory.txt by Paolo Bonzini · 12 years ago
  26. 59d8276 audio: update documentation after removing --audio-card-list option by Hervé Poussineau · 12 years ago
  27. 3e758c1 m25p80.c: Sync Flash chip list with Linux by Ed Maste · 12 years ago
  28. e6a3ee5 bsd-user: OS-agnostic 64-bit SYSCTL types by Ed Maste · 12 years ago
  29. 38ebb39 target-i386: ROR r8/r16 imm instruction fix by Aurelien Jarno · 12 years ago
  30. 66e61b5 tcg/optimize: fix setcond2 optimization by Aurelien Jarno · 12 years ago
  31. 0a2b5e3 qxl: Call spice_qxl_driver_unload from qxl_enter_vga_mode by Hans de Goede · 12 years ago
  32. 47ec15c Update version for 1.5.0-rc1 by Anthony Liguori · 12 years ago
  33. cad2b59 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  34. 5f5a131 virtio: properly validate address before accessing config by Jason Wang · 12 years ago
  35. 62c9636 virtio-pci: fix level interrupts by Michael S. Tsirkin · 12 years ago
  36. d551d22 Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu by Aurelien Jarno · 12 years ago
  37. 554ecc5 PPC: Fix rldcl by Alexander Graf · 12 years ago
  38. 36f48d9 PPC: Depend behavior of cmp instructions only on instruction encoding by Alexander Graf · 12 years ago
  39. c0f5f9c target-mips: fix incorrect behaviour for INSV by Petar Jovanovic · 12 years ago
  40. 639eadb target-mips: add missing check_dspr2 for multiply instructions by Petar Jovanovic · 12 years ago
  41. 794d00f qemu-iotests: fix 017 018 for vmdk by Fam Zheng · 12 years ago
  42. dbcdd7c qemu-iotests: exclude vmdk and qcow from 043 by Fam Zheng · 12 years ago
  43. 1afe272 qemu-iotests: exclude vmdk for test 042 by Fam Zheng · 12 years ago
  44. 948eaed qtest/ide-test: Test short and long PRDTs by Kevin Wolf · 12 years ago
  45. b95739d qtest/ide-test: Add simple DMA read/write test case by Kevin Wolf · 12 years ago
  46. acbe480 qtest: Add IDE test case by Kevin Wolf · 12 years ago
  47. 9f0332b libqos/pci: Enable bus mastering by Kevin Wolf · 12 years ago
  48. b39f961 ide: Reset BMIDEA bit when the bus master is stopped by Kevin Wolf · 12 years ago
  49. 3bac85d de_DE.po: Add missing leading spaces by Kevin Wolf · 12 years ago
  50. 0ee20e6 ahci: Don't allow creating slave drives by Kevin Wolf · 12 years ago
  51. 15d23fb Update version for qemu-1.5.0-rc0 by Anthony Liguori · 12 years ago
  52. b174de5 Merge remote-tracking branch 'kraxel/usb.82' into staging by Anthony Liguori · 12 years ago
  53. c689b4f qga: set umask 0077 when daemonizing (CVE-2013-2007) by Laszlo Ersek · 12 years ago
  54. d7108d9 virtio-net: properly check the vhost status during status set by Jason Wang · 12 years ago
  55. fd8192a Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  56. 4e906d5 xhci: handle USB_RET_BABBLE by Gerd Hoffmann · 12 years ago
  57. 9822261 uhci: Use an intermediate buffer for usb packet data by Hans de Goede · 12 years ago
  58. c3268cc usb-host: add usb_host_full_speed_compat by Gerd Hoffmann · 12 years ago
  59. 95efb20 usb-host: live migration support for the libusb version by Gerd Hoffmann · 12 years ago
  60. b5803aa Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 12 years ago
  61. 4458c23 target-i386: n270 can MOVBE by Borislav Petkov · 12 years ago
  62. 0668af5 target-i386: Introduce generic CPUID feature compat function by Eduardo Habkost · 12 years ago
  63. fe677fd Merge branch 's390-for-upstream' of git://github.com/agraf/qemu by Aurelien Jarno · 12 years ago
  64. b2a856d target-i386: Change CPUID model of 486 to 8 by Andreas Färber · 12 years ago
  65. ba2bc7a target-i386: Emulate X86CPU subclasses for global properties by Andreas Färber · 12 years ago
  66. 868d378 qdev: Introduce qdev_prop_set_globals_for_type() by Andreas Färber · 12 years ago
  67. b1fe9bc qdev: Let qdev_prop_parse() pass through Error by Andreas Färber · 12 years ago
  68. 7e5292b target-i386: Add "filtered-features" property to X86CPU by Eduardo Habkost · 12 years ago
  69. 034acf4 target-i386: Introduce X86CPU::filtered_features field by Eduardo Habkost · 12 years ago
  70. 8e8aba5 target-i386: Add "feature-words" property to X86CPU by Eduardo Habkost · 12 years ago
  71. bd87d2a target-i386: Use FeatureWord loop on filter_features_for_kvm() by Eduardo Habkost · 12 years ago
  72. 04d104b target-i386: Add ECX information to FeatureWordInfo by Eduardo Habkost · 12 years ago
  73. 2ddef42 s390: update s390-ccw.img by Alexander Graf · 12 years ago
  74. ff151f4 S390: BIOS boot from given device by Dominik Dingel · 12 years ago
  75. ba1509c S390: Add virtio-blk boot by Dominik Dingel · 12 years ago
  76. 2c4c71e S390: Merging s390_ipl_cpu and s390_ipl_reset by Dominik Dingel · 12 years ago
  77. e89e33e S390: BIOS create link to src folder for .img file by Dominik Dingel · 12 years ago
  78. 1f7de85 S390: BIOS check for file by Dominik Dingel · 12 years ago
  79. e0ff466 spapr_llan: fix device reenabling by Alexey Kardashevskiy · 12 years ago
  80. 43d03f2 PPC: e500: correct params->ram_size with ram_size by Tiejun Chen · 12 years ago
  81. 04559d5 target-ppc: Add read and write of PPR SPR by Anton Blanchard · 12 years ago
  82. c05541e target-ppc: Fix invalid SPR read/write warnings by Anton Blanchard · 12 years ago
  83. 126a793 PPC: Add MMU type for 2.06 with AMR but no TB pages by Alexander Graf · 12 years ago
  84. 4807ab4 pseries: Update SLOF firmware image by Alexey Kardashevskiy · 12 years ago
  85. cefd3cd PPC: e500: initialize GPRs as per epapr by Bharat Bhushan · 12 years ago
  86. b55519a pseries: Fix debug message for out-of-bounds address in H_PUT_TCE by David Gibson · 12 years ago
  87. d426166 pseries: Factor out check for out-of-bounds LIOBN by David Gibson · 12 years ago
  88. 0c1cd0a kvmvapic: add ioport read accessor by Marcelo Tosatti · 12 years ago
  89. 8e515b1 configure: Check that "libtool" is not the MacOSX one by Peter Maydell · 12 years ago
  90. e4b006b Merge remote-tracking branch 'afaerber-or/prep-up' into staging by Anthony Liguori · 12 years ago
  91. 1e65fe5 Merge remote-tracking branch 'pmaydell/arm-devs.next' into staging by Anthony Liguori · 12 years ago
  92. b6f54b3 prep: Make System I/O port 0092 read/write by Julio Guerra · 12 years ago
  93. 97c42c3 prep: Add ELF support for -bios by Andreas Färber · 12 years ago
  94. 8843275 prep: Fix NIP reset value by Fabien Chouteau · 12 years ago
  95. 467b346 Update OpenBIOS images by Blue Swirl · 12 years ago
  96. f7a87c4 Merge branch 'target-arm.next' of git://git.linaro.org/people/pmaydell/qemu-arm by Blue Swirl · 12 years ago
  97. 536f25e target-arm: Fix incorrect check of kvm_vcpu_ioctl return value by Peter Maydell · 12 years ago
  98. 462566f i.MX: implement a more correct version of EPIT timer. by Jean-Christophe DUBOIS · 12 years ago
  99. 120dc38 qdev: skip bus check for bus-less devices in qdev_unplug() by Igor Mammedov · 12 years ago
  100. 6f32a6b virtio-scsi: fix the command line compatibility. by KONRAD Frederic · 12 years ago