Re: [kvm-devel] split ioapic reset API

2007-10-10 Thread Avi Kivity
Dong, Eddie wrote: > Avi Kivity wrote: > >> Dong, Eddie wrote: >> >>> This one is a preparation for kernel devices reset support. >>> >>> >>> >>>Split ioapic reset API and export PIC reset API >>> >>> >> Please split into two patches, I need to fold them into the pic patch >>

Re: [kvm-devel] split ioapic reset API

2007-10-09 Thread Dong, Eddie
Avi Kivity wrote: > Dong, Eddie wrote: >> This one is a preparation for kernel devices reset support. >> >> >> >>Split ioapic reset API and export PIC reset API >> > > Please split into two patches, I need to fold them into the pic patch > and the ioapic patch. > Splited, please che

Re: [kvm-devel] split ioapic reset API

2007-10-08 Thread Avi Kivity
Dong, Eddie wrote: > This one is a preparation for kernel devices reset support. > > > >Split ioapic reset API and export PIC reset API > Please split into two patches, I need to fold them into the pic patch and the ioapic patch. > > -static void pic_reset(void *opaque) > +void kvm_p

[kvm-devel] split ioapic reset API

2007-10-08 Thread Dong, Eddie
This one is a preparation for kernel devices reset support. Split ioapic reset API and export PIC reset API Signed-off-by: Yaozu (Eddie) Dong <[EMAIL PROTECTED]> diff --git a/drivers/kvm/i8259.c b/drivers/kvm/i8259.c index a679157..abcf58f 100644 --- a/drivers/kvm/i8259.c ++