From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cqj9l-000317-VS for qemu-devel@nongnu.org; Wed, 22 Mar 2017 12:30:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cqj9k-0005zS-Vm for qemu-devel@nongnu.org; Wed, 22 Mar 2017 12:30:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57762) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cqj9k-0005yM-PN for qemu-devel@nongnu.org; Wed, 22 Mar 2017 12:30:40 -0400 Date: Wed, 22 Mar 2017 18:30:38 +0200 From: "Michael S. Tsirkin" Message-ID: <20170322183009-mutt-send-email-mst@kernel.org> References: <1490198476-12244-1-git-send-email-mst@redhat.com> <20170322182815-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170322182815-mutt-send-email-mst@kernel.org> Subject: Re: [Qemu-devel] [PULL 0/4] virtio, pc: fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell On Wed, Mar 22, 2017 at 06:28:49PM +0200, Michael S. Tsirkin wrote: > On Wed, Mar 22, 2017 at 06:01:31PM +0200, Michael S. Tsirkin wrote: > > The following changes since commit 55a19ad8b2d0797e3a8fe90ab99a9bb713824059: > > > > Update version for v2.9.0-rc1 release (2017-03-21 17:13:29 +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 807211b76603b094c46a0cd95a3c785f47f3ab73: > > > > hw/acpi/vmgenid: prevent more than one vmgenid device (2017-03-22 17:56:00 +0200) > > I tweaked commit log on two patches at submitter's request. > Pushed 160f57134960e6356257e54408f6bce382aac5f6 - same tree. It's really f92063028a0ea9e15d8f962644bce76c0e8aa7d1 sorry about the noise. > > ---------------------------------------------------------------- > > virtio, pc: fixes > > > > virtio and misc fixes for 2.9. > > > > Signed-off-by: Michael S. Tsirkin > > > > ---------------------------------------------------------------- > > Fam Zheng (1): > > virtio: Fix error handling in virtio_bus_device_plugged > > > > Laszlo Ersek (2): > > hw/acpi/vmgenid: prevent device realization on pre-2.5 machine types > > hw/acpi/vmgenid: prevent more than one vmgenid device > > > > Paolo Bonzini (1): > > virtio: always use handle_aio_output if registered > > > > include/hw/acpi/vmgenid.h | 2 ++ > > include/hw/compat.h | 4 ++++ > > hw/acpi/vmgenid.c | 22 ++++++++++++++++++++++ > > hw/virtio/virtio-bus.c | 20 +++++++++++++++++--- > > hw/virtio/virtio.c | 13 ++++++++++++- > > 5 files changed, 57 insertions(+), 4 deletions(-) > >