From: Michael Roth <mdroth@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: qemu-stable@nongnu.org
Subject: [Qemu-devel] Patch Round-up for stable 1.6.1, freeze on 2013-09-30
Date: Wed, 25 Sep 2013 07:57:28 -0500 [thread overview]
Message-ID: <1380113886-16845-1-git-send-email-mdroth@linux.vnet.ibm.com> (raw)
Hi everyone,
The following new patches are queued for QEMU stable v1.6.1:
https://github.com/mdroth/qemu/commits/stable-1.6-staging
The release is planned for 2013-10-02:
http://wiki.qemu.org/Planning/1.6
Please respond here or CC qemu-stable@nongnu.org on any patches you
think should be included in the release. The cut-off date is
2013-09-30 for new patches.
Testing/feedback is greatly appreciated.
Thanks!
Andrea Arcangeli (1):
exec: always use MADV_DONTFORK
Andreas Färber (1):
gdbstub: Fix gdb_register_coprocessor() register counting
Anthony PERARD (2):
pc: Initializing ram_memory under Xen.
pc_q35: Initialize Xen.
Anton Blanchard (1):
pseries: Fix stalls on hypervisor virtual console
Aurelien Jarno (3):
target-ppc: fix bit extraction for FPBF and FPL
ne2000: mark I/O as LITTLE_ENDIAN
pcnet-pci: mark I/O and MMIO as LITTLE_ENDIAN
Cole Robinson (1):
qapi-types.py: Fix enum struct sizes on i686
Gerd Hoffmann (7):
xhci: fix endpoint interval calculation
Revert "usb-hub: report status changes only once"
xhci: reset port when disabling slot
usb: parallelize usb3 streams
ehci: save device pointer in EHCIState
qxl: fix local renderer
chardev: fix pty_chr_timer
Hervé Poussineau (1):
adlib: sort offsets in portio registration
Hu Tao (1):
exec: check offset_within_address_space for register subpage
Jan Kiszka (5):
memory: Provide separate handling of unassigned io ports accesses
Revert "memory: Return -1 again on reads from unsigned regions"
kvmvapic: Catch invalid ROM size
kvmvapic: Enter inactive state on hardware reset
kvmvapic: Clear also physical ROM address when entering INACTIVE state
Marcel Apfelbaum (1):
usb/dev-hid: Modified usb-tablet category from Misc to Input
Markus Armbruster (1):
scsi: Fix scsi_bus_legacy_add_drive() scsi-generic with serial
Michael R. Hines (1):
rdma: silly ipv6 bugfix
Michael S. Tsirkin (2):
pc: fix regression for 64 bit PCI memory
virtio_pci: fix level interrupts with irqfd
Paolo Bonzini (5):
block: expect errors from bdrv_co_is_allocated
target-i386: fix disassembly with PAE=1, PG=0
exec: fix writing to MMIO area with non-power-of-two length
blockdev: do not default cache.no-flush to true
virtio-blk: do not relay a previous driver's WCE configuration to the current
Peter Maydell (1):
scripts/qapi.py: Avoid syntax not supported by Python 2.4
Stefan Hajnoczi (1):
block: ensure bdrv_drain_all() works during bdrv_delete()
Stefan Weil (2):
w32: Fix access to host devices (regression)
tci: Fix qemu-alpha on 32 bit hosts (wrong assertions)
yinyin (1):
virtio: virtqueue_get_avail_bytes: fix desc_pa when loop over the indirect descriptor table
block.c | 11 +++++++----
block/cow.c | 6 +++++-
block/qcow2.c | 4 +---
block/raw-win32.c | 36 +++++++++++++++++++++++++++++-------
block/stream.c | 2 +-
blockdev.c | 2 +-
exec.c | 9 +++++++--
gdbstub.c | 6 ++++--
hw/audio/adlib.c | 2 +-
hw/block/virtio-blk.c | 24 ++++++++++++++++++++++--
hw/char/spapr_vty.c | 2 ++
hw/display/qxl-render.c | 15 ++++++++++-----
hw/i386/kvmvapic.c | 17 ++++++++++++-----
hw/i386/pc_piix.c | 2 +-
hw/i386/pc_q35.c | 5 +++++
hw/net/ne2000.c | 2 +-
hw/net/pcnet-pci.c | 4 ++--
hw/pci-host/piix.c | 9 ++++++---
hw/pci-host/q35.c | 8 +++++---
hw/scsi/scsi-bus.c | 2 +-
hw/usb/core.c | 7 ++++---
hw/usb/dev-hid.c | 2 +-
hw/usb/dev-hub.c | 6 +-----
hw/usb/hcd-ehci.c | 7 +++----
hw/usb/hcd-ehci.h | 1 +
hw/usb/hcd-xhci.c | 3 ++-
hw/virtio/virtio-pci.c | 3 +--
hw/virtio/virtio.c | 2 +-
include/exec/ioport.h | 4 ++++
include/hw/i386/pc.h | 11 ++++++++++-
include/hw/virtio/virtio-blk.h | 1 +
include/hw/xen/xen.h | 4 +---
include/qom/cpu.h | 2 ++
ioport.c | 16 ++++++++++++++++
memory.c | 2 +-
migration-rdma.c | 8 +++++---
qemu-char.c | 12 ++++--------
qemu-img.c | 16 ++++++++++++++--
qemu-io-cmds.c | 4 ++++
qom/cpu.c | 2 +-
scripts/qapi-types.py | 5 ++++-
scripts/qapi.py | 2 +-
target-i386/helper.c | 34 ++++++++++++++++------------------
target-ppc/translate.c | 4 ++--
tci.c | 12 ------------
xen-all.c | 7 ++++---
xen-stub.c | 2 +-
47 files changed, 228 insertions(+), 119 deletions(-)
next reply other threads:[~2013-09-25 12:58 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-25 12:57 Michael Roth [this message]
2013-09-25 12:57 ` [Qemu-devel] [PATCH 01/38] block: ensure bdrv_drain_all() works during bdrv_delete() Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 02/38] gdbstub: Fix gdb_register_coprocessor() register counting Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 03/38] target-ppc: fix bit extraction for FPBF and FPL Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 04/38] rdma: silly ipv6 bugfix Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 05/38] scripts/qapi.py: Avoid syntax not supported by Python 2.4 Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 06/38] usb/dev-hid: Modified usb-tablet category from Misc to Input Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 07/38] scsi: Fix scsi_bus_legacy_add_drive() scsi-generic with serial Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 08/38] pc: fix regression for 64 bit PCI memory Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 09/38] pseries: Fix stalls on hypervisor virtual console Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 10/38] virtio: virtqueue_get_avail_bytes: fix desc_pa when loop over the indirect descriptor table Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 11/38] xhci: fix endpoint interval calculation Michael Roth
2013-09-25 13:41 ` Gerd Hoffmann
2013-09-25 12:57 ` [Qemu-devel] [PATCH 12/38] Revert "usb-hub: report status changes only once" Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 13/38] block: expect errors from bdrv_co_is_allocated Michael Roth
2013-09-25 21:27 ` [Qemu-devel] [Qemu-stable] " Doug Goldstein
2013-09-26 20:51 ` Paolo Bonzini
2013-09-25 12:57 ` [Qemu-devel] [PATCH 14/38] target-i386: fix disassembly with PAE=1, PG=0 Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 15/38] adlib: sort offsets in portio registration Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 16/38] exec: fix writing to MMIO area with non-power-of-two length Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 17/38] virtio_pci: fix level interrupts with irqfd Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 18/38] exec: always use MADV_DONTFORK Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 19/38] xhci: reset port when disabling slot Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 20/38] usb: parallelize usb3 streams Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 21/38] w32: Fix access to host devices (regression) Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 22/38] memory: Provide separate handling of unassigned io ports accesses Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 23/38] Revert "memory: Return -1 again on reads from unsigned regions" Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 24/38] exec: check offset_within_address_space for register subpage Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 25/38] ne2000: mark I/O as LITTLE_ENDIAN Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 26/38] ehci: save device pointer in EHCIState Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 27/38] qxl: fix local renderer Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 28/38] pc: Initializing ram_memory under Xen Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 29/38] pc_q35: Initialize Xen Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 30/38] qapi-types.py: Fix enum struct sizes on i686 Michael Roth
2013-09-25 12:57 ` [Qemu-devel] [PATCH 31/38] pcnet-pci: mark I/O and MMIO as LITTLE_ENDIAN Michael Roth
2013-09-25 12:58 ` [Qemu-devel] [PATCH 32/38] chardev: fix pty_chr_timer Michael Roth
2013-09-25 12:58 ` [Qemu-devel] [PATCH 33/38] kvmvapic: Catch invalid ROM size Michael Roth
2013-09-25 12:58 ` [Qemu-devel] [PATCH 34/38] kvmvapic: Enter inactive state on hardware reset Michael Roth
2013-09-25 12:58 ` [Qemu-devel] [PATCH 35/38] kvmvapic: Clear also physical ROM address when entering INACTIVE state Michael Roth
2013-09-25 12:58 ` [Qemu-devel] [PATCH 36/38] tci: Fix qemu-alpha on 32 bit hosts (wrong assertions) Michael Roth
2013-09-25 12:58 ` [Qemu-devel] [PATCH 37/38] blockdev: do not default cache.no-flush to true Michael Roth
2013-09-25 12:58 ` [Qemu-devel] [PATCH 38/38] virtio-blk: do not relay a previous driver's WCE configuration to the current Michael Roth
2013-09-25 13:54 ` [Qemu-devel] [Qemu-stable] Patch Round-up for stable 1.6.1, freeze on 2013-09-30 Cole Robinson
2013-09-25 21:43 ` Doug Goldstein
2013-09-26 20:53 ` Paolo Bonzini
2013-09-26 4:53 ` [Qemu-devel] " Stefan Weil
2013-09-26 5:22 ` Fam Zheng
2013-09-26 19:38 ` Stefan Weil
2013-09-27 7:30 ` Michael Tokarev
2013-09-27 8:07 ` [Qemu-devel] [Qemu-stable] " Michael Tokarev
2013-09-27 8:11 ` Michael Tokarev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1380113886-16845-1-git-send-email-mdroth@linux.vnet.ibm.com \
--to=mdroth@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).