mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
util: Move scsi_host specific functions from virutil
Create a virscsihost.c and place the functions there. That removes the last #ifdef __linux__ from virutil.c. Take the opporunity to also change the function names and in one case the parameters slightly
This commit is contained in:
@@ -242,6 +242,7 @@ src/util/virqemu.c
|
||||
src/util/virrandom.c
|
||||
src/util/virrotatingfile.c
|
||||
src/util/virscsi.c
|
||||
src/util/virscsihost.c
|
||||
src/util/virscsivhost.c
|
||||
src/util/virsecret.c
|
||||
src/util/virsexpr.c
|
||||
|
||||
Reference in New Issue
Block a user