Re: [PATCH 3/5] s390x/pv: Check for support on the host

2023-01-05 Thread Thomas Huth
On 04/01/2023 12.51, Cédric Le Goater wrote: From: Cédric Le Goater Support for protected VMs should have been enabled on the host with the kernel parameter 'prot_virt=1'. If the hardware supports the feature, it is reflected under sysfs. Signed-off-by: Cédric Le Goater --- hw/s390x/pv.c |

[PATCH 3/5] s390x/pv: Check for support on the host

2023-01-04 Thread Cédric Le Goater
From: Cédric Le Goater Support for protected VMs should have been enabled on the host with the kernel parameter 'prot_virt=1'. If the hardware supports the feature, it is reflected under sysfs. Signed-off-by: Cédric Le Goater --- hw/s390x/pv.c | 23 ++- 1 file changed, 22 i