Re: [libvirt] [PATCH 2/2] qemu: Remove host-passthrough validation check for host-phys-bits=on

2022-09-02 Thread Dario Faggioli
On Wed, 2022-08-17 at 11:18 -0600, Jim Fehlig wrote: > On 8/17/22 08:47, Jim Fehlig wrote: > > On 8/17/22 02:19, Lin Ma wrote: > > > Besides the -cpu host, The host-phys-bits=on applies to custom or > > > max > > > cpu model, So the host-passthrough validation check is > > > unnecessary for > > > m

Re: [libvirt] [PATCH 2/2] qemu: Remove host-passthrough validation check for host-phys-bits=on

2022-08-17 Thread Claudio Fontana
On 8/17/22 10:19, Lin Ma wrote: > Besides the -cpu host, The host-phys-bits=on applies to custom or max > cpu model, So the host-passthrough validation check is unnecessary for > maxphysaddr with mode='passthrough'. > > Signed-off-by: Lin Ma > --- > src/qemu/qemu_validate.c | 7 --- > 1 file