All of lore.kernel.org
 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

* Re: [PATCH] pc: remove erroneous seg_max_adjust setting for vhost-blk-device
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2020-02-12 15:41 UTC (permalink / raw)
  To: Denis Plotnikov; +Cc: qemu-devel, ehabkost

[-- Attachment #1: Type: text/plain, Size: 299 bytes --]

On Tue, Feb 11, 2020 at 05:07:58PM +0300, Denis Plotnikov wrote:
> 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(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.