Re: [Qemu-devel] [RFC 05/17] ppc: Clean up and QOMify hypercall emulation

2016-11-03 Thread Alexey Kardashevskiy
On 30/10/16 22:11, David Gibson wrote: > The pseries machine type is a bit unusual in that it runs a paravirtualized > guest. The guest expects to interact with a hypervisor, and qemu > emulates the functions of that hypervisor directly, rather than executing > hypervisor code within the emulated

[Qemu-devel] [RFC 05/17] ppc: Clean up and QOMify hypercall emulation

2016-10-30 Thread David Gibson
The pseries machine type is a bit unusual in that it runs a paravirtualized guest. The guest expects to interact with a hypervisor, and qemu emulates the functions of that hypervisor directly, rather than executing hypervisor code within the emulated system. To implement this in TCG, we need to i