qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Patch Round-up for stable 1.3.1, freeze Monday
@ 2013-01-16 16:49 Michael Roth
  2013-01-16 16:49 ` [Qemu-devel] [PATCH 01/21] Fix semaphores fallback code Michael Roth
                   ` (22 more replies)
  0 siblings, 23 replies; 26+ messages in thread
From: Michael Roth @ 2013-01-16 16:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, qemu-stable

Hi everyone,

The following new patches are queued for QEMU stable v1.3.1:

https://github.com/mdroth/qemu/commits/stable-1.3-staging

The release is planned for 01-25-2013:

http://wiki.qemu.org/Planning/1.3

Please CC qemu-stable@nongnu.org on any patches you think should be
included in the release. The cut-off date is 01-21-2013 for new patches.

Testing/feedback is greatly appreciated.

Thanks!

204dd38 raw-posix: fix bdrv_aio_ioctl (Paolo Bonzini)
86bab45 vfio-pci: Loosen sanity checks to allow future features (Alex Williamson)
006c747 pci-assign: Enable MSIX on device to match guest (Alex Williamson)
f042cca vfio-pci: Make host MSI-X enable track guest (Alex Williamson)
1205b80 target-xtensa: fix search_pc for the last TB opcode (Max Filippov)
ff0c079 buffered_file: do not send more than s->bytes_xfer bytes per tick (Paolo Bonzini)
d745511 migration: fix migration_bitmap leak (Paolo Bonzini)
5afd0ec e1000: Discard oversized packets based on SBP|LPE (Michael Contreras)
c4cd5b0 qxl+vnc: register a vm state change handler for dummy spice_server (Uri Lublin)
7ca2496 qxl: save qemu_create_displaysurface_from result (Gerd Hoffmann)
bfae937 target-xtensa: fix ITLB/DTLB page protection flags (Max Filippov)
b68c48f pixman: fix vnc tight png/jpeg support (Gerd Hoffmann)
36fd817 Update seabios to a810e4e72a0d42c7bc04eda57382f8e019add901 (Gerd Hoffmann)
0bc5f4a seabios: update to e8a76b0f225bba5ba9d63ab227e0a37b3beb1059 (Gerd Hoffmann)
37e1428 vfio-pci: Don't use kvm_irqchip_in_kernel (Alex Williamson)
518799a target-mips: Fix incorrect shift for SHILO and SHILOV (Petar Jovanovic)
16c5fe4 target-mips: Fix incorrect code and test for INSV (Petar Jovanovic)
f1a2195 migration: Fix madvise breakage if host and guest have different page sizes (David Gibson)
3b4fc1f Fix off-by-1 error in RAM migration code (David Gibson)
d67d95f Disable semaphores fallback code for OpenBSD (Brad Smith)
0a7ad69 Fix semaphores fallback code (Brad Smith)

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2013-01-19  1:59 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 16:49 [Qemu-devel] Patch Round-up for stable 1.3.1, freeze Monday Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 01/21] Fix semaphores fallback code Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 02/21] Disable semaphores fallback code for OpenBSD Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 03/21] Fix off-by-1 error in RAM migration code Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 04/21] migration: Fix madvise breakage if host and guest have different page sizes Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 05/21] target-mips: Fix incorrect code and test for INSV Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 06/21] target-mips: Fix incorrect shift for SHILO and SHILOV Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 07/21] vfio-pci: Don't use kvm_irqchip_in_kernel Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 08/21] seabios: update to e8a76b0f225bba5ba9d63ab227e0a37b3beb1059 Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 09/21] Update seabios to a810e4e72a0d42c7bc04eda57382f8e019add901 Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 10/21] pixman: fix vnc tight png/jpeg support Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 11/21] target-xtensa: fix ITLB/DTLB page protection flags Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 12/21] qxl: save qemu_create_displaysurface_from result Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 13/21] qxl+vnc: register a vm state change handler for dummy spice_server Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 14/21] e1000: Discard oversized packets based on SBP|LPE Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 15/21] migration: fix migration_bitmap leak Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 16/21] buffered_file: do not send more than s->bytes_xfer bytes per tick Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 17/21] target-xtensa: fix search_pc for the last TB opcode Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 18/21] vfio-pci: Make host MSI-X enable track guest Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 19/21] pci-assign: Enable MSIX on device to match guest Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 20/21] vfio-pci: Loosen sanity checks to allow future features Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 21/21] raw-posix: fix bdrv_aio_ioctl Michael Roth
2013-01-16 18:12 ` [Qemu-devel] [Qemu-stable] Patch Round-up for stable 1.3.1, freeze Monday Michael Tokarev
2013-01-16 18:56   ` mdroth
2013-01-16 21:21     ` Michael Tokarev
2013-01-19  1:59 ` Doug Goldstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).