From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XowVm-0004Rg-7y for qemu-devel@nongnu.org; Thu, 13 Nov 2014 10:40:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XowVg-0007j1-GS for qemu-devel@nongnu.org; Thu, 13 Nov 2014 10:40:42 -0500 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:52688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XowVg-0007it-8k for qemu-devel@nongnu.org; Thu, 13 Nov 2014 10:40:36 -0500 Received: by mail-wi0-f179.google.com with SMTP id ex7so1414246wid.6 for ; Thu, 13 Nov 2014 07:40:35 -0800 (PST) Received: from playground.station (net-37-117-142-149.cust.vodafonedsl.it. [37.117.142.149]) by mx.google.com with ESMTPSA id u13sm26168441wiv.10.2014.11.13.07.40.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Nov 2014 07:40:33 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 13 Nov 2014 16:40:15 +0100 Message-Id: <1415893228-25823-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 00/13] x86 and SCSI patches for QEMU 2.2.0-rc2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 6e76d125f244e10676b917208f2a074729820246: Update version for v2.2.0-rc0 release (2014-11-05 15:21:04 +0000) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 3ef0eab178e5120a0e1c079d163d5c71689d9b71: acpi: accurate overflow check (2014-11-13 16:13:28 +0100) ---------------------------------------------------------------- x86 and SCSI fixes. I left out the APIC device model patches, pending confirmation from the submitter that they really fix QNX. ---------------------------------------------------------------- Eduardo Habkost (1): kvmclock: Add comment explaining why we need cpu_clean_all_dirty() Fam Zheng (1): virtio-scsi: Fix comment for VirtIOSCSIReq Hannes Reinecke (2): esp-pci: fixup deadlock with linux esp: Do not overwrite ESP_TCHI after reset Ming Lei (2): virtio-scsi: dataplane: fix allocation for 'cmd_vrings' virtio-scsi: dataplane: suppress guest notification Paolo Bonzini (4): virtio-scsi: work around bug in old BIOSes esp: fix coding standards target-i386: eliminate dead code and hoist common code out of "if" target-i386: fix Coverity complaints about overflows Pavel Dovgalyuk (2): apic_common: migrate missing fields acpi: accurate overflow check SeokYeon Hwang (1): smbios: change 'ram_addr_t' variables to 'uint64_t' hw/acpi/core.c | 7 +++++-- hw/i386/kvm/apic.c | 3 +++ hw/i386/kvm/clock.c | 14 ++++++++++++++ hw/i386/smbios.c | 10 +++++----- hw/intc/apic_common.c | 38 ++++++++++++++++++++++++++++++++++++++ hw/scsi/esp-pci.c | 3 +++ hw/scsi/esp.c | 11 +++++++++-- hw/scsi/virtio-scsi-dataplane.c | 9 +++++++-- hw/scsi/virtio-scsi.c | 17 +++++++++++++++++ include/hw/scsi/esp.h | 1 + include/hw/virtio/virtio-scsi.h | 3 ++- target-i386/cpu.h | 2 +- target-i386/seg_helper.c | 17 ++++------------- 13 files changed, 109 insertions(+), 26 deletions(-) -- 1.8.3.1