From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFrQC-0001w0-5z for qemu-devel@nongnu.org; Thu, 25 Oct 2018 22:00:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFrQ6-0000CA-Dz for qemu-devel@nongnu.org; Thu, 25 Oct 2018 22:00:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59174) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gFrQ6-0000Br-5D for qemu-devel@nongnu.org; Thu, 25 Oct 2018 22:00:14 -0400 Date: Thu, 25 Oct 2018 22:00:11 -0400 From: "Michael S. Tsirkin" Message-ID: <20181025215914-mutt-send-email-mst@kernel.org> References: <20181025005110.249256-1-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL v2 00/28] pci, pc, virtio: fixes, features List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Thu, Oct 25, 2018 at 08:16:44PM +0100, Peter Maydell wrote: > On 25 October 2018 at 01:52, Michael S. Tsirkin wrote: > > The following changes since commit 13399aad4fa87b2878c49d02a5d3bafa6c966ba3: > > > > Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging (2018-10-23 17:20:23 +0100) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream > > > > for you to fetch changes up to 6a9fb4e1ba5594cde7739068617ad88e6117db93: > > > > vhost-scsi: prevent using uninitialized vqs (2018-10-24 20:50:13 -0400) > > > > ---------------------------------------------------------------- > > pci, pc, virtio: fixes, features > > > > AMD IOMMU VAPIC support + fixes all over the place. > > > > Signed-off-by: Michael S. Tsirkin > > Hi; I get some compile failures and a test assertion, I'm afraid: OK I fixed 32 bit issues. Could not reproduce the test issues, could it be that it was a side effect of build issues maybe? Could you retyr? If it still ails I will drop the test for now. Thanks! -- MST