Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19

2013-06-17 Thread mdroth
On Thu, Jun 13, 2013 at 02:36:20PM +0200, Andreas Färber wrote:
 Am 13.06.2013 14:27, schrieb Paolo Bonzini:
  Il 12/06/2013 17:41, Michael Roth ha scritto:
  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 qemu-sta...@nongnu.org on any patches you
  think should be included in the release. The cut-off date is
  2013-06-19 for new patches.
  
  I'm going to send pull requests for SCSI and NBD on Monday, both of them
  will include 1.5.1 patches.  Thanks!
 
 Ditto for my in-flight qom-cpu pull.

I'm planning on pulling in these:

pc: Fix crash when attempting to hotplug CPU with negative ID
target-i386: cpu: Fix potential buffer overrun in get_register_name_32()

Were there any others from that PULL?

 
 BTW v1.4.2 was still missing in qemu.git yesterday, is there a pull
 pending already?
 
 Andreas
 
 -- 
 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
 GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
 



Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19

2013-06-17 Thread mdroth
On Wed, Jun 12, 2013 at 04:41:12PM -0500, 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

Repo updated with everything I'm tracking that's been committed so far.

As far as I'm aware there are also the patches in Paolo's upcoming scsi
pull, and the following that haven't yet been applied:

  wdt_i6300esb: fix vmstate versioning
  virtio-rng: Fix crash with non-default backend
  virtio-scsi: forward scsibus for virtio-scsi-pci
  ppc: do not register IABR SPR twice for 603e
  savevm: avoid leaking popen(3) file pointer
  raw-posix: Fix /dev/cdrom magic on OS X
  s390/virtio-ccw: Fix virtio reset
  390/ipl: Fix boot order

Freeze is EOD Wednesday so please work with the respective maintainers
to get these upstream if you're targetting anything for 1.5.1.

 
 The release is planned for 2013-06-26:
 
 http://wiki.qemu.org/Planning/1.5
 
 Please respond here or CC qemu-sta...@nongnu.org on any patches you
 think should be included in the release. The cut-off date is
 2013-06-19 for new patches.
  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 0xe000 (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(-)
 



Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19

2013-06-17 Thread Richard Henderson
On 06/17/2013 03:56 PM, mdroth wrote:
 On Wed, Jun 12, 2013 at 04:41:12PM -0500, 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
 
 Repo updated with everything I'm tracking that's been committed so far.
 
 As far as I'm aware there are also the patches in Paolo's upcoming scsi
 pull, and the following that haven't yet been applied:
 
   wdt_i6300esb: fix vmstate versioning
   virtio-rng: Fix crash with non-default backend
   virtio-scsi: forward scsibus for virtio-scsi-pci
   ppc: do not register IABR SPR twice for 603e
   savevm: avoid leaking popen(3) file pointer
   raw-posix: Fix /dev/cdrom magic on OS X
   s390/virtio-ccw: Fix virtio reset
   390/ipl: Fix boot order
 
 Freeze is EOD Wednesday so please work with the respective maintainers
 to get these upstream if you're targetting anything for 1.5.1.

Anton's tcg/ppc64 patch set ought to go to 1.5.1.  It was merged to
mainline today; the patches from the pull request were cc'd to qemu-stable.


r~



Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19

2013-06-17 Thread mdroth
On Mon, Jun 17, 2013 at 04:04:31PM -0700, Richard Henderson wrote:
 On 06/17/2013 03:56 PM, mdroth wrote:
  On Wed, Jun 12, 2013 at 04:41:12PM -0500, 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
  
  Repo updated with everything I'm tracking that's been committed so far.
  
  As far as I'm aware there are also the patches in Paolo's upcoming scsi
  pull, and the following that haven't yet been applied:
  
wdt_i6300esb: fix vmstate versioning
virtio-rng: Fix crash with non-default backend
virtio-scsi: forward scsibus for virtio-scsi-pci
ppc: do not register IABR SPR twice for 603e
savevm: avoid leaking popen(3) file pointer
raw-posix: Fix /dev/cdrom magic on OS X
s390/virtio-ccw: Fix virtio reset
390/ipl: Fix boot order
  
  Freeze is EOD Wednesday so please work with the respective maintainers
  to get these upstream if you're targetting anything for 1.5.1.
 
 Anton's tcg/ppc64 patch set ought to go to 1.5.1.  It was merged to
 mainline today; the patches from the pull request were cc'd to qemu-stable.

The emails were still were trickling into qemu-stable out of order when I sent
that for some reason, so I only had 2-4 of that pull when I sent my last
email.

When 1/4 finally landed I went ahead and rebased/re-applied them all in
order so they should all be there now.

 
 
 r~
 



Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19

2013-06-13 Thread Stefan Hajnoczi
On Wed, Jun 12, 2013 at 11:41 PM, Michael Roth
mdr...@linux.vnet.ibm.com wrote:
 Please respond here or CC qemu-sta...@nongnu.org on any patches you
 think should be included in the release. The cut-off date is
 2013-06-19 for new patches.

commit 293c51a6ee369228633a8428ab689f14c045ff98
Author: Stefan Hajnoczi stefa...@redhat.com
Date:   Wed Jun 5 10:33:14 2013 +0200

blockdev: reset werror/rerror on drive_del



Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19

2013-06-13 Thread Paolo Bonzini
Il 12/06/2013 17:41, Michael Roth ha scritto:
 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 qemu-sta...@nongnu.org on any patches you
 think should be included in the release. The cut-off date is
 2013-06-19 for new patches.

I'm going to send pull requests for SCSI and NBD on Monday, both of them
will include 1.5.1 patches.  Thanks!

Paolo

 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 0xe000 (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(-)
 
 
 




Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19

2013-06-13 Thread Andreas Färber
Am 13.06.2013 14:27, schrieb Paolo Bonzini:
 Il 12/06/2013 17:41, Michael Roth ha scritto:
 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 qemu-sta...@nongnu.org on any patches you
 think should be included in the release. The cut-off date is
 2013-06-19 for new patches.
 
 I'm going to send pull requests for SCSI and NBD on Monday, both of them
 will include 1.5.1 patches.  Thanks!

Ditto for my in-flight qom-cpu pull.

BTW v1.4.2 was still missing in qemu.git yesterday, is there a pull
pending already?

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19

2013-06-13 Thread Frederic Konrad

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 qemu-sta...@nongnu.org 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 qemu-sta...@nongnu.org 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 0xe000 (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(-)







Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19

2013-06-13 Thread Frederic Konrad

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 qemu-sta...@nongnu.org on any patches you
think should be included in the release. The cut-off date is
2013-06-19 for new patches.

Testing/feedback is greatly appreciated.


And it seems you forget virtio-rng: Fix crash with non-default backend.
You said you'll pick it up for 1.5.1 ;)

Fred


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 0xe000 (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(-)







Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19

2013-06-13 Thread Andreas Färber
Am 13.06.2013 14:44, schrieb Frederic Konrad:
 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 qemu-sta...@nongnu.org on any patches you
 think should be included in the release. The cut-off date is
 2013-06-19 for new patches.

 Testing/feedback is greatly appreciated.
 
 And it seems you forget virtio-rng: Fix crash with non-default backend.
 You said you'll pick it up for 1.5.1 ;)

It's not yet committed to master, so cannot be cherry-picked into the
queue yet. Waiting for it myself. ;)

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19

2013-06-13 Thread Frederic Konrad

On 13/06/2013 15:21, Andreas Färber wrote:

Am 13.06.2013 14:44, schrieb Frederic Konrad:

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 qemu-sta...@nongnu.org on any patches you
think should be included in the release. The cut-off date is
2013-06-19 for new patches.

Testing/feedback is greatly appreciated.

And it seems you forget virtio-rng: Fix crash with non-default backend.
You said you'll pick it up for 1.5.1 ;)

It's not yet committed to master, so cannot be cherry-picked into the
queue yet. Waiting for it myself. ;)

Andreas


Oh ok, so it need to be in master for being merged in stable?

I didn't know that ;)

Fred



Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19

2013-06-13 Thread mdroth
On Thu, Jun 13, 2013 at 02:36:20PM +0200, Andreas Färber wrote:
 Am 13.06.2013 14:27, schrieb Paolo Bonzini:
  Il 12/06/2013 17:41, Michael Roth ha scritto:
  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 qemu-sta...@nongnu.org on any patches you
  think should be included in the release. The cut-off date is
  2013-06-19 for new patches.
  
  I'm going to send pull requests for SCSI and NBD on Monday, both of them
  will include 1.5.1 patches.  Thanks!
 
 Ditto for my in-flight qom-cpu pull.
 
 BTW v1.4.2 was still missing in qemu.git yesterday, is there a pull
 pending already?

Hmm, yah, it's pushed/tagging in the 1.4 repo:

http://git.qemu.org/?p=qemu-stable-1.4.git;a=commit;h=89400a80f5827ae3696e3da73df0996154965a0a

Anthony, do you still need to pull 1.4.2 into qemu.git?

 
 Andreas
 
 -- 
 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
 GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
 



Re: [Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19

2013-06-13 Thread mdroth
On Thu, Jun 13, 2013 at 03:29:46PM +0200, Frederic Konrad wrote:
 On 13/06/2013 15:21, Andreas Färber wrote:
 Am 13.06.2013 14:44, schrieb Frederic Konrad:
 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 qemu-sta...@nongnu.org on any patches you
 think should be included in the release. The cut-off date is
 2013-06-19 for new patches.
 
 Testing/feedback is greatly appreciated.
 And it seems you forget virtio-rng: Fix crash with non-default backend.
 You said you'll pick it up for 1.5.1 ;)
 It's not yet committed to master, so cannot be cherry-picked into the
 queue yet. Waiting for it myself. ;)
 
 Andreas
 
 Oh ok, so it need to be in master for being merged in stable?

Yes. There are exceptions in rare cases (such as preventing WW3), but
for the most part we need patches to get the full scrutiny of going
through upstream review process before we pull them into a stable
branch.

Same reason why:

virtio-scsi: forward scsibus for virtio-scsi-pci

isn't in yet. If you're targeting a patch for a stable release and think
it may not make it upstream in time consider pinging the respective
maintainers if it's had enough time for review.

 
 I didn't know that ;)
 
 Fred
 



[Qemu-devel] Patch Round-up for stable 1.5.1, freeze on 2013-06-19

2013-06-12 Thread Michael Roth
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 qemu-sta...@nongnu.org on any patches you
think should be included in the release. The cut-off date is
2013-06-19 for new patches.

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 0xe000 (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(-)