Re: [Qemu-devel] [QEMU-PPC] [PATCH 00/13] target/ppc: Implement KVM support under TCG

2019-05-06 Thread Suraj Jitindar Singh
On Mon, 2019-05-06 at 16:20 +1000, David Gibson wrote: > On Fri, May 03, 2019 at 03:53:03PM +1000, Suraj Jitindar Singh wrote: > > This patch series adds the necessary parts so that a tcg guest is > > able to use > > kvm facilities. That is a tcg guest can boot its own kvm guests. > > The topic

Re: [Qemu-devel] [QEMU-PPC] [PATCH 00/13] target/ppc: Implement KVM support under TCG

2019-05-06 Thread David Gibson
On Fri, May 03, 2019 at 03:53:03PM +1000, Suraj Jitindar Singh wrote: > This patch series adds the necessary parts so that a tcg guest is able to use > kvm facilities. That is a tcg guest can boot its own kvm guests. The topic line is a bit hard to parse. IIUC there are basically two things in

Re: [Qemu-devel] [QEMU-PPC] [PATCH 00/13] target/ppc: Implement KVM support under TCG

2019-05-03 Thread Suraj Jitindar Singh
On Fri, 2019-05-03 at 15:53 +1000, Suraj Jitindar Singh wrote: > This patch series adds the necessary parts so that a tcg guest is > able to use > kvm facilities. That is a tcg guest can boot its own kvm guests. > > The main requirements for this were a few registers and instructions > as well as

[Qemu-devel] [QEMU-PPC] [PATCH 00/13] target/ppc: Implement KVM support under TCG

2019-05-02 Thread Suraj Jitindar Singh
This patch series adds the necessary parts so that a tcg guest is able to use kvm facilities. That is a tcg guest can boot its own kvm guests. The main requirements for this were a few registers and instructions as well as some hcalls and the addition of partition scoped translation in the radix