Re: [Qemu-devel] [PATCH] kvm: ppc: detect old headers

2011-05-03 Thread Jan Kiszka
On 2011-05-03 14:33, Alexander Graf wrote: > > On 03.05.2011, at 14:31, Jan Kiszka wrote: > >> On 2011-05-03 14:28, Alexander Graf wrote: >>> >>> On 03.05.2011, at 14:14, Jan Kiszka wrote: >>> On 2011-05-03 13:54, Alexander Graf wrote: > When compiling Qemu with older kernel headers, the

Re: [Qemu-devel] [PATCH] kvm: ppc: detect old headers

2011-05-03 Thread Alexander Graf
On 03.05.2011, at 14:31, Jan Kiszka wrote: > On 2011-05-03 14:28, Alexander Graf wrote: >> >> On 03.05.2011, at 14:14, Jan Kiszka wrote: >> >>> On 2011-05-03 13:54, Alexander Graf wrote: When compiling Qemu with older kernel headers, the PVR setting mechanism isn't available yet. Unfo

Re: [Qemu-devel] [PATCH] kvm: ppc: detect old headers

2011-05-03 Thread Jan Kiszka
On 2011-05-03 14:28, Alexander Graf wrote: > > On 03.05.2011, at 14:14, Jan Kiszka wrote: > >> On 2011-05-03 13:54, Alexander Graf wrote: >>> When compiling Qemu with older kernel headers, the PVR setting >>> mechanism isn't available yet. Unfortunately, back then I didn't add >>> a capability we

Re: [Qemu-devel] [PATCH] kvm: ppc: detect old headers

2011-05-03 Thread Alexander Graf
On 03.05.2011, at 14:14, Jan Kiszka wrote: > On 2011-05-03 13:54, Alexander Graf wrote: >> When compiling Qemu with older kernel headers, the PVR setting >> mechanism isn't available yet. Unfortunately, back then I didn't add >> a capability we could check against, so all we can do is add a confi

Re: [Qemu-devel] [PATCH] kvm: ppc: detect old headers

2011-05-03 Thread Jan Kiszka
On 2011-05-03 13:54, Alexander Graf wrote: > When compiling Qemu with older kernel headers, the PVR setting > mechanism isn't available yet. Unfortunately, back then I didn't add > a capability we could check against, so all we can do is add a configure > test to see if we support PVR setting. For

[Qemu-devel] [PATCH] kvm: ppc: detect old headers

2011-05-03 Thread Alexander Graf
When compiling Qemu with older kernel headers, the PVR setting mechanism isn't available yet. Unfortunately, back then I didn't add a capability we could check against, so all we can do is add a configure test to see if we support PVR setting. For BookE, we don't care yet. This fixes compilation e

[Qemu-devel] [PATCH] kvm: ppc: detect old headers

2011-04-17 Thread Alexander Graf
When compiling Qemu with older kernel headers, the PVR setting mechanism isn't available yet. Unfortunately, back then I didn't add a capability we could check against, so all we can do is add a configure test to see if we support PVR setting. For BookE, we don't care yet. While at it, also memset