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
> 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
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
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
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.
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
>>
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)
>
>
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
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 (