1. 644c985 virtio-net: dynamic network offloads configuration by Dmitry Fleytman · 12 years ago
  2. 2b22002 chardev: Get filename for new qapi backend by Lei Li · 12 years ago
  3. 6a85e60 chardev: Make the name of memory device consistent by Lei Li · 12 years ago
  4. 17bf973 ui/gtk.c: Fix *BSD build of Gtk+ UI by Brad Smith · 12 years ago
  5. 95916ab qom/object: Don't poll cast cache for NULL objects by Peter Crosthwaite · 12 years ago
  6. 3d1bba2 glib: Fix some misuses of gsize/size_t types by Peter Crosthwaite · 12 years ago
  7. 1239b47 linux-user: Save the correct resume address for MIPS signal handling by Kwok Cheung Yeung · 12 years ago
  8. ea3164a linux-user: Fix MIPS ISA transitions during signal handling by Kwok Cheung Yeung · 12 years ago
  9. d899282 target-mips: clean-up in BIT_INSV by Petar Jovanovic · 12 years ago
  10. 9ce0e92 Open up 1.6 development by Anthony Liguori · 12 years ago
  11. 371386f Update version for 1.5.0 release. by Anthony Liguori · 12 years ago
  12. da4c1a7 osdep: fix qemu_anon_ram_free trace (+ fix compilation on 32 bit hosts) by Hervé Poussineau · 12 years ago
  13. 3568ac2 Rename hexdump to avoid FreeBSD libutil conflict by Ed Maste · 12 years ago
  14. fd2a2e1 vl: new runstate transition: RUN_STATE_GUEST_PANICKED -> RUN_STATE_FINISH_MIGRATE by Hu Tao · 12 years ago
  15. 08d0ab3 chardev: Make consistent with udp device for new qapi backend by Lei Li · 12 years ago
  16. b9b5df6 ide/macio: fix wrong opaque with TRIM support by Aurelien Jarno · 12 years ago
  17. 118d1e4 target-mips: set carry bit correctly in DSPControl register by Petar Jovanovic · 12 years ago
  18. 0ba365f target-mips: fix EXTPDP and setting up pos field in the DSPControl reg by Petar Jovanovic · 12 years ago
  19. 489ed4b target-mips: fix incorrect behaviour for EXTP by Petar Jovanovic · 12 years ago
  20. 91b96cd Update version for 1.5.0-rc3 release by Anthony Liguori · 12 years ago
  21. ce4cc31 Merge remote-tracking branch 'mdroth/qga-pull-2013-05-13' into staging by Anthony Liguori · 12 years ago
  22. 77417f1 Revert "migration: don't account sleep time for calculating bandwidth" by Michael Roth · 12 years ago
  23. 3cb8c20 main-loop: partial revert of 5e3bc73 by Stefan Hajnoczi · 12 years ago
  24. 8db165b main-loop: narrow win32 pollfds_fill() event bitmasks by Stefan Hajnoczi · 12 years ago
  25. 6d46895 virtio: add virtio_bus_get_dev_path. by KONRAD Frederic · 12 years ago
  26. c49fdf1 Update version for 1.5.0-rc2 release by Anthony Liguori · 12 years ago
  27. 6b41659 Merge remote-tracking branch 'luiz/queue/qmp' into staging by Anthony Liguori · 12 years ago
  28. 8593e05 qemu-common: Resolve vector build breakes for AltiVec by Paolo Bonzini · 12 years ago
  29. 262f27b ide-test: Fix endianness problems by Kevin Wolf · 12 years ago
  30. 913b4b6 hw/pci-host/versatile.c: Provide property for forcing broken IRQ mapping by Peter Maydell · 12 years ago
  31. bc04d89 hw/pci-host/versatile.c: Update autodetect to detect newer kernels by Peter Maydell · 12 years ago
  32. 33201b5 Revert "versatile_pci: Put the host bridge PCI device at slot 29" by Peter Maydell · 12 years ago
  33. 1405b62 w32: Fix configure test for -march=i486 by Stefan Weil · 12 years ago
  34. 2d16c8e configure: Detect uuid on MacOSX (fixes compile failure) by Peter Maydell · 12 years ago
  35. 1483adc vnc: Make ledstate comparison before modifiers updated by Lei Li · 12 years ago
  36. 800ced8 virtio-net-x: forward the netclient name and type. by KONRAD Frederic · 12 years ago
  37. 8a253ec virtio-net: add virtio_net_set_netclient_name. by KONRAD Frederic · 12 years ago
  38. ad7f375 qapi: fix leak in unit tests by Michael Roth · 12 years ago
  39. 74bc906 qmp: fix handling of cmd with Equals in qmp-shell by Zhangleiqiang · 12 years ago
  40. 110db9b Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  41. f3f4d2c block: Add hint to -EFBIG error message by Kevin Wolf · 12 years ago
  42. 2cf7cfa qcow2: Catch some L1 table index overflows by Kevin Wolf · 12 years ago
  43. e7a09b9 osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory by Paolo Bonzini · 12 years ago
  44. 6eebf95 osdep, kvm: rename low-level RAM allocation functions by Paolo Bonzini · 12 years ago
  45. d34dc45 readline: Handle xterm escape sequences for Home/End keys by Kevin Wolf · 12 years ago
  46. 7791dba portability: pty.h is glibc-specific by Paolo Bonzini · 12 years ago
  47. d8e846e spitz: fix compilation failure due to pty.h namespace pollution by Paolo Bonzini · 12 years ago
  48. 2d3b989 acpi: add dummy write function for acpi timer by Gerd Hoffmann · 12 years ago
  49. 0358732 qom: aggressively optimize qom casting by Anthony Liguori · 12 years ago
  50. b087143 ui/gtk.c: do not use gdk_display_warp_pointer when GTK ver >3.0 by Igor Mitsyanko · 12 years ago
  51. 9e1c2ec Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature" by Paolo Bonzini · 12 years ago
  52. 3556c23 qom: allow turning cast debugging off by Paolo Bonzini · 12 years ago
  53. fa131d9 qom: trace asserting casts by Paolo Bonzini · 12 years ago
  54. be17f18 qom: pass file/line/function to asserting casts by Paolo Bonzini · 12 years ago
  55. 793c96b qom: add a fast path to object_class_dynamic_cast by Paolo Bonzini · 12 years ago
  56. bf0fda3 qom: allow casting of a NULL class by Paolo Bonzini · 12 years ago
  57. 33bc94e qom: improve documentation of cast functions by Paolo Bonzini · 12 years ago
  58. 2b72001 qga: unlink just created guest-file if fchmod() or fdopen() fails on it by Laszlo Ersek · 12 years ago
  59. 8fe6bbc qga: distinguish binary modes in "guest_file_open_modes" map by Laszlo Ersek · 12 years ago
  60. f6e136e Merge remote-tracking branch 'mjt/trivial-patches-next' into staging by Anthony Liguori · 12 years ago
  61. 879367e Merge remote-tracking branch 'spice/spice.v70' into staging by Anthony Liguori · 12 years ago
  62. 98b2d19 osdep.h: include sys/types.h for ssize_t definition by Igor Mitsyanko · 12 years ago
  63. c7e775e remove double semicolons by Dong Xu Wang · 12 years ago
  64. 7f303ad clean unnecessary code: don't check g_strdup arg for NULL by Dong Xu Wang · 12 years ago
  65. 2d40178 docs: mention AddressSpaces in docs/memory.txt by Paolo Bonzini · 12 years ago
  66. 59d8276 audio: update documentation after removing --audio-card-list option by Hervé Poussineau · 12 years ago
  67. 3e758c1 m25p80.c: Sync Flash chip list with Linux by Ed Maste · 12 years ago
  68. e6a3ee5 bsd-user: OS-agnostic 64-bit SYSCTL types by Ed Maste · 12 years ago
  69. 38ebb39 target-i386: ROR r8/r16 imm instruction fix by Aurelien Jarno · 12 years ago
  70. 66e61b5 tcg/optimize: fix setcond2 optimization by Aurelien Jarno · 12 years ago
  71. 0a2b5e3 qxl: Call spice_qxl_driver_unload from qxl_enter_vga_mode by Hans de Goede · 12 years ago
  72. 47ec15c Update version for 1.5.0-rc1 by Anthony Liguori · 12 years ago
  73. cad2b59 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  74. 5f5a131 virtio: properly validate address before accessing config by Jason Wang · 12 years ago
  75. 62c9636 virtio-pci: fix level interrupts by Michael S. Tsirkin · 12 years ago
  76. d551d22 Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu by Aurelien Jarno · 12 years ago
  77. 554ecc5 PPC: Fix rldcl by Alexander Graf · 12 years ago
  78. 36f48d9 PPC: Depend behavior of cmp instructions only on instruction encoding by Alexander Graf · 12 years ago
  79. c0f5f9c target-mips: fix incorrect behaviour for INSV by Petar Jovanovic · 12 years ago
  80. 639eadb target-mips: add missing check_dspr2 for multiply instructions by Petar Jovanovic · 12 years ago
  81. 794d00f qemu-iotests: fix 017 018 for vmdk by Fam Zheng · 12 years ago
  82. dbcdd7c qemu-iotests: exclude vmdk and qcow from 043 by Fam Zheng · 12 years ago
  83. 1afe272 qemu-iotests: exclude vmdk for test 042 by Fam Zheng · 12 years ago
  84. 948eaed qtest/ide-test: Test short and long PRDTs by Kevin Wolf · 12 years ago
  85. b95739d qtest/ide-test: Add simple DMA read/write test case by Kevin Wolf · 12 years ago
  86. acbe480 qtest: Add IDE test case by Kevin Wolf · 12 years ago
  87. 9f0332b libqos/pci: Enable bus mastering by Kevin Wolf · 12 years ago
  88. b39f961 ide: Reset BMIDEA bit when the bus master is stopped by Kevin Wolf · 12 years ago
  89. 3bac85d de_DE.po: Add missing leading spaces by Kevin Wolf · 12 years ago
  90. 0ee20e6 ahci: Don't allow creating slave drives by Kevin Wolf · 12 years ago
  91. 15d23fb Update version for qemu-1.5.0-rc0 by Anthony Liguori · 12 years ago
  92. b174de5 Merge remote-tracking branch 'kraxel/usb.82' into staging by Anthony Liguori · 12 years ago
  93. c689b4f qga: set umask 0077 when daemonizing (CVE-2013-2007) by Laszlo Ersek · 12 years ago
  94. d7108d9 virtio-net: properly check the vhost status during status set by Jason Wang · 12 years ago
  95. fd8192a Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  96. 4e906d5 xhci: handle USB_RET_BABBLE by Gerd Hoffmann · 12 years ago
  97. 9822261 uhci: Use an intermediate buffer for usb packet data by Hans de Goede · 12 years ago
  98. c3268cc usb-host: add usb_host_full_speed_compat by Gerd Hoffmann · 12 years ago
  99. 95efb20 usb-host: live migration support for the libusb version by Gerd Hoffmann · 12 years ago
  100. b5803aa Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 12 years ago