From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjmXv-0008Bp-Ht for qemu-devel@nongnu.org; Fri, 03 Mar 2017 07:42:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjmXu-0003Eu-LQ for qemu-devel@nongnu.org; Fri, 03 Mar 2017 07:42:55 -0500 Received: from mail-wr0-x230.google.com ([2a00:1450:400c:c0c::230]:36403) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cjmXu-0003E4-DL for qemu-devel@nongnu.org; Fri, 03 Mar 2017 07:42:54 -0500 Received: by mail-wr0-x230.google.com with SMTP id u108so72873339wrb.3 for ; Fri, 03 Mar 2017 04:42:54 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1488435591-17882-1-git-send-email-mst@redhat.com> References: <1488435591-17882-1-git-send-email-mst@redhat.com> From: Peter Maydell Date: Fri, 3 Mar 2017 12:42:32 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/15] virtio, pc: fixes, features List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: QEMU Developers On 2 March 2017 at 06:20, Michael S. Tsirkin wrote: > The following changes since commit 1e0addb682c3c552fd97480037d4f8ff18e2b87e: > > Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170228-tag' into staging (2017-03-01 20:33: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 077dd74239a99f6c1e77c5c1aa24cfc7f58cd20c: > > hw/pxb-pcie: fix PCI Express hotplug support (2017-03-02 07:31:26 +0200) > > ---------------------------------------------------------------- > virtio, pc: fixes, features > > virtio support for region caches broke a bunch of stuff - fixing most of > it though it's not ideal. Still pondering the right way to fix it. > New: VM gen ID and hotplug for PXB. > > Signed-off-by: Michael S. Tsirkin > Applied, thanks. -- PMM