Re: [PATCH] virtio: set pci bus master enable bit

2009-12-04 Thread Jesse Barnes
On Tue, 1 Dec 2009 10:34:01 +1030 Rusty Russell wrote: > On Mon, 30 Nov 2009 02:22:01 am Michael S. Tsirkin wrote: > > As all virtio devices perform DMA, we > > must enable bus mastering for them to be > > spec compliant. > > > > Signed-off-by: Michael S. Tsirkin > > --- > > drivers/virtio/vir

Re: Bugs in kvm guest migration

2009-12-04 Thread Jan Kiszka
Avi Kivity wrote: > On 12/03/2009 09:23 PM, Jan Kiszka wrote: >> Jan Kiszka wrote: >> >>> Problem 2 >>> - >>> Setup: qemu head with vmstate fixes. kvm-kmod master, 64-bit host& guest. >>> Effect: The migration target either locks up or reboots immediately. >>> I've nailed this down to

Re: [Autotest] [KVM-AUTOTEST PATCH] Improve kvm subtest AutoIt - add option to download script from remote server

2009-12-04 Thread Lucas Meneghel Rodrigues
Ok, fair enough, applied! Thanks Chen On Thu, Dec 3, 2009 at 4:39 AM, Cao, Chen wrote: > Hi, Lucas, > > On Thu, Dec 03, 2009 at 01:16:27AM -0200, Lucas Meneghel Rodrigues wrote: >> Chen, I have verified your patch, code looks good, but I am indeed a >> bit concerned about putting extra requiremen

Re: [PATCH 1/2] Adds a test to verify resources inside a VM

2009-12-04 Thread Yolkfull Chow
On Sun, Nov 29, 2009 at 11:04:55AM +0200, Yaniv Kaul wrote: > On 11/29/2009 9:20 AM, Yolkfull Chow wrote: > >On Wed, Nov 25, 2009 at 11:35:02AM +0530, sudhir kumar wrote: > >>This patch adds a test for verifying whether the number of cpus and amount > >>of memory as seen inside a guest is same as a

[PATCH 2/2] KVM test: subtest migration: Add rem_host and rem_port for migrate().

2009-12-04 Thread Yolkfull Chow
Since kvm_test_utils.migrate() adds two arguments to adopt server-side migration. This client side test also needs update. Signed-off-by: Yolkfull Chow --- client/tests/kvm/tests/migration.py |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/client/tests/kvm/tests/migrat

[PATCH 1/2] Add a server-side test - kvm_migration

2009-12-04 Thread Yolkfull Chow
This patch will add a server-side test namely kvm_migration. Currently, it will use existing KVM client test framework and add a new file kvm_migration.py to help judge executing routine: source machine or dest machine. * One thing need to be considered/improved: Whether we parse the kvm_tests.cfg

[PATCH V2] Add a server-side test - kvm_migration

2009-12-04 Thread Yolkfull Chow
This patch will add a server-side test namely kvm_migration. Currently, it will use existing KVM client test framework and add a new file kvm_migration.py to help judge executing routine: source machine or dest machine. Improvement based on version #1: 1) add two barriers for controlling synchroni

Re: Bugs in kvm guest migration

2009-12-04 Thread Avi Kivity
On 12/03/2009 09:23 PM, Jan Kiszka wrote: Jan Kiszka wrote: Problem 2 - Setup: qemu head with vmstate fixes. kvm-kmod master, 64-bit host& guest. Effect: The migration target either locks up or reboots immediately. I've nailed this down to 84d0b66c778d881eafca2a5d0d66678211c4e861. E