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

2015-05-05 Thread John Ferlan


On 03/30/2015 06:05 AM, Luyao Huang wrote:
 Signed-off-by: Luyao Huang lhu...@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:
 

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


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

2015-05-05 Thread Luyao Huang


On 05/05/2015 08:31 PM, John Ferlan wrote:


On 03/30/2015 06:05 AM, Luyao Huang wrote:

Signed-off-by: Luyao Huang lhu...@redhat.com
---
I forgot this place.

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


Just bumping with other part of series..


Yes, when i noticed this i had already sent other patches, so i sent a 
4/3 to fix my mistake...


Thanks for pointing out, i will merge this change to other patches if 
needed.




John


Luyao

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


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

2015-03-30 Thread Luyao Huang
Signed-off-by: Luyao Huang lhu...@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list