Re: [PATCH v4 12/15] kvm: x86: Add user space part for in-kernel APIC

2011-12-08 Thread Jan Kiszka
On 2011-12-09 08:45, Jan Kiszka wrote: > On 2011-12-08 22:16, Blue Swirl wrote: >> On Thu, Dec 8, 2011 at 11:52, Jan Kiszka wrote: >>> This introduces the alternative APIC backend which makes use of KVM's >>> in-kernel device model. External NMI injection via LINT1 is emulated by >>> checking the

Re: [PATCH V2 23/23] kvm tools: Create arch-specific kvm_cpu__emulate_{mm}io()

2011-12-08 Thread Sasha Levin
On Fri, 2011-12-09 at 17:56 +1100, Matt Evans wrote: > @@ -30,4 +31,18 @@ struct kvm_cpu { > struct kvm_coalesced_mmio_ring *ring; > }; > > +/* > + * As these are such simple wrappers, let's have them in the header so > they'll > + * be cheaper to call: > + */ > +static inline bool kvm

<    1   2