Hi All

guys I am a bit new to this stuff. I want to call a method after user presses a 
combination of keys lets say alt+s or whatever. How can I do it using which 
event handler.

Best Regards



Anwar Ghani

+31 647 344 773

--- On Mon, 1/11/10, Anthony Liguori <anth...@codemonkey.ws> wrote:

From: Anthony Liguori <anth...@codemonkey.ws>
Subject: Re: [Qemu-devel] [PATCHv2] Add KVM paravirt cpuid leaf
To: "Gleb Natapov" <g...@redhat.com>
Cc: "Marcelo Tosatti" <mtosa...@redhat.com>, "Jan Kiszka" <jan.kis...@web.de>, 
qemu-devel@nongnu.org, "kvm-devel" <k...@vger.kernel.org>, "Avi Kivity" 
<a...@redhat.com>
Date: Monday, January 11, 2010, 7:18 PM

On 01/07/2010 10:24 AM, Gleb Natapov wrote:
> diff --git a/target-i386/kvm.c b/target-i386/kvm.c
> index 4084503..6a841de 100644
> --- a/target-i386/kvm.c
> +++ b/target-i386/kvm.c
> @@ -17,6 +17,7 @@
>   #include<sys/mman.h>
> 
>   #include<linux/kvm.h>
> +#include<linux/kvm_para.h>

This breaks the build on a default F12 install because while kvm.h is present, 
kvm_para.h is not.  This is a hard one to fix.

We can default the kvm search path to /lib/modules/$(uname -r)/build, we can 
fix the glibc headers and live with it, or we can pull in the kvm headers into 
qemu.

Avi/Marcelo/Jan, any thoughts from the qemu-kvm side?

Regards,

Anthony Liguori





      

Reply via email to