On Thu, 18 Feb 2016 22:44:14 +0100 Sascha Silbe <si...@linux.vnet.ibm.com> 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 <si...@linux.vnet.ibm.com> > --- > 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 <cornelia.h...@de.ibm.com>