Re: [PATCH v2 21/22] KVM: MMU: mmio page fault support

2011-06-26 Thread Avi Kivity
On 06/23/2011 08:55 PM, Xiao Guangrong wrote: Anyway, mmio spte is needed to detect bugs for hard mmu Note, we have the equivalent problem with bypass_guest_pf=1 and it works fine. We did have an issue with EPT due to a missing tlb flush, but we don't need to design the whole mmu around

Re: [PATCH 09/10] exec: remove unused variable

2011-06-26 Thread Michael S. Tsirkin
On Tue, Jun 14, 2011 at 08:36:26PM +0300, Michael S. Tsirkin wrote: Signed-off-by: Michael S. Tsirkin m...@redhat.com Any comments on this one? --- exec.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/exec.c b/exec.c index 81808f4..b784f08 100644 ---

Re: [PATCH 10/10] linux-user: remove unused variables

2011-06-26 Thread Michael S. Tsirkin
On Tue, Jun 14, 2011 at 08:36:33PM +0300, Michael S. Tsirkin wrote: Signed-off-by: Michael S. Tsirkin m...@redhat.com Riku, could you fix this up in a way that makes sense please? All I really care about is that -Werror build passes with the latest gcc. -- MST -- To unsubscribe from this list:

Re: [PATCH 09/10] exec: remove unused variable

2011-06-26 Thread Stefan Hajnoczi
On Sun, Jun 26, 2011 at 12:08 PM, Michael S. Tsirkin m...@redhat.com wrote: On Tue, Jun 14, 2011 at 08:36:26PM +0300, Michael S. Tsirkin wrote: Signed-off-by: Michael S. Tsirkin m...@redhat.com Any comments on this one? Juan Quintela's exec: last_first_tb was only used in !ONLY_USER case

Re: [Qemu-devel] [PATCH] Fix fallouts from Linux header inclusion

2011-06-26 Thread Blue Swirl
Thanks, applied. On Thu, Jun 23, 2011 at 11:05 AM, Jan Kiszka jan.kis...@web.de wrote: From: Jan Kiszka jan.kis...@siemens.com This is an all-in-one fix for the smaller and bigger mistakes of the build system changes for accompanied Linux headers:  - only enable KVM and vhost on Linux hosts

[PATCH] allow building spice from git

2011-06-26 Thread Alon Levy
Hi, These patches refactor the kvm_installer and add two repositories, spice-protocol and spice. I'm not sure what the best way is to achieve the next points I need to do: 1. Installing pre built qxl drivers into images. I'd assume there is already support for installing virtio? is the

[PATCH] kvm_installer: build spice from git

2011-06-26 Thread Alon Levy
--- client/virt/kvm_installer.py | 23 ++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/client/virt/kvm_installer.py b/client/virt/kvm_installer.py index df47fc0..b7f6291 100644 --- a/client/virt/kvm_installer.py +++ b/client/virt/kvm_installer.py @@

[PATCH] client/tests/kvm/build.cfg.sample: add commented spice parameters

2011-06-26 Thread Alon Levy
--- client/tests/kvm/build.cfg.sample |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/build.cfg.sample b/client/tests/kvm/build.cfg.sample index a43c0e9..245ffb6 100644 --- a/client/tests/kvm/build.cfg.sample +++

[PATCH] kvm_installer: introduce GitRepo helper class

2011-06-26 Thread Alon Levy
Will allow adding further git repositories more easily later. --- client/virt/kvm_installer.py | 163 ++--- 1 files changed, 72 insertions(+), 91 deletions(-) diff --git a/client/virt/kvm_installer.py b/client/virt/kvm_installer.py index 54829f4..df47fc0

[PATCH] kvm_vm: add build/lib to LD_LIBRARY_PATH for qemu_cmd

2011-06-26 Thread Alon Levy
build/lib can contain libspice-server.so built from git. --- client/virt/kvm_vm.py |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/client/virt/kvm_vm.py b/client/virt/kvm_vm.py index 3fa4b1a..48a1fc5 100644 --- a/client/virt/kvm_vm.py +++ b/client/virt/kvm_vm.py @@

[PATCH] allow building spice from git

2011-06-26 Thread Alon Levy
Hi, These patches refactor the kvm_installer and add two repositories, spice-protocol and spice. I'm not sure what the best way is to achieve the next points I need to do: 1. Installing pre built qxl drivers into images. I'd assume there is already support for installing virtio? is the

[PATCH] kvm_vm: add build/lib to LD_LIBRARY_PATH for qemu_cmd

2011-06-26 Thread Alon Levy
build/lib can contain libspice-server.so built from git. --- client/virt/kvm_vm.py |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/client/virt/kvm_vm.py b/client/virt/kvm_vm.py index 3fa4b1a..48a1fc5 100644 --- a/client/virt/kvm_vm.py +++ b/client/virt/kvm_vm.py @@

[PATCH] kvm_installer: introduce GitRepo helper class

2011-06-26 Thread Alon Levy
Will allow adding further git repositories more easily later. --- client/virt/kvm_installer.py | 163 ++--- 1 files changed, 72 insertions(+), 91 deletions(-) diff --git a/client/virt/kvm_installer.py b/client/virt/kvm_installer.py index 54829f4..df47fc0

[PATCH] kvm_installer: build spice from git

2011-06-26 Thread Alon Levy
--- client/virt/kvm_installer.py | 23 ++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/client/virt/kvm_installer.py b/client/virt/kvm_installer.py index df47fc0..b7f6291 100644 --- a/client/virt/kvm_installer.py +++ b/client/virt/kvm_installer.py @@

[PATCH] client/tests/kvm/build.cfg.sample: add commented spice parameters

2011-06-26 Thread Alon Levy
--- client/tests/kvm/build.cfg.sample |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/build.cfg.sample b/client/tests/kvm/build.cfg.sample index a43c0e9..245ffb6 100644 --- a/client/tests/kvm/build.cfg.sample +++

Re: [PATCH] allow building spice from git

2011-06-26 Thread Alon Levy
On Sun, Jun 26, 2011 at 09:55:20PM +0200, Alon Levy wrote: Sent before confirming my registration to autotest, am sending again, sorry for the double post. Hi, These patches refactor the kvm_installer and add two repositories, spice-protocol and spice. I'm not sure what the best way

Re: [PATCH] allow building spice from git

2011-06-26 Thread Lucas Meneghel Rodrigues
Hi Alon! On Sun, Jun 26, 2011 at 4:55 PM, Alon Levy al...@redhat.com wrote: Hi,  These patches refactor the kvm_installer and add two repositories, spice-protocol  and spice.  I'm not sure what the best way is to achieve the next points I need to do:  1. Installing pre built qxl drivers

[PATCH 1/3] virt: Add Transparent Hugepages setup v4

2011-06-26 Thread Lucas Meneghel Rodrigues
From: Yiqiao Pu y...@redhat.com This class configures khugepaged to active mode, with functions to restore original guest configuration. Changes from v1: * Rather than a pre/post script, config is now part of the framework * No need to store configuration in files anymore to restore host

Re: SR-IOV and KVM?

2011-06-26 Thread David Ahern
On 06/25/2011 02:53 AM, Troels Arvin wrote: Hello, Chris Friesen wrote: Is anyone working on SR-IOV for KVM, specifically for networking? KVM is one of the few virtualization systems which supports SR-IOV. 82576EB and a Dell R410 are working fine for me, but my host OS is Fedora 14, not