[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19
From: |
Frederic Konrad |
Subject: |
Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19 |
Date: |
Thu, 13 Jun 2013 14:36:02 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 |
On 12/06/2013 23:41, Michael Roth wrote:
Hi everyone,
The following new patches are queued for QEMU stable v1.5.1:
https://github.com/mdroth/qemu/commits/stable-1.5-staging
The release is planned for 2013-06-26:
http://wiki.qemu.org/Planning/1.5
Please respond here or CC address@hidden on any patches you
think should be included in the release. The cut-off date is
2013-06-19 for new patches.
Hi,
I think "virtio-scsi: forward scsibus for virtio-scsi-pci." should be
included.
I CC'ed address@hidden but I don't see it on the stable list.
Did I make a mistake somewhere?
Thanks,
Fred
Testing/feedback is greatly appreciated.
Thanks!
----------------------------------------------------------------
Amos Kong (1):
qdev: fix get_fw_dev_path to support to add nothing to fw_dev_path
Andreas Färber (1):
ide: Set BSY bit during FLUSH
Aneesh Kumar K.V (2):
hw/9pfs: Fix segfault with 9p2000.u
hw/9pfs: use O_NOFOLLOW for mapped readlink operation
Brad Smith (2):
Remove OSS support for OpenBSD
ui/gtk.c: Fix *BSD build of Gtk+ UI
Cornelia Huck (2):
s390x/css: Fix concurrent sense.
virtio-ccw: Fix unsetting of indicators.
Ed Maste (1):
host-libusb: Correct test for USB packet state
Gerd Hoffmann (3):
chardev: fix "info chardev" output
Revert "roms: switch oldnoconfig to olddefconfig"
update seabios to release 1.7.2.2
Luiz Capitulino (1):
target-i386: fix abort on bad PML4E/PDPTE/PDE/PTE addresses
Michael Marineau (1):
Fix usage of USB_DEV_FLAG_IS_HOST flag.
Michael Roth (1):
qemu-char: don't issue CHR_EVENT_OPEN in a BH
Michael S. Tsirkin (1):
q35: set fw_name
Paolo Bonzini (1):
do not check pointers after dereferencing them
Peter Crosthwaite (1):
qom/object: Don't poll cast cache for NULL objects
Richard Henderson (1):
target-i386: Fix aflag logic for CODE64 and the 0x67 prefix
Stefan Hajnoczi (2):
rtl8139: flush queued packets when RxBufPtr is written
vmxnet3: fix NICState cleanup
Stefano Stabellini (4):
xen: simplify xen_enabled
main_loop: do not set nonblocking if xen_enabled()
xen_machine_pv: do not create a dummy CPU in machine->init
xen: start PCI hole at 0xe0000000 (same as pc_init1 and
qemu-xen-traditional)
Wendy Liang (1):
xilinx_axidma: Do not set DMA .notify to NULL after notify
audio/ossaudio.c | 4 ----
backends/baum.c | 2 --
backends/msmouse.c | 1 +
configure | 5 ++---
hw/9pfs/virtio-9p-local.c | 2 +-
hw/9pfs/virtio-9p.c | 2 +-
hw/core/qdev.c | 10 ++++++++-
hw/dma/xilinx_axidma.c | 3 ++-
hw/i386/pc_piix.c | 6 +++---
hw/i386/xen_machine_pv.c | 16 ---------------
hw/ide/core.c | 1 +
hw/net/rtl8139.c | 3 +++
hw/net/vmxnet3.c | 2 +-
hw/pci-host/q35.c | 1 +
hw/s390x/css.c | 2 +-
hw/s390x/virtio-ccw.c | 8 ++++----
hw/usb/core.c | 2 +-
hw/usb/host-libusb.c | 2 +-
hw/virtio/virtio-bus.c | 6 ++++++
include/hw/i386/pc.h | 3 +++
include/hw/xen/xen.h | 4 ----
include/qemu-common.h | 1 +
include/sysemu/char.h | 2 +-
monitor.c | 2 +-
pc-bios/bios.bin | Bin 131072 -> 131072 bytes
qemu-char.c | 41 ++++++++++++++++++-------------------
qom/object.c | 4 ++--
roms/configure-seabios.sh | 2 +-
roms/seabios | 2 +-
savevm.c | 8 ++++----
spice-qemu-char.c | 1 +
target-i386/arch_memory_mapping.c | 10 +++++----
target-i386/translate.c | 30 +++++++++++++--------------
ui/console.c | 4 ++++
ui/gtk.c | 2 ++
vl.c | 2 +-
xen-all.c | 12 +++++------
37 files changed, 107 insertions(+), 101 deletions(-)
- [Qemu-devel] [PATCH 22/26] virtio-ccw: Fix unsetting of indicators., (continued)
- [Qemu-devel] [PATCH 22/26] virtio-ccw: Fix unsetting of indicators., Michael Roth, 2013/06/12
- [Qemu-devel] [PATCH 24/26] qemu-char: don't issue CHR_EVENT_OPEN in a BH, Michael Roth, 2013/06/12
- [Qemu-devel] [PATCH 25/26] target-i386: Fix aflag logic for CODE64 and the 0x67 prefix, Michael Roth, 2013/06/12
- [Qemu-devel] [PATCH 26/26] q35: set fw_name, Michael Roth, 2013/06/12
- [Qemu-devel] [PATCH 23/26] xilinx_axidma: Do not set DMA .notify to NULL after notify, Michael Roth, 2013/06/12
- Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19, Stefan Hajnoczi, 2013/06/13
- Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19, Paolo Bonzini, 2013/06/13
- Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19,
Frederic Konrad <=
- Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19, Frederic Konrad, 2013/06/13
- Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19, mdroth, 2013/06/17