[libvirt] [PATCH4/3] qemu: add cpu feature check for host-passthrough

John Ferlan jferlan at redhat.com
Tue May 5 12:31:26 UTC 2015



On 03/30/2015 06:05 AM, Luyao Huang wrote:
> Signed-off-by: Luyao Huang <lhuang at redhat.com>
> ---
> I forgot this place.
> 
>  src/qemu/qemu_process.c | 5 -----
>  1 file changed, 5 deletions(-)
> 

Just bumping with other part of series..

John
> diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c
> index 79f763e..5f418a9 100644
> --- a/src/qemu/qemu_process.c
> +++ b/src/qemu/qemu_process.c
> @@ -4070,11 +4070,6 @@ qemuProcessVerifyGuestCPU(virQEMUDriverPtr driver,
>      bool ret = false;
>      size_t i;
>  
> -    /* no features are passed to QEMU with -cpu host
> -     * so it makes no sense to verify them */
> -    if (def->cpu && def->cpu->mode == VIR_CPU_MODE_HOST_PASSTHROUGH)
> -        return true;
> -
>      switch (arch) {
>      case VIR_ARCH_I686:
>      case VIR_ARCH_X86_64:
> 




More information about the libvir-list mailing list