diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-03-28 13:41:29 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-04-06 14:31:56 +0200 |
commit | a43de7980265323db4ee752b218dc784e3c69f9f (patch) | |
tree | 8cf5eae7af84f8a230add542fd760495e1212566 /hw/s390x/s390-virtio-ccw.c | |
parent | 7da50d6411eede9eb1ff90ba85c30aa748ac4883 (diff) | |
download | qemu-a43de7980265323db4ee752b218dc784e3c69f9f.zip qemu-a43de7980265323db4ee752b218dc784e3c69f9f.tar.gz qemu-a43de7980265323db4ee752b218dc784e3c69f9f.tar.bz2 |
virtio-ccw: do not include headers for all virtio devices
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/s390x/s390-virtio-ccw.c')
-rw-r--r-- | hw/s390x/s390-virtio-ccw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c index 90480e7..2d32647 100644 --- a/hw/s390x/s390-virtio-ccw.c +++ b/hw/s390x/s390-virtio-ccw.c @@ -25,6 +25,7 @@ #include "qemu/error-report.h" #include "qemu/option.h" #include "qemu/qemu-print.h" +#include "qemu/units.h" #include "hw/s390x/s390-pci-bus.h" #include "sysemu/reset.h" #include "hw/s390x/storage-keys.h" |