mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
virtio-blk: add a knob to disable request merging
this adds a knob to disable request merging for debugging or benchmarks if dedired. Signed-off-by: Peter Lieven <pl@kamp.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
95f7142abc
commit
c99495ac1b
2 changed files with 5 additions and 1 deletions
|
@ -113,6 +113,7 @@ struct VirtIOBlkConf
|
|||
uint32_t scsi;
|
||||
uint32_t config_wce;
|
||||
uint32_t data_plane;
|
||||
uint32_t request_merging;
|
||||
};
|
||||
|
||||
struct VirtIOBlockDataPlane;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue