summaryrefslogtreecommitdiff
path: root/tests/virtio-scsi-test.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2017-08-22 09:23:55 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2017-09-19 14:09:31 +0200
commit08e2c9f19ce791b3a0fb6adbf962ab4902ec5a7b (patch)
treefdcd2651c14dfaf0943ad9a26a23556287d4cc6e /tests/virtio-scsi-test.c
parent1ead6b4e242e59711976cdf2502dd5c7cd5d340a (diff)
downloadqemu-08e2c9f19ce791b3a0fb6adbf962ab4902ec5a7b.tar.gz
scsi: move block/scsi.h to include/scsi/constants.h
Complete the transition by renaming this header, which was shared by block/iscsi.c and the SCSI emulation code. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/virtio-scsi-test.c')
-rw-r--r--tests/virtio-scsi-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/virtio-scsi-test.c b/tests/virtio-scsi-test.c
index d1485128bd..2934305b2b 100644
--- a/tests/virtio-scsi-test.c
+++ b/tests/virtio-scsi-test.c
@@ -10,7 +10,7 @@
#include "qemu/osdep.h"
#include "libqtest.h"
-#include "block/scsi.h"
+#include "scsi/constants.h"
#include "libqos/libqos-pc.h"
#include "libqos/libqos-spapr.h"
#include "libqos/virtio.h"