Re: [PATCH] Specify the system UUID for VM

2009-07-29 Thread Avi Kivity
On 07/16/2009 01:26 PM, Yolkfull Chow wrote: Signed-off-by: Yolkfull Chowyz...@redhat.com --- client/tests/kvm/kvm_vm.py | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/kvm_vm.py b/client/tests/kvm/kvm_vm.py index 503f636..895049e 100644

Re: [PATCH] Specify the system UUID for VM

2009-07-29 Thread Lucas Meneghel Rodrigues
On Wed, Jul 29, 2009 at 9:18 AM, Avi Kivitya...@redhat.com wrote: On 07/16/2009 01:26 PM, Yolkfull Chow wrote: Signed-off-by: Yolkfull Chowyz...@redhat.com ---  client/tests/kvm/kvm_vm.py |   11 +++  1 files changed, 11 insertions(+), 0 deletions(-) diff --git

Re: [PATCH] Specify the system UUID for VM

2009-07-29 Thread Lucas Meneghel Rodrigues
On Wed, Jul 29, 2009 at 9:36 AM, Lucas Meneghel Rodriguesl...@redhat.com wrote: On Wed, Jul 29, 2009 at 9:18 AM, Avi Kivitya...@redhat.com wrote: On 07/16/2009 01:26 PM, Yolkfull Chow wrote: Signed-off-by: Yolkfull Chowyz...@redhat.com ---  client/tests/kvm/kvm_vm.py |   11 +++  1

Re: [Autotest] [PATCH] Specify the system UUID for VM

2009-07-29 Thread Michael Goldish
- Lucas Meneghel Rodrigues l...@redhat.com wrote: On Wed, Jul 29, 2009 at 9:18 AM, Avi Kivitya...@redhat.com wrote: On 07/16/2009 01:26 PM, Yolkfull Chow wrote: Signed-off-by: Yolkfull Chowyz...@redhat.com ---  client/tests/kvm/kvm_vm.py |   11 +++  1 files changed, 11

Re: [Autotest] [PATCH] Specify the system UUID for VM

2009-07-29 Thread Lucas Meneghel Rodrigues
On Wed, Jul 29, 2009 at 9:46 AM, Michael Goldishmgold...@redhat.com wrote: - Lucas Meneghel Rodrigues l...@redhat.com wrote: On Wed, Jul 29, 2009 at 9:18 AM, Avi Kivitya...@redhat.com wrote: On 07/16/2009 01:26 PM, Yolkfull Chow wrote: Signed-off-by: Yolkfull Chowyz...@redhat.com

Re: [Autotest] [PATCH] Specify the system UUID for VM

2009-07-29 Thread Avi Kivity
On 07/29/2009 03:46 PM, Michael Goldish wrote: I think I already commented on this and Yolkfull posted a new patch, and that patch is the one that got applied. That's what I see in my local tree anyway. Yeah, I have a long backlog (and don't read all autotest patches anyway). Sorry

Re: [PATCH] Specify the system UUID for VM

2009-07-29 Thread Yolkfull Chow
On Wed, Jul 29, 2009 at 03:18:51PM +0300, Avi Kivity wrote: On 07/16/2009 01:26 PM, Yolkfull Chow wrote: Signed-off-by: Yolkfull Chowyz...@redhat.com --- client/tests/kvm/kvm_vm.py | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git

Re: [PATCH] Specify the system UUID for VM

2009-07-29 Thread Yolkfull Chow
On Wed, Jul 29, 2009 at 09:06:25PM +0800, Yolkfull Chow wrote: On Wed, Jul 29, 2009 at 03:18:51PM +0300, Avi Kivity wrote: On 07/16/2009 01:26 PM, Yolkfull Chow wrote: Signed-off-by: Yolkfull Chowyz...@redhat.com --- client/tests/kvm/kvm_vm.py | 11 +++ 1 files changed, 11

Re: [PATCH] Specify the system UUID for VM

2009-07-17 Thread Michael Goldish
- Yolkfull Chow yz...@redhat.com wrote: On Thu, Jul 16, 2009 at 08:49:30AM -0400, Michael Goldish wrote: I'd do this a little differently, because of the constraints imposed by the different purposes of VM.create() and VM.make_qemu_command(). - Yolkfull Chow yz...@redhat.com

Re: [PATCH] Specify the system UUID for VM

2009-07-16 Thread Yolkfull Chow
On Thu, Jul 16, 2009 at 06:26:46PM +0800, Yolkfull Chow wrote: Signed-off-by: Yolkfull Chow yz...@redhat.com --- client/tests/kvm/kvm_vm.py | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/kvm_vm.py b/client/tests/kvm/kvm_vm.py index

[PATCH] Specify the system UUID for VM

2009-07-16 Thread Yolkfull Chow
Signed-off-by: Yolkfull Chow yz...@redhat.com --- client/tests/kvm/kvm_vm.py | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/kvm_vm.py b/client/tests/kvm/kvm_vm.py index 503f636..5f81965 100644 --- a/client/tests/kvm/kvm_vm.py +++

Re: [PATCH] Specify the system UUID for VM

2009-07-16 Thread Michael Goldish
I'd do this a little differently, because of the constraints imposed by the different purposes of VM.create() and VM.make_qemu_command(). - Yolkfull Chow yz...@redhat.com wrote: Signed-off-by: Yolkfull Chow yz...@redhat.com --- client/tests/kvm/kvm_vm.py | 11 +++ 1 files