diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2017-08-22 09:23:55 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-09-19 14:09:31 +0200 |
commit | 08e2c9f19ce791b3a0fb6adbf962ab4902ec5a7b (patch) | |
tree | fdcd2651c14dfaf0943ad9a26a23556287d4cc6e /hw/scsi/mptsas.c | |
parent | 1ead6b4e242e59711976cdf2502dd5c7cd5d340a (diff) | |
download | qemu-08e2c9f19ce791b3a0fb6adbf962ab4902ec5a7b.zip |
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 'hw/scsi/mptsas.c')
-rw-r--r-- | hw/scsi/mptsas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/scsi/mptsas.c b/hw/scsi/mptsas.c index 765ab53c34..8bae8f543e 100644 --- a/hw/scsi/mptsas.c +++ b/hw/scsi/mptsas.c @@ -30,7 +30,7 @@ #include "hw/pci/msi.h" #include "qemu/iov.h" #include "hw/scsi/scsi.h" -#include "block/scsi.h" +#include "scsi/constants.h" #include "trace.h" #include "qapi/error.h" #include "mptsas.h" |