Re: [kvm-devel] [PATCH 06/55] KVM: Per-architecture hypercall definitions

2007-12-26 Thread Pavel Machek
Hi! Currently kvm provides hypercalls only for x86* architectures. To provide hypercall infrastructure for other kvm architectures I split kvm_para.h into a generic header file and architecture specific definitions. Signed-off-by: Christian Borntraeger [EMAIL PROTECTED] Signed-off-by: Avi

Re: [kvm-devel] [RFC] Deferred interrupt handling.

2007-07-25 Thread Pavel Machek
Hi! I guess this will also allow UIO to work without _any_ kernel parts, with only slight performance penalty in 'almost-never-happens' deadlock case? (Greg, details are below, and better description is in the lkml thread). Pavel - Our

Re: [kvm-devel] [PATCH 10/13] KVM: Wire up hypercall handlers to a central arch-independent location

2007-02-22 Thread Pavel Machek
On Mon 2007-02-19 10:30:52, Avi Kivity wrote: Signed-off-by: Avi Kivity [EMAIL PROTECTED] changelog? + switch (nr) { + default: + ; + } Eh? -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures)

Re: [kvm-devel] [PATCH 12/14] KVM: x86 emulator

2006-11-07 Thread Pavel Machek
HI! Add an x86 instruction emulator for kvm. We need an x86 emulator for the following reasons: - mmio instructions are intercepted as page faults, with no information about the operation to be performed other than the virtual address - real-mode is emulated using the old-fashined vm86