[Qemu-devel] [PULL 0/4] virtio, pc: fixes

Michael S. Tsirkin posted 4 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1490198476-12244-1-git-send-email-mst@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
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(-)
[Qemu-devel] [PULL 0/4] virtio, pc: fixes
Posted by Michael S. Tsirkin 7 years ago
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)

----------------------------------------------------------------
virtio, pc: fixes

virtio and misc fixes for 2.9.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
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(-)


Re: [Qemu-devel] [PULL 0/4] virtio, pc: fixes
Posted by Michael S. Tsirkin 7 years ago
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.

> ----------------------------------------------------------------
> virtio, pc: fixes
> 
> virtio and misc fixes for 2.9.
> 
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> 
> ----------------------------------------------------------------
> 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(-)
> 

Re: [Qemu-devel] [PULL 0/4] virtio, pc: fixes
Posted by Michael S. Tsirkin 7 years ago
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 <mst@redhat.com>
> > 
> > ----------------------------------------------------------------
> > 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(-)
> > 

Re: [Qemu-devel] [PULL 0/4] virtio, pc: fixes
Posted by Peter Maydell 7 years ago
On 22 March 2017 at 16:01, Michael S. Tsirkin <mst@redhat.com> 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)
>
> ----------------------------------------------------------------
> virtio, pc: fixes
>
> virtio and misc fixes for 2.9.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM