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

Luyao Huang lhuang at redhat.com
Mon Mar 30 10:05:04 UTC 2015


Signed-off-by: Luyao Huang <lhuang at redhat.com>
---
I forgot this place.

 src/qemu/qemu_process.c | 5 -----
 1 file changed, 5 deletions(-)

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:
-- 
1.8.3.1




More information about the libvir-list mailing list