Re: [kvm-devel] [PATCH] Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifier

2008-01-30 Thread Chris Lalancette
Avi Kivity wrote: >> Hm, this causes my build to fail on x86_64: >> >> > > I pushed a fix for this. > Yep, that does it. Thanks! Chris Lalancette - This SF.net email is sponsored by: Microsoft Defy all challenges. Micr

Re: [kvm-devel] [PATCH] Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifier

2008-01-30 Thread Avi Kivity
Chris Lalancette wrote: > Hollis Blanchard wrote: > >> diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h >> --- a/include/linux/kvm_host.h >> +++ b/include/linux/kvm_host.h >> @@ -67,7 +67,9 @@ void kvm_io_bus_register_dev(struct kvm_ >> >> struct kvm_vcpu { >> struct kvm

Re: [kvm-devel] [PATCH] Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifier

2008-01-29 Thread Hollis Blanchard
On Tue, 2008-01-29 at 18:22 -0500, Chris Lalancette wrote: > Hollis Blanchard wrote: > > diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h > > --- a/include/linux/kvm_host.h > > +++ b/include/linux/kvm_host.h > > @@ -67,7 +67,9 @@ void kvm_io_bus_register_dev(struct kvm_ > > > >

Re: [kvm-devel] [PATCH] Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifier

2008-01-29 Thread Chris Lalancette
Hollis Blanchard wrote: > diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h > --- a/include/linux/kvm_host.h > +++ b/include/linux/kvm_host.h > @@ -67,7 +67,9 @@ void kvm_io_bus_register_dev(struct kvm_ > > struct kvm_vcpu { > struct kvm *kvm; > +#ifdef CONFIG_PREEMPT_NOTIFI

Re: [kvm-devel] [PATCH] Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifier

2008-01-29 Thread Avi Kivity
Hollis Blanchard wrote: > This allows kvm_host.h to be #included even when struct preempt_notifier is > undefined. This is needed to build asm-offsets.h. > > Applied, thanks. -- error compiling committee.c: too many arguments to function

[kvm-devel] [PATCH] Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifier

2008-01-28 Thread Hollis Blanchard
# HG changeset patch # User Hollis Blanchard <[EMAIL PROTECTED]> # Date 1201563731 21600 # Node ID 6a2f4869cf5da00fa0ccacc9188ea493459ce4cb # Parent a6dd6b5a597903a069cb9711f73ea1b5c4f0b764 This allows kvm_host.h to be #included even when struct preempt_notifier is undefined. This is needed to bui