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-sta...@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