Re: Clock jumps

2010-05-27 Thread Bernhard Schmidt
On 28.05.2010 02:00, john stultz wrote: Hi John, Looking at the diff: --- dmesg-lenny 2010-05-27 16:45:33.0 -0700 +++ dmesg-squeeze 2010-05-27 16:46:14.0 -0700 @@ -132,8 +132,8 @@ console [ttyS1] enabled hpet clockevent registered Fast TSC calibration using PIT

Re: Clock jumps

2010-05-27 Thread john stultz
On Fri, 2010-05-28 at 02:33 +0200, Bernhard Schmidt wrote: On 28.05.2010 02:00, john stultz wrote: Looking at the diff: --- dmesg-lenny 2010-05-27 16:45:33.0 -0700 +++ dmesg-squeeze 2010-05-27 16:46:14.0 -0700 @@ -132,8 +132,8 @@ console [ttyS1] enabled hpet

RE: issue about virtio-net driver to suppoprt vhost mergeable buffer with zero-copy to support PS mode

2010-05-27 Thread Xin, Xiaohui
Michael, What's you have suggested could avoid to taint the guest virtio-net driver. Really thanks! For the two alternative, the first will do more trick with driver or net-core stuff. So currently, I prefer to try the second one. Anyway, let me have a good think of it. Thanks! Thanks Xiaohui

[RFC PATCH v4 2/3] block: call the snapshot handlers of the protocol drivers

2010-05-27 Thread MORITA Kazutaka
When snapshot handlers are not defined in the format driver, it is better to call the ones of the protocol driver. This enables us to implement snapshot support in the protocol driver. We need to call bdrv_close() and bdrv_open() handlers of the format driver before and after

[RFC PATCH v4 1/3] close all the block drivers before the qemu process exits

2010-05-27 Thread MORITA Kazutaka
This patch calls the close handler of the block driver before the qemu process exits. This is necessary because the sheepdog block driver releases the lock of VM images in the close handler. Signed-off-by: MORITA Kazutaka morita.kazut...@lab.ntt.co.jp --- block.c |9 + block.h |

[RFC PATCH v4 3/3] block: add sheepdog driver for distributed storage support

2010-05-27 Thread MORITA Kazutaka
Sheepdog is a distributed storage system for QEMU. It provides highly available block level storage volumes to VMs like Amazon EBS. This patch adds a qemu block driver for Sheepdog. Sheepdog features are: - No node in the cluster is special (no metadata node, no control node, etc) - Linear

[RFC PATCH v4 0/3] Sheepdog: distributed storage system for QEMU

2010-05-27 Thread MORITA Kazutaka
Hi all, This patch adds a block driver for Sheepdog distributed storage system. Please consider for inclusion. I applied comments for the 2nd patch (thanks Kevin!). The rest patches are not changed from the previous version. Changes from v3 to v4 are: - fix error handling in

Re: [PATCH] Add Documentation/kvm/msr.txt

2010-05-27 Thread Zachary Amsden
On 05/27/2010 02:10 PM, Glauber Costa wrote: On Thu, May 27, 2010 at 11:02:35AM -1000, Zachary Amsden wrote: On 05/27/2010 10:36 AM, Glauber Costa wrote: On Thu, May 27, 2010 at 10:13:12AM -1000, Zachary Amsden wrote: On 05/27/2010 06:02 AM, Glauber Costa wrote:

[PATCH] KVM Test: Make login timeout configurable.

2010-05-27 Thread Feng Yang
Add login_timeout parameter to make login timeout configurable. Currently default timeout value is 240s. It is always not enough, many case fail foer could not boot up in 240s in our testing. Have update following script: client/tests/kvm/tests/autoit.py client/tests/kvm/tests/autotest.py

<    1   2