qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pc: remove erroneous seg_max_adjust setting for vhost-blk-device
@ 2020-02-11 14:07 Denis Plotnikov
  2020-02-12 15:41 ` Stefan Hajnoczi
  0 siblings, 1 reply; 2+ messages in thread
From: Denis Plotnikov @ 2020-02-11 14:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: ehabkost

vhost-blk-device isn't a part of qemu.git

Signed-off-by: Denis Plotnikov <dplotnikov@virtuozzo.com>
---
 hw/core/machine.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/core/machine.c b/hw/core/machine.c
index d8e30e4895..2501b540ec 100644
--- a/hw/core/machine.c
+++ b/hw/core/machine.c
@@ -31,7 +31,6 @@ GlobalProperty hw_compat_4_2[] = {
     { "virtio-blk-device", "x-enable-wce-if-config-wce", "off" },
     { "virtio-blk-device", "seg-max-adjust", "off"},
     { "virtio-scsi-device", "seg_max_adjust", "off"},
-    { "vhost-blk-device", "seg_max_adjust", "off"},
     { "usb-host", "suppress-remote-wake", "off" },
     { "usb-redir", "suppress-remote-wake", "off" },
 };
-- 
2.17.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-12 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-11 14:07 [PATCH] pc: remove erroneous seg_max_adjust setting for vhost-blk-device Denis Plotnikov
2020-02-12 15:41 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).