1. fe512d6 seccomp: adding new syscalls (bugzilla 855162) by Eduardo Otubo · 12 years ago
  2. e1f7b48 virtio: limit avail bytes lookahead by Michael S. Tsirkin · 12 years ago
  3. 044d003 qemu-tech.texi: update implemented xtensa features list by Max Filippov · 12 years ago
  4. e912c96 qdev: relax bus type check in qdev_device_add() (v2) by Anthony Liguori · 12 years ago
  5. e9bff10 event notifier: Fix setup for win32 by Jan Kiszka · 12 years ago
  6. 264ac41 Merge remote-tracking branch 'bonzini/nbd-next' into staging by Anthony Liguori · 12 years ago
  7. e6451fd Merge remote-tracking branch 'bonzini/scsi-next' into staging by Anthony Liguori · 12 years ago
  8. 0a6b2ac Merge remote-tracking branch 'agraf/s390-for-upstream-1.3' into staging by Anthony Liguori · 12 years ago
  9. 7e68494 Merge remote-tracking branch 'agraf/ppc-for-upstream-1.3' into staging by Anthony Liguori · 12 years ago
  10. f3d44eb Merge remote-tracking branch 'afaerber/qom-cpu-1.3' into staging by Anthony Liguori · 12 years ago
  11. cbdd199 build: compile translate.o with -fno-gcse option on GCC 4.6.x and 4.7.[012] by Paolo Bonzini · 12 years ago
  12. 863d105 virtio-scsi: Fix subtle (guest) endian bug by David Gibson · 12 years ago
  13. 474ee55 virtio-scsi: Fix some endian bugs with virtio-scsi by David Gibson · 12 years ago
  14. f807ecd iscsi: do not assume device is zero initialized by Peter Lieven · 12 years ago
  15. e829b0b iscsi: fix deadlock during login by Peter Lieven · 12 years ago
  16. 8da1e18 iscsi: fix segfault in url parsing by Peter Lieven · 12 years ago
  17. f3313d2 nbd-server-add: Fix the default for 'writable' by Michal Privoznik · 12 years ago
  18. 8ffaaba nbd: fix use of two uninitialized bytes when connecting to a named export by Paolo Bonzini · 12 years ago
  19. 02c6ccc rtc: Only call rtc_set_cmos when Register B SET flag is disabled. by Alex Horn · 12 years ago
  20. 03a36f1 virtio-rng: do not use g_assert_cmpint by Paolo Bonzini · 12 years ago
  21. d60478c tests: make threadpool cancellation test looser by Paolo Bonzini · 12 years ago
  22. 1e1d71a Update version for 1.3.0-rc1 by Anthony Liguori · 12 years ago v1.3.0-rc1
  23. 42015c9 virtio-rng: fix typos, comments by Amit Shah · 12 years ago
  24. 8cc6774 virtio-rng: disable timer on device removal by Amit Shah · 12 years ago
  25. 4621c17 virtio-rng: remove extra request for entropy by Amit Shah · 12 years ago
  26. 1441703 virtio-rng: use virtqueue_get_avail_bytes, fix migration by Amit Shah · 12 years ago
  27. 25d8728 i8259: Fix PIC_COMMON() macro by Andreas Färber · 12 years ago
  28. 0c26f2e qapi: handle visitor->type_size() in QapiDeallocVisitor by Stefan Hajnoczi · 12 years ago
  29. e1e54f3 target-i386: cpu: add missing flags to Haswell CPU model by Eduardo Habkost · 12 years ago
  30. fa5358c vl.c: Fix broken -usb option by Peter Maydell · 12 years ago
  31. 339c270 qom: make object_finalize static by Paolo Bonzini · 12 years ago
  32. 64b625f qdev: simplify (de)allocation of buses by Paolo Bonzini · 12 years ago
  33. fde9bf4 qom: make object_delete usable for statically-allocated objects by Paolo Bonzini · 12 years ago
  34. 667d22d qdev: move bus removal to object_unparent by Paolo Bonzini · 12 years ago
  35. 764b631 qom: fix refcount of non-heap-allocated objects by Paolo Bonzini · 12 years ago
  36. 773de5c sclp: Fix uninitialized var in handle_write_event_buf(). by Cornelia Huck · 12 years ago
  37. 8c7c3c5 s390: Fix ram_size updating in machine init by Heinz Graalfs · 12 years ago
  38. 6e72719 fbdev: fix pixman compile on old pixman by Alexander Graf · 12 years ago
  39. c4d8826 vl.c: Fix broken -usb option by Peter Maydell · 12 years ago
  40. 70c68cf pseries: Fix bug in PCI MSI allocation by Alexey Kardashevskiy · 12 years ago
  41. 752ced0 kvm: fix incorrect length in a loop over kvm dirty pages map by Alexey Kardashevskiy · 12 years ago
  42. f0cc4aa PPC: Fix missing TRACE exception by Julio Guerra · 12 years ago
  43. d688e52 hw/ide/macio: Fix segfault caused by NULL DMAContext* by Peter Maydell · 12 years ago
  44. a0a7068 target-i386: Enable SSSE3 TCG support by Aurelien Jarno · 12 years ago
  45. 80ae416 target-i386/cpu: Add missing flags to Haswell CPU model by Eduardo Habkost · 12 years ago
  46. b5007bc hmp: do not crash on invalid SCSI hotplug by Paolo Bonzini · 12 years ago
  47. b7f43fe qom: dynamic_cast of NULL is always NULL by Paolo Bonzini · 12 years ago
  48. 74c856e tests: add thread pool unit tests by Paolo Bonzini · 12 years ago
  49. b2ea25d tests: add AioContext unit tests by Paolo Bonzini · 12 years ago
  50. b022b4a aio: avoid livelock behavior for Win32 by Paolo Bonzini · 12 years ago
  51. 21022c9 q35: Add kvmclock support by Jan Kiszka · 12 years ago
  52. 243b951 q35: Fix non-PCI IRQ processing in ich9_lpc_update_apic by Jan Kiszka · 12 years ago
  53. 21bcfdd q35: Suppress SMM BIOS initialization under KVM by Jan Kiszka · 12 years ago
  54. a1c9304 ich9: Add i82801b11 dmi-to-pci bridge by Jason Baron · 12 years ago
  55. df2d8b3 q35: Introduce q35 pc based chipset emulator by Isaku Yamahata · 12 years ago
  56. 678e7b9 ich9: Add smbus by Jason Baron · 12 years ago
  57. 4d00636 ich9: Add the lpc chip by Jason Baron · 12 years ago
  58. e516572 ich9: Add acpi support and definitions by Jason Baron · 12 years ago
  59. 410edd9 pc/piix_pci: factor out smram/pam logic by Isaku Yamahata · 12 years ago
  60. d8ee038 pc_piix: Move kvm irq routing functions out of pc_piix.c by Jason Baron · 12 years ago
  61. a39e356 pc: Move ioapic_init() from pc_piix.c to pc.c by Jason Baron · 12 years ago
  62. 9011a1a pc, pc_piix: split out pc nic initialization by Isaku Yamahata · 12 years ago
  63. cab1e8f Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 12 years ago
  64. 95a6e48 Merge remote-tracking branch 'kraxel/usb.72' into staging by Anthony Liguori · 12 years ago
  65. fb43a48 Merge remote-tracking branch 'spice/spice.v64' into staging by Anthony Liguori · 12 years ago
  66. 0a87470 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  67. f8c4382 Merge remote-tracking branch 'stefanha/net' into staging by Anthony Liguori · 12 years ago
  68. 7eff574 vnc: fix option misspelling ("non-adapative" -> "non-adaptive") by Catalin Patulea · 12 years ago
  69. 06dec08 chardev: Use real-time clock for open timer by Jan Kiszka · 12 years ago
  70. a85903f Build system fix distclean error for pixman by Wenchao Xia · 12 years ago
  71. 89c9bc3 block: Fix regression for MinGW (assertion caused by short string) by Stefan Weil · 12 years ago
  72. c6c5063 tci: Fix type of tci_read_label by Richard Henderson · 12 years ago
  73. 31abf92 target-mips: remove POOL48A from the microMIPS decoding by Aurelien Jarno · 12 years ago
  74. e5138db tcg: mark local temps as MEM in dead_temp() by Aurelien Jarno · 12 years ago
  75. 211da99 target-mips: Clean up microMIPS32 major opcode by 陳韋任 (Wei-Ren Chen) · 12 years ago
  76. d132c79 target-mips: Add comments on POOL32Axf encoding by 陳韋任 (Wei-Ren Chen) · 12 years ago
  77. 44e04d3 target-openrisc: remove conflicting definitions from cpu.h by Aurelien Jarno · 12 years ago
  78. 7aab08a tcg/arm: fix cross-endian qemu_st16 by Aurelien Jarno · 12 years ago
  79. d17bd1d tcg/arm: fix TLB access in qemu-ld/st ops by Aurelien Jarno · 12 years ago
  80. c6e88b3 Legacy qemu-kvm options have no argument by Bruce Rogers · 12 years ago
  81. 723aedd usb-redir: Don't handle interrupt output packets async by Hans de Goede · 12 years ago
  82. 234e810 usb-redir: Split usb_handle_interrupt_data into separate in/out functions by Hans de Goede · 12 years ago
  83. c402074 usb-smartcard-reader: Properly NAK interrupt eps when we've no events by Hans de Goede · 12 years ago
  84. 33c1a68 usb-bt: Return NAK instead of STALL when interrupt ep has no data by Hans de Goede · 12 years ago
  85. 71d2c9c uhci: Fix double unlink by Hans de Goede · 12 years ago
  86. 1cbdde9 uhci: Don't allow the guest to set port-enabled when there is no dev connected by Hans de Goede · 12 years ago
  87. 8879381 uhci: Add a completions_only flag for async completions by Hans de Goede · 12 years ago
  88. 21a50d0 spice: add new spice-server callbacks to ui/spice-display.c by Gerd Hoffmann · 12 years ago
  89. 9995c0b Fix the inconsistency in x509-dh-key-file parameter by Lei Li · 12 years ago
  90. 72bcca7 ide: Fix status register after short PRDs by Kevin Wolf · 12 years ago
  91. 038268e ide: Fix crash with too long PRD by Kevin Wolf · 12 years ago
  92. 08448d5 use int64_t for return values from rbd instead of int by Stefan Priebe · 12 years ago
  93. 8ba2aae vdi: don't override libuuid symbols by Stefan Hajnoczi · 12 years ago
  94. 1bc6b70 block: add bdrv_reopen() support for raw hdev, floppy, and cdrom by Jeff Cody · 12 years ago
  95. 1ccbc28 qemu-sockets: Fix parsing of the inet option 'to'. by Anthony PERARD · 12 years ago
  96. ecf51c9 tcg/ppc: Fix !softmmu case by malc · 12 years ago
  97. 58ddcd5 tap: reset vnet header size on open by Michael S. Tsirkin · 12 years ago
  98. 1d2a67f Update version for 1.3.0-rc0 release by Anthony Liguori · 12 years ago v1.3.0-rc0
  99. 72bc6f1 audio/audio_pt_int: Clarify licensing by malc · 12 years ago
  100. 456a84d audio/wavcapture: Clarify licensing by malc · 12 years ago