From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQMl6-0004CA-HQ for qemu-devel@nongnu.org; Fri, 14 Aug 2015 17:43:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZQMl0-0007Ec-Cu for qemu-devel@nongnu.org; Fri, 14 Aug 2015 17:43:28 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:33411) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQMl0-0007DV-67 for qemu-devel@nongnu.org; Fri, 14 Aug 2015 17:43:22 -0400 Received: by wijp15 with SMTP id p15so31400775wij.0 for ; Fri, 14 Aug 2015 14:43:21 -0700 (PDT) Received: from donizetti.lan ([94.39.138.45]) by smtp.gmail.com with ESMTPSA id b13sm4918004wic.15.2015.08.14.14.43.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 14 Aug 2015 14:43:19 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Fri, 14 Aug 2015 23:43:14 +0200 Message-Id: <1439588594-21783-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL v3 00/19] SCSI, build, TCG, RCU, misc patches for 2015-08-12 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit cb48f67ad8c7b33c617d4f8144a27706e69fd688: bsd-user: Fix operand to cpu_x86_exec (2015-07-30 12:38:49 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 9504c5445cb709415aea509954a922983925c2d3: disas: Defeature print_target_address (2015-08-14 23:40:32 +0200) I just left out the offending patch. ---------------------------------------------------------------- * SCSI fixes from Stefan and Fam * vhost-scsi fix from Igor and Lu Lina * a build system fix from Daniel * two more multi-arch-related patches from Peter C. * TCG patches from myself and Sergey Fedorov * RCU improvement from Wen Congyang * a few more simple cleanups ---------------------------------------------------------------- Chen Hanxiao (1): exec: use macro ROUND_UP for alignment Daniel P. Berrange (1): configure: only add CONFIG_RDMA to config-host.h once Fam Zheng (2): scsi-disk: Fix assertion failure on WRITE SAME virtio-scsi-test: Add test case for tail unaligned WRITE SAME Igor Mammedov (1): vhost/scsi: call vhost_dev_cleanup() at unrealize() time Lu Lina (1): vhost-scsi: Clarify vhost_virtqueue_mask argument Paolo Bonzini (6): exec: drop cpu_can_do_io, just read cpu->can_do_io qemu-nbd: remove unnecessary qemu_notify_event() scsi: create restart bottom half in the right AioContext scsi-disk: identify AIO callbacks more clearly scsi-generic: identify AIO callbacks more clearly hw: fix mask for ColdFire UART command register Peter Crosthwaite (2): cpu_defs: Simplify CPUTLB padding logic disas: Defeature print_target_address Sergey Fedorov (1): cpu-exec: Do not invalidate original TB in cpu_exec_nocache() Stefan Hajnoczi (3): virtio-scsi: use virtqueue_map_sg() when loading requests scsi-disk: fix cmd.mode field typo tests: virtio-scsi: clear unit attention after reset Wen Congyang (1): rcu: Allow calling rcu_(un)register_thread() during synchronize_rcu() configure | 4 -- cpu-exec.c | 10 ++--- cpus.c | 2 +- disas.c | 12 +----- exec.c | 2 +- hw/char/mcf_uart.c | 2 +- hw/scsi/scsi-bus.c | 3 +- hw/scsi/scsi-disk.c | 97 ++++++++++++++++++++++++++++++--------------- hw/scsi/scsi-generic.c | 66 +++++++++++++++++++------------ hw/scsi/vhost-scsi.c | 3 +- hw/scsi/virtio-scsi.c | 5 +++ include/exec/cpu-defs.h | 23 +++++------ include/exec/exec-all.h | 23 +---------- include/qom/cpu.h | 4 +- qemu-nbd.c | 1 - qom/cpu.c | 2 +- softmmu_template.h | 4 +- tests/virtio-scsi-test.c | 100 +++++++++++++++++++++++++++++------------------ translate-all.c | 11 +++++- util/rcu.c | 48 +++++++++++++++++------ 20 files changed, 251 insertions(+), 171 deletions(-) -- 2.4.3