commit | a43de7980265323db4ee752b218dc784e3c69f9f | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Mar 28 13:41:29 2022 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Apr 06 14:31:56 2022 +0200 |
tree | 8cf5eae7af84f8a230add542fd760495e1212566 | |
parent | 7da50d6411eede9eb1ff90ba85c30aa748ac4883 [diff] [blame] |
virtio-ccw: do not include headers for all virtio devices Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
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"