qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 3/3] qdev-monitor: add missing aliases for vi


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH v2 3/3] qdev-monitor: add missing aliases for virtio device classes
Date: Mon, 22 Feb 2016 13:09:52 +0100

On Thu, 18 Feb 2016 22:44:14 +0100
Sascha Silbe <address@hidden> wrote:

> virtio-{blk,balloon,net,serial} are aliases for their actual,
> architecture-dependent implementations (*-ccw on s390x, *-pci on other
> architectures supporting virtio). This makes it a lot easier to craft
> qemu invocations that work on all supported architectures. Complete
> the set to cover all existing non-abstract virtio device classes.
> 
> For virtio-balloon, only the CCW implementation was missing.

There's also virtio-vga but that one looks quite hardcoded around pci.

> 
> Signed-off-by: Sascha Silbe <address@hidden>
> ---
> v1->v2:
> - Completely wired up all (non-abstract) virtio device classes, even
>   those that still lack a CCW implementation.
> 
> Markus, does your Reviewed-by apply to this version as well? (Wasn't
> sure so I didn't include it)
> ---
>  qdev-monitor.c | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)

Reviewed-by: Cornelia Huck <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]