diff options
author | Paolo Bonzini | 2017-08-22 09:23:55 +0200 |
---|---|---|
committer | Paolo Bonzini | 2017-09-19 14:09:31 +0200 |
commit | 08e2c9f19ce791b3a0fb6adbf962ab4902ec5a7b (patch) | |
tree | fdcd2651c14dfaf0943ad9a26a23556287d4cc6e /scsi | |
parent | scsi: introduce sg_io_sense_from_errno (diff) | |
download | qemu-08e2c9f19ce791b3a0fb6adbf962ab4902ec5a7b.tar.gz qemu-08e2c9f19ce791b3a0fb6adbf962ab4902ec5a7b.tar.xz 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 'scsi')
-rw-r--r-- | scsi/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scsi/utils.c b/scsi/utils.c index 6ee9f4095b..fab60bdf20 100644 --- a/scsi/utils.c +++ b/scsi/utils.c @@ -14,7 +14,7 @@ */ #include "qemu/osdep.h" -#include "block/scsi.h" +#include "scsi/constants.h" #include "scsi/utils.h" #include "qemu/bswap.h" |