qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Patch Round-up for stable 1.7.1, freeze on 2013-02-27
@ 2014-02-21  8:16 Michael Roth
  2014-02-21  8:16 ` [Qemu-devel] [PATCH 01/51] virtio-ccw: move virtio_ccw_stop_ioeventfd to virtio_ccw_busdev_unplug Michael Roth
                   ` (51 more replies)
  0 siblings, 52 replies; 59+ messages in thread
From: Michael Roth @ 2014-02-21  8:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: lersek, qemu-stable, Petar.Jovanovic

Hi everyone,

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

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

The release is planned for 2014-03-03:

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

Please respond here or CC qemu-stable@nongnu.org on any patches you
think should be included in the release. The cut-off date has
been extended to 2013-02-27 due to the round-up email going
out late.

Testing/feedback is greatly appreciated.

Thanks! 


Alex Williamson (1):
      vfio-pci: Release all MSI-X vectors when disabled

Alexander Graf (1):
      x86: only allow real mode to access 32bit without LMA

Aurelien Jarno (1):
      tcg/optimize: fix known-zero bits for right shift ops

Brad (1):
      Fix QEMU build on OpenBSD on x86 archs

Corey Bryant (1):
      seccomp: exit if seccomp_init() fails

Cornelia Huck (1):
      s390x/kvm: Fix diagnose handling.

Eric Farman (2):
      virtio-scsi: Cleanup of I/Os that never started
      virtio-scsi: Prevent assertion on missed events

Gerd Hoffmann (2):
      intel-hda: fix position buffer
      piix: fix 32bit pci hole

Huw Davies (1):
      tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1].

Laszlo Ersek (1):
      qemu_opts_parse(): always check return value

Luiz Capitulino (1):
      migration: qmp_migrate(): keep working after syntax error

Marcel Apfelbaum (2):
      memory.c: bugfix - ref counting mismatch in memory_region_find
      exec: separate sections and nodes per address space

Mark Cave-Ayland (1):
      Update OpenBIOS images

Markus Armbruster (1):
      qdev-monitor: Avoid device_add crashing on non-device driver name

Matthew Garrett (1):
      migration: Fix rate limit

Michael S. Tsirkin (4):
      exec: replace leaf with skip
      exec: pass hw address to phys_page_find
      pc: map PCI address space as catchall region for not mapped addresses
      hpet: fix build with CONFIG_HPET off

Paolo Bonzini (19):
      virtio-ccw: move virtio_ccw_stop_ioeventfd to virtio_ccw_busdev_unplug
      virtio-bus: remove vdev field
      virtio-ccw: remove vdev field
      virtio-pci: remove vdev field
      virtio-bus: cleanup plug/unplug interface
      virtio-blk: switch exit callback to VirtioDeviceClass
      virtio-serial: switch exit callback to VirtioDeviceClass
      virtio-net: switch exit callback to VirtioDeviceClass
      virtio-scsi: switch exit callback to VirtioDeviceClass
      virtio-balloon: switch exit callback to VirtioDeviceClass
      virtio-rng: switch exit callback to VirtioDeviceClass
      virtio-pci: add device_unplugged callback
      scsi-bus: fix transfer length and direction for VERIFY command
      scsi-disk: fix VERIFY emulation
      vl: add missing transition debug->finish_migrate
      split definitions for exec.c and translate-all.c radix trees
      scsi: Support TEST UNIT READY in the dummy LUN0
      scsi: Assign cancel_io vector for scsi_disk_emulate_ops
      memory: fix limiting of translation at a page boundary

Petar Jovanovic (3):
      target-mips: fix 64-bit FPU config for user-mode emulation
      linux-user: pass correct parameter to do_shmctl()
      linux-user: create target_structs header to place ipc_perm and shmid_ds

Peter Crosthwaite (1):
      qom: Split out object and class caches

Peter Lieven (1):
      block/iscsi: use a bh to schedule co reentrance

Peter Maydell (1):
      block/curl: Implement the libcurl timer callback interface

Stefan Weil (3):
      mainstone: Fix duplicate array values for key 'space'
      i386: Add missing include file for QEMU_PACKED
      linux-user: Fix trampoline code for CRIS

thomas knych (1):
      KVM: Retry KVM_CREATE_VM on EINTR

 block/curl.c                           |   81 +++++++++--
 block/iscsi.c                          |   11 +-
 configure                              |    7 +
 exec.c                                 |  230 ++++++++++++++++----------------
 hw/arm/mainstone.c                     |   13 +-
 hw/audio/intel-hda.c                   |    1 +
 hw/block/virtio-blk.c                  |   10 +-
 hw/char/virtio-serial-bus.c            |   10 +-
 hw/i386/bios-linker-loader.c           |    3 +-
 hw/i386/pc.c                           |   20 +--
 hw/i386/pc_piix.c                      |    1 -
 hw/misc/vfio.c                         |   12 ++
 hw/net/virtio-net.c                    |   11 +-
 hw/pci-host/piix.c                     |   37 +----
 hw/pci-host/q35.c                      |   27 +---
 hw/s390x/virtio-ccw.c                  |   83 +++++++-----
 hw/s390x/virtio-ccw.h                  |    1 -
 hw/scsi/scsi-bus.c                     |   16 ++-
 hw/scsi/scsi-disk.c                    |   27 +++-
 hw/scsi/vhost-scsi.c                   |   11 +-
 hw/scsi/virtio-scsi.c                  |   21 +--
 hw/timer/hpet.c                        |    6 -
 hw/virtio/virtio-balloon.c             |   10 +-
 hw/virtio/virtio-bus.c                 |   80 ++++++-----
 hw/virtio/virtio-mmio.c                |    9 +-
 hw/virtio/virtio-pci.c                 |  122 ++++++++++-------
 hw/virtio/virtio-pci.h                 |    1 -
 hw/virtio/virtio-rng.c                 |   10 +-
 hw/virtio/virtio.c                     |    7 +-
 include/hw/i386/pc.h                   |   15 +--
 include/hw/pci-host/q35.h              |    2 -
 include/hw/timer/hpet.h                |   10 +-
 include/hw/virtio/virtio-bus.h         |   22 ++-
 include/hw/virtio/virtio-scsi.h        |    2 +-
 include/hw/virtio/virtio.h             |    1 +
 include/qom/object.h                   |    3 +-
 kvm-all.c                              |   12 +-
 linux-user/aarch64/target_structs.h    |   58 ++++++++
 linux-user/alpha/target_structs.h      |   48 +++++++
 linux-user/arm/target_structs.h        |   52 ++++++++
 linux-user/cris/target_structs.h       |   58 ++++++++
 linux-user/i386/target_structs.h       |   58 ++++++++
 linux-user/m68k/target_structs.h       |   58 ++++++++
 linux-user/microblaze/target_structs.h |   58 ++++++++
 linux-user/mips/target_structs.h       |   48 +++++++
 linux-user/mips64/target_cpu.h         |   18 +++
 linux-user/mips64/target_structs.h     |    2 +
 linux-user/openrisc/target_structs.h   |   58 ++++++++
 linux-user/ppc/target_structs.h        |   60 +++++++++
 linux-user/qemu.h                      |    1 +
 linux-user/s390x/target_structs.h      |   63 +++++++++
 linux-user/sh4/target_structs.h        |   58 ++++++++
 linux-user/signal.c                    |    8 +-
 linux-user/sparc/target_structs.h      |   63 +++++++++
 linux-user/sparc64/target_structs.h    |   58 ++++++++
 linux-user/syscall.c                   |   78 ++++-------
 linux-user/unicore32/target_structs.h  |   58 ++++++++
 linux-user/x86_64/target_structs.h     |   58 ++++++++
 memory.c                               |    1 +
 migration.c                            |    3 +-
 pc-bios/QEMU,tcx.bin                   |  Bin 1242 -> 1410 bytes
 pc-bios/README                         |    2 +-
 pc-bios/openbios-ppc                   |  Bin 729880 -> 729912 bytes
 pc-bios/openbios-sparc32               |  Bin 381488 -> 381512 bytes
 pc-bios/openbios-sparc64               |  Bin 1598328 -> 1598376 bytes
 pc-bios/optionrom/Makefile             |    3 +-
 qdev-monitor.c                         |    2 +-
 qemu-seccomp.c                         |    1 +
 qom/object.c                           |   13 +-
 roms/openbios                          |    2 +-
 target-i386/helper.c                   |    6 +
 target-mips/translate.c                |    7 +-
 target-s390x/cpu.h                     |    3 +
 target-s390x/kvm.c                     |   19 ++-
 tcg/arm/tcg-target.c                   |    2 +-
 tcg/optimize.c                         |   19 ++-
 translate-all.c                        |   32 +++--
 translate-all.h                        |    7 -
 vl.c                                   |    8 +-
 79 files changed, 1583 insertions(+), 513 deletions(-)
 create mode 100644 linux-user/aarch64/target_structs.h
 create mode 100644 linux-user/alpha/target_structs.h
 create mode 100644 linux-user/arm/target_structs.h
 create mode 100644 linux-user/cris/target_structs.h
 create mode 100644 linux-user/i386/target_structs.h
 create mode 100644 linux-user/m68k/target_structs.h
 create mode 100644 linux-user/microblaze/target_structs.h
 create mode 100644 linux-user/mips/target_structs.h
 create mode 100644 linux-user/mips64/target_structs.h
 create mode 100644 linux-user/openrisc/target_structs.h
 create mode 100644 linux-user/ppc/target_structs.h
 create mode 100644 linux-user/s390x/target_structs.h
 create mode 100644 linux-user/sh4/target_structs.h
 create mode 100644 linux-user/sparc/target_structs.h
 create mode 100644 linux-user/sparc64/target_structs.h
 create mode 100644 linux-user/unicore32/target_structs.h
 create mode 100644 linux-user/x86_64/target_structs.h

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

end of thread, other threads:[~2014-03-12 10:53 UTC | newest]

Thread overview: 59+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-21  8:16 [Qemu-devel] Patch Round-up for stable 1.7.1, freeze on 2013-02-27 Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 01/51] virtio-ccw: move virtio_ccw_stop_ioeventfd to virtio_ccw_busdev_unplug Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 02/51] virtio-bus: remove vdev field Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 03/51] virtio-ccw: " Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 04/51] virtio-pci: " Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 05/51] virtio-bus: cleanup plug/unplug interface Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 06/51] virtio-blk: switch exit callback to VirtioDeviceClass Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 07/51] virtio-serial: " Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 08/51] virtio-net: " Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 09/51] virtio-scsi: " Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 10/51] virtio-balloon: " Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 11/51] virtio-rng: " Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 12/51] virtio-pci: add device_unplugged callback Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 13/51] scsi-bus: fix transfer length and direction for VERIFY command Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 14/51] scsi-disk: fix VERIFY emulation Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 15/51] intel-hda: fix position buffer Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 16/51] memory.c: bugfix - ref counting mismatch in memory_region_find Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 17/51] qom: Split out object and class caches Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 18/51] migration: Fix rate limit Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 19/51] vl: add missing transition debug->finish_migrate Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 20/51] x86: only allow real mode to access 32bit without LMA Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 21/51] qdev-monitor: Avoid device_add crashing on non-device driver name Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 22/51] split definitions for exec.c and translate-all.c radix trees Michael Roth
2014-02-21  8:16 ` [Qemu-devel] [PATCH 23/51] exec: replace leaf with skip Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 24/51] exec: pass hw address to phys_page_find Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 25/51] exec: separate sections and nodes per address space Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 26/51] pc: map PCI address space as catchall region for not mapped addresses Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 27/51] piix: fix 32bit pci hole Michael Roth
2014-02-21 14:15   ` Laszlo Ersek
2014-02-21  8:17 ` [Qemu-devel] [PATCH 28/51] target-mips: fix 64-bit FPU config for user-mode emulation Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 29/51] linux-user: pass correct parameter to do_shmctl() Michael Roth
2014-02-21  9:58   ` Laurent Vivier
2014-02-21 20:14     ` Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 30/51] linux-user: create target_structs header to place ipc_perm and shmid_ds Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 31/51] Fix QEMU build on OpenBSD on x86 archs Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 32/51] tcg/optimize: fix known-zero bits for right shift ops Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 33/51] hpet: fix build with CONFIG_HPET off Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 34/51] block/iscsi: use a bh to schedule co reentrance Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 35/51] qemu_opts_parse(): always check return value Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 36/51] s390x/kvm: Fix diagnose handling Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 37/51] seccomp: exit if seccomp_init() fails Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 38/51] mainstone: Fix duplicate array values for key 'space' Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 39/51] migration: qmp_migrate(): keep working after syntax error Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 40/51] vfio-pci: Release all MSI-X vectors when disabled Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 41/51] block/curl: Implement the libcurl timer callback interface Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 42/51] scsi: Support TEST UNIT READY in the dummy LUN0 Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 43/51] scsi: Assign cancel_io vector for scsi_disk_emulate_ops Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 44/51] virtio-scsi: Cleanup of I/Os that never started Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 45/51] virtio-scsi: Prevent assertion on missed events Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 46/51] KVM: Retry KVM_CREATE_VM on EINTR Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 47/51] i386: Add missing include file for QEMU_PACKED Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 48/51] linux-user: Fix trampoline code for CRIS Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 50/51] memory: fix limiting of translation at a page boundary Michael Roth
2014-02-21  8:17 ` [Qemu-devel] [PATCH 51/51] tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1] Michael Roth
2014-02-21 10:23 ` [Qemu-devel] Patch Round-up for stable 1.7.1, freeze on 2013-02-27 Paolo Bonzini
2014-03-04 17:04 ` Laszlo Ersek
2014-03-04 17:46   ` Petar Jovanovic
2014-03-04 17:54     ` Michael Roth
2014-03-12 10:53       ` [Qemu-devel] [Qemu-stable] " Michael Tokarev

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).