qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/11] scsi, RCU, KVM, x86 changes for 2015-03-10


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 00/11] scsi, RCU, KVM, x86 changes for 2015-03-10
Date: Tue, 10 Mar 2015 11:37:49 +0100

The following changes since commit 277263e1b320d759a760ba6c5ea75ec268f929e5:

  Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' 
into staging (2015-03-09 14:04:14 +0000)

are available in the git repository at:

  git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to ac57622985220de064059971f9ccb00905e9bd04:

  x86: fix SS selector in SYSRET (2015-03-10 11:18:24 +0100)

----------------------------------------------------------------
- scsi: improvements to error reporting and conversion to realize,
  Coverity/sparse fix for iscsi driver
- RCU fallout: fix -daemonize and s390x system emulation
- KVM: kvm_stat improvements and new man page
- x86: SYSRET fix for VxWorks

----------------------------------------------------------------
Bill Paul (1):
      x86: fix SS selector in SYSRET

Markus Armbruster (4):
      scsi: Clean up duplicated error in legacy if=scsi code
      hw: Propagate errors through qdev_prop_set_drive()
      scsi: Improve error reporting for invalid drive property
      scsi: Convert remaining PCI HBAs to realize()

Paolo Bonzini (3):
      qemu-thread: do not use PTHREAD_MUTEX_ERRORCHECK
      rcu: handle forks safely
      cpus: initialize cpu->memory_dispatch

Stefan Hajnoczi (2):
      kvm_stat: add column headers to text UI
      kvm_stat: add kvm_stat.1 man page

Stefan Weil (1):
      iscsi: Fix check for username

 Makefile                         |  9 +++++++
 block/iscsi.c                    |  2 +-
 exec.c                           |  1 +
 hw/arm/vexpress.c                |  6 ++---
 hw/arm/virt.c                    |  6 ++---
 hw/block/pflash_cfi01.c          |  4 +--
 hw/block/pflash_cfi02.c          |  4 +--
 hw/core/qdev-properties-system.c | 22 ++++++++--------
 hw/scsi/esp-pci.c                | 28 ++++++++------------
 hw/scsi/lsi53c895a.c             | 13 +++-------
 hw/scsi/megasas.c                | 12 +++------
 hw/scsi/scsi-bus.c               |  6 ++---
 hw/usb/dev-storage.c             |  7 +++--
 include/hw/qdev-properties.h     |  4 +--
 scripts/kvm/kvm_stat             |  5 +++-
 scripts/kvm/kvm_stat.texi        | 55 ++++++++++++++++++++++++++++++++++++++++
 target-i386/seg_helper.c         |  4 +--
 util/qemu-thread-posix.c         |  6 +----
 util/rcu.c                       | 33 +++++++++++++++++++++++-
 19 files changed, 152 insertions(+), 75 deletions(-)
 create mode 100644 scripts/kvm/kvm_stat.texi
-- 
2.3.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]