From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecH7N-00071T-GU for qemu-devel@nongnu.org; Thu, 18 Jan 2018 15:49:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecH7K-0006wN-DO for qemu-devel@nongnu.org; Thu, 18 Jan 2018 15:49:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42732) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ecH7K-0006w4-7K for qemu-devel@nongnu.org; Thu, 18 Jan 2018 15:48:58 -0500 Date: Thu, 18 Jan 2018 22:48:56 +0200 From: "Michael S. Tsirkin" Message-ID: <20180118224758-mutt-send-email-mst@kernel.org> References: <1516121887-32738-1-git-send-email-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/34] pc, pci, virtio: features, fixes, cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Thu, Jan 18, 2018 at 10:09:09AM +0000, Peter Maydell wrote: > On 16 January 2018 at 17:46, Michael S. Tsirkin wrote: > > > > Changes from v1: > > 32 build fix > > vhost-user-blk build fix > > s390 qom fix > > include mem slot limit fix > > > > The following changes since commit f521eeee3bd060b460c99e605472b7e03967db43: > > > > Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180115' into staging (2018-01-15 13:17:47 +0000) > > > > 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 1d9dc60062ae05375c080bbe2db5a5c3c4f495bc: > > > > vhost: used_memslots refactoring (2018-01-16 18:52:03 +0200) > > > > ---------------------------------------------------------------- > > pc, pci, virtio: features, fixes, cleanups > > > > A bunch of fixes, cleanus and new features all over the place. > > > > Signed-off-by: Michael S. Tsirkin > > Hi -- this pullreq triggers a lot of alignment warnings for vhost > in the clang runtime sanitizer: I couldn't reproduce - sent v4 on an off chance it's gone there. Could you try that one pls?