Re: [PATCH v1 3/3] virtio-mem: Set "unplugged-inaccessible=auto" for the 6.2 machine on x86

2021-12-08 Thread Pankaj Gupta
> Set the new default to "auto", keeping it set to "on" for compat > machines. This property is only available for x86 targets. > > TODO: once 6.2 was released and we have compat machines, target the next > QEMU release. > > Signed-off-by: David Hildenbrand > --- > hw/i386/pc.c |

Re: [PATCH v1 3/3] virtio-mem: Set "unplugged-inaccessible=auto" for the 6.2 machine on x86

2021-11-30 Thread David Hildenbrand
On 30.11.21 16:34, Michal Prívozník wrote: > On 11/30/21 10:28, David Hildenbrand wrote: >> Set the new default to "auto", keeping it set to "on" for compat > > I believe you wanted to say: keeping it set to "off", because that's > what the patch does. Right, I switched semantics from a "legacy-g

Re: [PATCH v1 3/3] virtio-mem: Set "unplugged-inaccessible=auto" for the 6.2 machine on x86

2021-11-30 Thread Michal Prívozník
On 11/30/21 10:28, David Hildenbrand wrote: > Set the new default to "auto", keeping it set to "on" for compat I believe you wanted to say: keeping it set to "off", because that's what the patch does. > machines. This property is only available for x86 targets. > > TODO: once 6.2 was released an

[PATCH v1 3/3] virtio-mem: Set "unplugged-inaccessible=auto" for the 6.2 machine on x86

2021-11-30 Thread David Hildenbrand
Set the new default to "auto", keeping it set to "on" for compat machines. This property is only available for x86 targets. TODO: once 6.2 was released and we have compat machines, target the next QEMU release. Signed-off-by: David Hildenbrand --- hw/i386/pc.c | 1 + hw/virtio/v