From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfUkc-0006t2-Lk for qemu-devel@nongnu.org; Thu, 01 Sep 2016 12:22:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfUkW-0002pG-Vy for qemu-devel@nongnu.org; Thu, 01 Sep 2016 12:22:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60630) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfUkW-0002pC-QG for qemu-devel@nongnu.org; Thu, 01 Sep 2016 12:21:56 -0400 References: <20160901121131.16007-1-olaf@aepfle.de> From: Paolo Bonzini Message-ID: Date: Thu, 1 Sep 2016 18:21:48 +0200 MIME-Version: 1.0 In-Reply-To: <20160901121131.16007-1-olaf@aepfle.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] Xen HVM unplug changes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Olaf Hering , Stefano Stabellini , Anthony Perard Cc: Richard Henderson , Eduardo Habkost , "Michael S. Tsirkin" , qemu-devel@nongnu.org, xen-devel@lists.xenproject.org On 01/09/2016 14:11, Olaf Hering wrote: > Update unplug in Xen HVM guests to cover more cases. > Please review. > > Olaf > > Olaf Hering (2): > xen_platform: unplug also SCSI disks > xen_platform: SUSE xenlinux unplug for emulated PCI > > hw/i386/xen/xen_platform.c | 36 +++++++++++++++++++++++++++++++++++- > 1 file changed, 35 insertions(+), 1 deletion(-) > Looks good with the checkpatch complaints fixed. Paolo