Re: [kvm-devel] [ANNOUNCE] kvm-41 release

2007-09-20 Thread Avi Kivity
Gerd Hoffmann wrote: >> Please, a changelog entry and a signoff. Obvious patches need them too. >> > > updated patch with description and signed-off attached. > > cheers, > Gerd > > Oops, that was something in user/. We aren't too pompous about user/ and qemu/ and don't require signoff

Re: [kvm-devel] [ANNOUNCE] kvm-41 release

2007-09-20 Thread Gerd Hoffmann
> Please, a changelog entry and a signoff. Obvious patches need them too. updated patch with description and signed-off attached. cheers, Gerd Install new include file linux/kvm_para.h. Without that fix builds using the installed libkvm fail because kvmctl.h includes kvm_para.h. Signed-off

Re: [kvm-devel] [ANNOUNCE] kvm-41 release

2007-09-20 Thread Avi Kivity
Gerd Hoffmann wrote: > Gerd Hoffmann wrote: > >> Avi Kivity wrote: >> >>> Changes since kvm-40: >>> - refactor hypercall infrastructure for simplicity and better smp >>> support (Anthony Liguori) >>> >> The new kvm_para.h header file added by (I think) this change isn't >> installed

Re: [kvm-devel] [ANNOUNCE] kvm-41 release

2007-09-20 Thread Gerd Hoffmann
Gerd Hoffmann wrote: > Avi Kivity wrote: >> Changes since kvm-40: >> - refactor hypercall infrastructure for simplicity and better smp >> support (Anthony Liguori) > > The new kvm_para.h header file added by (I think) this change isn't > installed by "make install", making builds using the libkvm

Re: [kvm-devel] [ANNOUNCE] kvm-41 release

2007-09-20 Thread Gerd Hoffmann
Avi Kivity wrote: > Changes since kvm-40: > - refactor hypercall infrastructure for simplicity and better smp > support (Anthony Liguori) The new kvm_para.h header file added by (I think) this change isn't installed by "make install", making builds using the libkvm installed on the system fail.

Re: [kvm-devel] [ANNOUNCE] kvm-41 release

2007-09-19 Thread Simon Gao
Avi Kivity wrote: > Simon Gao wrote: > >>> >>> >>> >> kvm-41 breaks on 32bit 2.6.22-gentoo-r5, Genuine Intel(R) CPU >> T2500 @ 2.00GHz >> >> # modprobe kvm-intel >> FATAL: Error inserting kvm_intel >> (/lib/modules/2.6.22-gentoo-r5/extra/kvm-intel.ko): Unknown symbol in >>

Re: [kvm-devel] [ANNOUNCE] kvm-41 release

2007-09-19 Thread Avi Kivity
Simon Gao wrote: >> >> > kvm-41 breaks on 32bit 2.6.22-gentoo-r5, Genuine Intel(R) CPU > T2500 @ 2.00GHz > > # modprobe kvm-intel > FATAL: Error inserting kvm_intel > (/lib/modules/2.6.22-gentoo-r5/extra/kvm-intel.ko): Unknown symbol in > module, or unknown parameter (see dmesg) > >

Re: [kvm-devel] [ANNOUNCE] kvm-41 release

2007-09-19 Thread Simon Gao
Avi Kivity wrote: > Still recovering from the lapic merge with two important fixes. Also > progress on paravirtualization and the x86 emulator. > > As usual, if you have an issue please try with -no-kvm-irqchip and report. > > Changes since kvm-40: > - refactor hypercall infrastructure for simpli

[kvm-devel] [ANNOUNCE] kvm-41 release

2007-09-19 Thread Avi Kivity
Still recovering from the lapic merge with two important fixes. Also progress on paravirtualization and the x86 emulator. As usual, if you have an issue please try with -no-kvm-irqchip and report. Changes since kvm-40: - refactor hypercall infrastructure for simplicity and better smp support (