Avi Kivity wrote:
> Argument names in prototypes please.
Will do that.
>> case KVM_CHECK_EXTENSION: {
>> int ext = (long)argp;
>>
>> -switch (ext) {
>> -case KVM_CAP_IRQCHIP:
>> -case KVM_CAP_HLT:
>> -case KVM_CAP_MMU_SHADOW_CACHE
Carsten Otte wrote:
> Christian Borntraeger pointed out that Avi requested to rename kvm_x86.c
> to x86.c. The patch below is the same as V2, but the files kvm_x86.[ch]
> have been renamed to x86.[ch], and the #includes have been updated.
>
> signed-off-by: Carsten Otte <[EMAIL PROTECTED]>
> ---
>
Christian Borntraeger pointed out that Avi requested to rename kvm_x86.c
to x86.c. The patch below is the same as V2, but the files kvm_x86.[ch]
have been renamed to x86.[ch], and the #includes have been updated.
signed-off-by: Carsten Otte <[EMAIL PROTECTED]>
---
Index: kvm/drivers/kvm/kvm.h