Qemu co-operation with kvm tsc deadline timer

2011-09-25 Thread Liu, Jinsong
>From 7b58c09d1bb70c7ca8aa29892b08ba4a3e7b9e92 Mon Sep 17 00:00:00 2001 From: Liu Jinsong Date: Sun, 25 Sep 2011 15:48:29 +0800 Subject: [PATCH] Qemu co-operation with kvm tsc deadline timer KVM add emulation of lapic tsc deadline timer for guest. This patch is co-operation work at qemu side. Si

Re: [PATCH 1/2] nVMX: Add KVM_REQ_IMMEDIATE_EXIT

2011-09-25 Thread Nadav Har'El
On Fri, Sep 23, 2011, Marcelo Tosatti wrote about "Re: [PATCH 1/2] nVMX: Add KVM_REQ_IMMEDIATE_EXIT": > On Thu, Sep 22, 2011 at 01:52:56PM +0300, Nadav Har'El wrote: > > This patch adds a new vcpu->requests bit, KVM_REQ_IMMEDIATE_EXIT. > > This bit requests that when next entering the guest, we sh

[PATCH v2] kvm tools: Support multiple net devices

2011-09-25 Thread Sasha Levin
This patch adds support for multiple network devices. The command line syntax changes to the following: --network/-n [mode=[tap/user/none]] [guest_ip=[guest ip]] [host_ip= [host_ip]] [guest_mac=[guest_mac]] [script=[script]] Each of the parameters is optional, and the config defaults to a

Biweekly KVM Test report, kernel 1e0e12af... qemu ad305c9f...

2011-09-25 Thread Ren, Yongjie
Hi All, This is KVM test result against kvm.git 1e0e12af7606a7d4063654eb294c8fd554c71a25 based on kernel 3.1.0-rc5+, and qemu.git ad305c9fc6f2c037f47b3274ceace4ebc81160ed. We found 2 new bugs during the past two weeks. Both of them are qemu bugs. One of them is that guest boot up too slowly. The

Re: [Qemu-devel] [PATCH] qemu: Fix inject-nmi

2011-09-25 Thread Avi Kivity
On 09/23/2011 12:31 PM, Lai Jiangshan wrote: > Moreover: wrong indention. > > You know that this won't work for qemu-kvm with in-kernel irqchip? You > may want to provide a patch for that tree, emulating the unavailable > LINT1 injection via testing the APIC configration and then raising an >

Biweekly KVM Test report, kernel 1e0e12af... qemu ad305c9f...

2011-09-25 Thread Ren, Yongjie
Hi All, This is KVM test result against kvm.git 1e0e12af7606a7d4063654eb294c8fd554c71a25 based on kernel 3.1.0-rc5+, and qemu.git ad305c9fc6f2c037f47b3274ceace4ebc81160ed. We found 2 new bugs during the past two weeks. Both of them are qemu bugs. One of them is that guest boot up too slowly. The

RE: [PATCH] KVM: emulate lapic tsc deadline timer for guest

2011-09-25 Thread Liu, Jinsong
Marcelo Tosatti wrote: > On Fri, Sep 23, 2011 at 04:25:51PM +0800, Liu, Jinsong wrote: >> Marcelo Tosatti wrote: >>> On Thu, Sep 22, 2011 at 04:55:52PM +0800, Liu, Jinsong wrote: > From 4d5b83aba40ce0d421add9a41a6c591a8590a32e Mon Sep 17 00:00:00 > 2001 From: Liu, Jinsong Date: T

Re: [PATCH] qemu: Fix inject-nmi

2011-09-25 Thread Jan Kiszka
On 2011-09-25 16:07, Avi Kivity wrote: > On 09/23/2011 12:31 PM, Lai Jiangshan wrote: >> > Moreover: wrong indention. >> > >> > You know that this won't work for qemu-kvm with in-kernel irqchip? You >> > may want to provide a patch for that tree, emulating the unavailable >> > LINT1 injection v

Re: [RFC][PATCHv2] tools: kvm: don't use custom strtoul for hex numbers

2011-09-25 Thread Pekka Enberg
On Fri, Sep 23, 2011 at 5:53 PM, Andy Shevchenko wrote: > Signed-off-by: Andy Shevchenko > Cc: Pekka Enberg > Cc: kvm@vger.kernel.org > Signed-off-by: Andy Shevchenko Applied, thanks! -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.k

Re: [PATCH 0/4] acpi: fix up EJ0 in DSDT

2011-09-25 Thread Kevin O'Connor
On Thu, Sep 22, 2011 at 09:09:49AM +0300, Michael S. Tsirkin wrote: > On Thu, Sep 22, 2011 at 12:35:13AM -0400, Kevin O'Connor wrote: > > The code to generate basic SSDT code isn't that difficult (see > > build_ssdt and src/ssdt-proc.dsl). Is there a compelling reason to > > patch the DSDT versus

Re: Questions about duplicate memory work

2011-09-25 Thread Emmanuel Noobadmin
On 9/25/11, Robin Lee Powell wrote: > > OK, so I've got a Linux host, and a bunch of Linux VMs. > > This means that the host *and* all tho VMs do their own disk > caches/buffers and do their own swap as well. If I'm not wrong, that's why the recommended and current default in libvirtd is to creat

Re: [PATCH v2] kvm tools: Support multiple net devices

2011-09-25 Thread Pekka Enberg
On Sun, Sep 25, 2011 at 2:11 PM, Sasha Levin wrote: > This patch adds support for multiple network devices. The command line syntax > changes to the following: > >        --network/-n [mode=[tap/user/none]] [guest_ip=[guest ip]] [host_ip= > [host_ip]] [guest_mac=[guest_mac]] [script=[script]] > >

Re: [PATCH v8 2/4] block: add the command line support

2011-09-25 Thread Zhi Yong Wu
On Fri, Sep 23, 2011 at 11:54 PM, Kevin Wolf wrote: > Am 08.09.2011 12:11, schrieb Zhi Yong Wu: >> Signed-off-by: Zhi Yong Wu >> --- >>  block.c         |   59 >> +++ >>  block.h         |    5 >>  block_int.h     |    3 ++ >>  blockdev.c