From patchwork Tue May 22 12:25:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 160625 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 0466BB6EE6 for ; Tue, 22 May 2012 22:26:27 +1000 (EST) Received: from localhost ([::1]:39151 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWoAS-0002Ak-Pn for incoming@patchwork.ozlabs.org; Tue, 22 May 2012 08:26:24 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWoAB-00028H-2i for qemu-devel@nongnu.org; Tue, 22 May 2012 08:26:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWoA4-0004LZ-OC for qemu-devel@nongnu.org; Tue, 22 May 2012 08:26:06 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:35965) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWoA4-0004H8-E3 for qemu-devel@nongnu.org; Tue, 22 May 2012 08:26:00 -0400 Received: by pbbro12 with SMTP id ro12so10058507pbb.4 for ; Tue, 22 May 2012 05:25:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:x-mailer; bh=oOiSBzcQt7XE/kisnQR3/SHO3HF5wrKfMVu43lRian0=; b=xulyOWstILSPhjUu9pa4+Z6fbt0M1h7ZeXKwplyf5u6mz2aVB5Ce2ylMuKV+ZGHPt0 Qy1beIUeY/FXIrhgyXXDqG9yn+ys+GPmM2vOOz91vSrBv3aEnAk9vBMLwBTeknPMnkIR VYIo6oFan3JceKDdpVX+mm/A58pXo+bdCavbmHpB/MovlG7yjxBAC3zH/VSjXruwkTXW +koBp+hf9pUYtx6IWUBq/hDDfv0qrw0yDPN6gNx8ZKilpSsWVl9weGR3O1kSmCludL0H k2u1/+H300CKpFKYmfBTbUxj3dCTnCN0M4hEaQPZg7STvAQNR2VJWVxFtMOBAHJzBwob tNmg== Received: by 10.68.219.100 with SMTP id pn4mr52796021pbc.102.1337689558435; Tue, 22 May 2012 05:25:58 -0700 (PDT) Received: from yakj.usersys.redhat.com (93-34-182-16.ip50.fastwebnet.it. [93.34.182.16]) by mx.google.com with ESMTPS id x1sm26569188pbp.50.2012.05.22.05.25.54 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 22 May 2012 05:25:56 -0700 (PDT) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 22 May 2012 14:25:45 +0200 Message-Id: <1337689547-6338-1-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.7.10.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.45 Subject: [Qemu-devel] [PULL 1.1 0/2] SCSI patches for 1.1.0-rc3 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit 76ee152a86d5f2533443ce4d2be6fe253cfb3c45: Update version to 1.1.0-rc2 (2012-05-14 17:56:50 -0500) are available in the git repository at: git://github.com/bonzini/qemu.git scsi-next for you to fetch changes up to e1a2d34f4abd8a117f5c5a25a5bb2e67d597de23: ISCSI: call qemu_notify_event() after updating events (2012-05-22 14:14:05 +0200) ---------------------------------------------------------------- Jim Meyering (1): scsi: declare vmstate_info_scsi_requests to be static Ronnie Sahlberg (1): ISCSI: call qemu_notify_event() after updating events block/iscsi.c | 7 +++++++ hw/scsi-bus.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)