[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH -V3 2/4] target-ppc: Fix page table lookup with kv
From: |
Benjamin Herrenschmidt |
Subject: |
Re: [Qemu-ppc] [PATCH -V3 2/4] target-ppc: Fix page table lookup with kvm enabled |
Date: |
Mon, 26 Aug 2013 07:13:22 +1000 |
On Sun, 2013-08-25 at 19:32 +0100, Alexander Graf wrote:
> > + * At this point we are only interested in reading only bolted
> entries
> > + */
> > + ghf.flags = KVM_GET_HTAB_BOLTED_ONLY;
> > + ghf.start_index = index;
> > + htab_fd = kvm_vm_ioctl(kvm_state, KVM_PPC_GET_HTAB_FD, &ghf);
>
> We should cache this.
>
Also why bolted only ?
Cheers,
Ben.
[Qemu-ppc] [PATCH -V3 1/4] target-ppc: Update slb array with correct index values., Aneesh Kumar K.V, 2013/08/23