From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRm93-0001Gv-LB for qemu-devel@nongnu.org; Thu, 03 Oct 2013 12:53:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRm8x-00006K-Bz for qemu-devel@nongnu.org; Thu, 03 Oct 2013 12:52:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRm8x-00006A-3z for qemu-devel@nongnu.org; Thu, 03 Oct 2013 12:52:51 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r93GqoAV010568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 3 Oct 2013 12:52:50 -0400 Message-ID: <524DA0F6.3050007@redhat.com> Date: Thu, 03 Oct 2013 18:53:10 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1380807975-13266-1-git-send-email-pbonzini@redhat.com> <20131003135404.GA1267@redhat.com> <524D9426.20707@redhat.com> <20131003165417.GA4616@redhat.com> In-Reply-To: <20131003165417.GA4616@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] qdev: switch reset to post-order, clean up PCI reset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org Il 03/10/2013 18:54, Michael S. Tsirkin ha scritto: > > For each PCI device I tried creating a VM with an instance of it (a few > > devices at a time), and did VM resets. Earlier versions were tested by > > the guy who reported the SCSI problems. > > x86 kvm only? Yes. Paolo