mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm, config, vhost_user_blk: remove "wce" parameter
This config option provided very little value and instead we now enable this feature (which then lets the guest control the cache mode) unconditionally. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Samuel Ortiz
parent
9101bdd7a9
commit
af8292b623
@@ -1539,7 +1539,7 @@ mod tests {
|
||||
|
||||
(
|
||||
format!(
|
||||
"vhost_user=true,path={},num_queues={},queue_size=128,wce=true",
|
||||
"vhost_user=true,path={},num_queues={},queue_size=128",
|
||||
blk_file_path, num_queues,
|
||||
),
|
||||
None,
|
||||
@@ -1552,7 +1552,7 @@ mod tests {
|
||||
|
||||
(
|
||||
format!(
|
||||
"vhost_user=true,socket={},num_queues={},queue_size=128,wce=true",
|
||||
"vhost_user=true,socket={},num_queues={},queue_size=128",
|
||||
vubd_socket_path, num_queues,
|
||||
),
|
||||
Some(daemon_child),
|
||||
@@ -1736,7 +1736,7 @@ mod tests {
|
||||
let (blk_boot_params, daemon_child) = if self_spawned {
|
||||
(
|
||||
format!(
|
||||
"vhost_user=true,path={},num_queues={},queue_size=128,wce=true",
|
||||
"vhost_user=true,path={},num_queues={},queue_size=128",
|
||||
disk_path, num_queues,
|
||||
),
|
||||
None,
|
||||
@@ -1754,7 +1754,7 @@ mod tests {
|
||||
|
||||
(
|
||||
format!(
|
||||
"vhost_user=true,socket={},num_queues={},queue_size=128,wce=true",
|
||||
"vhost_user=true,socket={},num_queues={},queue_size=128",
|
||||
vubd_socket_path, num_queues,
|
||||
),
|
||||
Some(daemon_child),
|
||||
|
||||
Reference in New Issue
Block a user