[go: up one dir, main page]

  1. 04024de update VERSION for v1.3.1 by Michael Roth · 13 years ago stable-1.3 v1.3.1
  2. 1bd4397 qxl: Fix SPICE_RING_PROD_ITEM(), SPICE_RING_CONS_ITEM() sanity check by Markus Armbruster · 13 years ago
  3. e766724 Fix compile errors when enabling Xen debug logging. by Sander Eikelenboom · 13 years ago
  4. df50a7e xen: fix trivial PCI passthrough MSI-X bug by Stefano Stabellini · 13 years ago
  5. 90c96d3 xen_disk: fix memory leak by Roger Pau Monne · 13 years ago
  6. 4ee2879 tcg/target-arm: Add missing parens to assertions by Peter Maydell · 13 years ago
  7. 563068a win32-aio: Fix memory leak by Kevin Wolf · 13 years ago
  8. cdb4834 win32-aio: Fix vectored reads by Kevin Wolf · 13 years ago
  9. 9d173df aio: Fix return value of aio_poll() by Kevin Wolf · 13 years ago
  10. 204dd38 raw-posix: fix bdrv_aio_ioctl by Paolo Bonzini · 13 years ago
  11. 86bab45 vfio-pci: Loosen sanity checks to allow future features by Alex Williamson · 13 years ago
  12. 006c747 pci-assign: Enable MSIX on device to match guest by Alex Williamson · 13 years ago
  13. f042cca vfio-pci: Make host MSI-X enable track guest by Alex Williamson · 13 years ago
  14. 1205b80 target-xtensa: fix search_pc for the last TB opcode by Max Filippov · 13 years ago
  15. ff0c079 buffered_file: do not send more than s->bytes_xfer bytes per tick by Paolo Bonzini · 13 years ago
  16. d745511 migration: fix migration_bitmap leak by Paolo Bonzini · 13 years ago
  17. 5afd0ec e1000: Discard oversized packets based on SBP|LPE by Michael Contreras · 13 years ago
  18. c4cd5b0 qxl+vnc: register a vm state change handler for dummy spice_server by Uri Lublin · 13 years ago
  19. 7ca2496 qxl: save qemu_create_displaysurface_from result by Gerd Hoffmann · 13 years ago
  20. bfae937 target-xtensa: fix ITLB/DTLB page protection flags by Max Filippov · 13 years ago
  21. b68c48f pixman: fix vnc tight png/jpeg support by Gerd Hoffmann · 13 years ago
  22. 36fd817 Update seabios to a810e4e72a0d42c7bc04eda57382f8e019add901 by Gerd Hoffmann · 13 years ago
  23. 0bc5f4a seabios: update to e8a76b0f225bba5ba9d63ab227e0a37b3beb1059 by Gerd Hoffmann · 13 years ago
  24. 37e1428 vfio-pci: Don't use kvm_irqchip_in_kernel by Alex Williamson · 13 years ago
  25. 518799a target-mips: Fix incorrect shift for SHILO and SHILOV by Petar Jovanovic · 13 years ago
  26. 16c5fe4 target-mips: Fix incorrect code and test for INSV by Petar Jovanovic · 13 years ago
  27. f1a2195 migration: Fix madvise breakage if host and guest have different page sizes by David Gibson · 13 years ago
  28. 3b4fc1f Fix off-by-1 error in RAM migration code by David Gibson · 13 years ago
  29. d67d95f Disable semaphores fallback code for OpenBSD by Brad Smith · 13 years ago
  30. 0a7ad69 Fix semaphores fallback code by Brad Smith · 13 years ago
  31. 6d6c9f5 Update version for 1.3.0 release by Anthony Liguori · 13 years ago v1.3.0
  32. b0d9ffc e1000: Discard packets that are too long if !SBP and !LPE by Michael Contreras · 13 years ago
  33. 01bbd8b Update version for 1.3.0-rc2 by Anthony Liguori · 13 years ago v1.3.0-rc2
  34. ee0caa8 Merge remote-tracking branch 'kraxel/seabios-b1c35f2' into staging by Anthony Liguori · 13 years ago
  35. 90e0793 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  36. 3235f92 Merge remote-tracking branch 'spice/spice.v65' into staging by Anthony Liguori · 13 years ago
  37. 923fd98 Merge remote-tracking branch 'kraxel/usb.73' into staging by Anthony Liguori · 13 years ago
  38. 36520fa Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
  39. d7a51db seabios: update binaries in pc-bios/ by Gerd Hoffmann · 13 years ago
  40. 7527bd8 roms: also copy the dsdt when updating seabios. by Gerd Hoffmann · 13 years ago
  41. 46ee77b Revert "audio/wavcapture: Clarify licensing" by Anthony Liguori · 13 years ago
  42. d76aa45 Revert "audio/audio_pt_int: Clarify licensing" by Anthony Liguori · 13 years ago
  43. 1f32989 seabios: update to b1c35f2b28cc0c94ebed8176ff61ac0e0b377798 by Gerd Hoffmann · 13 years ago
  44. c6e052f multiboot: fix e801 memory map by Paolo Bonzini · 13 years ago
  45. fe512d6 seccomp: adding new syscalls (bugzilla 855162) by Eduardo Otubo · 13 years ago
  46. 2ad2210 coroutine-sigaltstack.c: Use stack_t, not struct sigaltstack by Peter Maydell · 13 years ago
  47. e3980e2 stream: fix ratelimit_set_speed by Dietmar Maurer · 13 years ago
  48. 0c6f08b atapi: make change media detection for guests easier by Pavel Hrdina · 13 years ago
  49. d3067b0 Documentation: Update image format information by Kevin Wolf · 13 years ago
  50. a13e5e0 Documentation: Update block cache mode information by Kevin Wolf · 13 years ago
  51. e1f7b48 virtio: limit avail bytes lookahead by Michael S. Tsirkin · 13 years ago
  52. 044d003 qemu-tech.texi: update implemented xtensa features list by Max Filippov · 13 years ago
  53. e912c96 qdev: relax bus type check in qdev_device_add() (v2) by Anthony Liguori · 13 years ago
  54. 1d16252 qapi: fix qapi_dealloc_type_size parameter type by Bruce Rogers · 13 years ago
  55. 2b29f49 ehci-sysbus: Attach DMA context. by Peter Crosthwaite · 13 years ago
  56. c128d6a usb: fail usbdevice_create() when there is no USB bus by Stefan Hajnoczi · 13 years ago
  57. 6c2d1c3 usb: tag usb host adapters as not hotpluggable. by Gerd Hoffmann · 13 years ago
  58. fa98efe qxl: reload memslots after migration, when qxl is in UNDEFINED mode by Yonit Halperin · 13 years ago
  59. e9bff10 event notifier: Fix setup for win32 by Jan Kiszka · 13 years ago
  60. 264ac41 Merge remote-tracking branch 'bonzini/nbd-next' into staging by Anthony Liguori · 13 years ago
  61. e6451fd Merge remote-tracking branch 'bonzini/scsi-next' into staging by Anthony Liguori · 13 years ago
  62. 0a6b2ac Merge remote-tracking branch 'agraf/s390-for-upstream-1.3' into staging by Anthony Liguori · 13 years ago
  63. 7e68494 Merge remote-tracking branch 'agraf/ppc-for-upstream-1.3' into staging by Anthony Liguori · 13 years ago
  64. f3d44eb Merge remote-tracking branch 'afaerber/qom-cpu-1.3' into staging by Anthony Liguori · 13 years ago
  65. cbdd199 build: compile translate.o with -fno-gcse option on GCC 4.6.x and 4.7.[012] by Paolo Bonzini · 13 years ago
  66. 863d105 virtio-scsi: Fix subtle (guest) endian bug by David Gibson · 13 years ago
  67. 474ee55 virtio-scsi: Fix some endian bugs with virtio-scsi by David Gibson · 13 years ago
  68. f807ecd iscsi: do not assume device is zero initialized by Peter Lieven · 13 years ago
  69. e829b0b iscsi: fix deadlock during login by Peter Lieven · 13 years ago
  70. 8da1e18 iscsi: fix segfault in url parsing by Peter Lieven · 13 years ago
  71. f3313d2 nbd-server-add: Fix the default for 'writable' by Michal Privoznik · 13 years ago
  72. 8ffaaba nbd: fix use of two uninitialized bytes when connecting to a named export by Paolo Bonzini · 13 years ago
  73. 02c6ccc rtc: Only call rtc_set_cmos when Register B SET flag is disabled. by Alex Horn · 13 years ago
  74. 03a36f1 virtio-rng: do not use g_assert_cmpint by Paolo Bonzini · 13 years ago
  75. d60478c tests: make threadpool cancellation test looser by Paolo Bonzini · 13 years ago
  76. 1e1d71a Update version for 1.3.0-rc1 by Anthony Liguori · 13 years ago v1.3.0-rc1
  77. 42015c9 virtio-rng: fix typos, comments by Amit Shah · 13 years ago
  78. 8cc6774 virtio-rng: disable timer on device removal by Amit Shah · 13 years ago
  79. 4621c17 virtio-rng: remove extra request for entropy by Amit Shah · 13 years ago
  80. 1441703 virtio-rng: use virtqueue_get_avail_bytes, fix migration by Amit Shah · 13 years ago
  81. 25d8728 i8259: Fix PIC_COMMON() macro by Andreas Färber · 13 years ago
  82. 0c26f2e qapi: handle visitor->type_size() in QapiDeallocVisitor by Stefan Hajnoczi · 13 years ago
  83. e1e54f3 target-i386: cpu: add missing flags to Haswell CPU model by Eduardo Habkost · 13 years ago
  84. fa5358c vl.c: Fix broken -usb option by Peter Maydell · 13 years ago
  85. 339c270 qom: make object_finalize static by Paolo Bonzini · 13 years ago
  86. 64b625f qdev: simplify (de)allocation of buses by Paolo Bonzini · 13 years ago
  87. fde9bf4 qom: make object_delete usable for statically-allocated objects by Paolo Bonzini · 13 years ago
  88. 667d22d qdev: move bus removal to object_unparent by Paolo Bonzini · 13 years ago
  89. 764b631 qom: fix refcount of non-heap-allocated objects by Paolo Bonzini · 13 years ago
  90. 773de5c sclp: Fix uninitialized var in handle_write_event_buf(). by Cornelia Huck · 13 years ago
  91. 8c7c3c5 s390: Fix ram_size updating in machine init by Heinz Graalfs · 13 years ago
  92. 6e72719 fbdev: fix pixman compile on old pixman by Alexander Graf · 13 years ago
  93. c4d8826 vl.c: Fix broken -usb option by Peter Maydell · 13 years ago
  94. 70c68cf pseries: Fix bug in PCI MSI allocation by Alexey Kardashevskiy · 13 years ago
  95. 752ced0 kvm: fix incorrect length in a loop over kvm dirty pages map by Alexey Kardashevskiy · 13 years ago
  96. f0cc4aa PPC: Fix missing TRACE exception by Julio Guerra · 13 years ago
  97. d688e52 hw/ide/macio: Fix segfault caused by NULL DMAContext* by Peter Maydell · 13 years ago
  98. a0a7068 target-i386: Enable SSSE3 TCG support by Aurelien Jarno · 13 years ago
  99. 80ae416 target-i386/cpu: Add missing flags to Haswell CPU model by Eduardo Habkost · 13 years ago
  100. b5007bc hmp: do not crash on invalid SCSI hotplug by Paolo Bonzini · 13 years ago