diff options
author | KONRAD Frederic <fred.konrad@greensocs.com> | 2013-01-15 00:08:06 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-01-21 13:23:14 -0600 |
commit | 11e9235b1a88a98124fe005c93ade019d6a09c0b (patch) | |
tree | 1d71626c1eca56076265254ab9bdec41fe154a1e /hw/s390-virtio-bus.h | |
parent | ea35d4f1e9781a4b489d550e4bbc4568704f34bf (diff) |
virtio-s390-device: create a virtio-s390-bus during init.
A virtio-s390-bus is created during the init. So one VirtIODevice can be
connected on the virtio-s390-device through this bus.
Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/s390-virtio-bus.h')
-rw-r--r-- | hw/s390-virtio-bus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/s390-virtio-bus.h b/hw/s390-virtio-bus.h index ffc6f88a89..438b37fd82 100644 --- a/hw/s390-virtio-bus.h +++ b/hw/s390-virtio-bus.h @@ -96,6 +96,7 @@ struct VirtIOS390Device { virtio_net_conf net; VirtIOSCSIConf scsi; VirtIORNGConf rng; + VirtioBusState bus; }; typedef struct VirtIOS390Bus { |