Enable the use of original device block size
This commit is contained in:
parent
540062c80d
commit
a5038eb957
3 changed files with 38 additions and 4 deletions
|
|
@ -22,7 +22,8 @@ type USBDevicePassthroughConfig struct {
|
|||
}
|
||||
|
||||
type BlockDevicePassthroughConfig struct {
|
||||
Path string
|
||||
Path string
|
||||
BlockSize uint64
|
||||
}
|
||||
|
||||
type PassthroughConfig struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue