On 01/04/2012 03:10 AM, Alexander Graf wrote:
> From: Scott Wood <[email protected]>
>
> This implements a shared-memory API for giving host userspace access to
> the guest's TLB.
>
>  
> +4.59 KVM_DIRTY_TLB
> +
> +Capability: KVM_CAP_SW_TLB
> +Architectures: ppc
> +Type: vcpu ioctl
> +Parameters: struct kvm_dirty_tlb (in)
> +Returns: 0 on success, -1 on error
> +
> +struct kvm_dirty_tlb {
> +     __u64 bitmap;
> +     __u32 num_dirty;
> +};

Changes size with 32/64 bit userspace - is this an issue on this subarch?



-- 
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to