mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
scsi: move non-emulation specific code to scsi/
util/scsi.c includes some SCSI code that is shared by block/iscsi.c and hw/scsi, but the introduction of the persistent reservation helper will add many more instances of this. There is also include/block/scsi.h, which actually is not part of the core block layer. The persistent reservation manager will also need a home. A scsi/ directory provides one for both the aforementioned shared code and the PR manager code. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
37b6045c45
commit
e5b5728cd3
14 changed files with 626 additions and 614 deletions
1
scsi/Makefile.objs
Normal file
1
scsi/Makefile.objs
Normal file
|
@ -0,0 +1 @@
|
|||
block-obj-y += utils.o
|
Loading…
Add table
Add a link
Reference in a new issue