On 27.08.2013, at 11:03, Alexey Kardashevskiy wrote:
> On 08/27/2013 06:54 PM, Alexander Graf wrote:
>>
>> On 27.08.2013, at 09:41, Alexey Kardashevskiy wrote:
>>
>>> On 08/27/2013 05:02 PM, Paolo Bonzini wrote:
Il 27/08/2013 08:37, Alexey Kardashevskiy ha scritto:
>>> So this is here
On 08/27/2013 06:54 PM, Alexander Graf wrote:
>
> On 27.08.2013, at 09:41, Alexey Kardashevskiy wrote:
>
>> On 08/27/2013 05:02 PM, Paolo Bonzini wrote:
>>> Il 27/08/2013 08:37, Alexey Kardashevskiy ha scritto:
>> So this is here to make sure we don't accidentally get out of halted
>> st
On 27.08.2013, at 09:41, Alexey Kardashevskiy wrote:
> On 08/27/2013 05:02 PM, Paolo Bonzini wrote:
>> Il 27/08/2013 08:37, Alexey Kardashevskiy ha scritto:
> So this is here to make sure we don't accidentally get out of halted
> state by an interrupt on that vcpu. Could you please someh
On 08/27/2013 05:02 PM, Paolo Bonzini wrote:
> Il 27/08/2013 08:37, Alexey Kardashevskiy ha scritto:
So this is here to make sure we don't accidentally get out of halted state
by an interrupt on that vcpu. Could you please somehow make that part
obvious? Either by adding a comment
Il 27/08/2013 08:37, Alexey Kardashevskiy ha scritto:
>>> So this is here to make sure we don't accidentally get out of halted state
>>> by an interrupt on that vcpu. Could you please somehow make that part
>>> obvious? Either by adding a comment or by only explicitly masking DEC and
>>> EE and
On 08/27/2013 01:29 AM, David Gibson wrote:
> On Mon, Aug 26, 2013 at 02:24:49PM +0200, Alexander Graf wrote:
>>
>> On 23.08.2013, at 13:30, Alexey Kardashevskiy wrote:
>>
>>> PAPR+ requires two RTAS calls to be supported by the hypervisor in
>>> order to allow hotplugging VCPUs from the guest. The
On Mon, Aug 26, 2013 at 02:24:49PM +0200, Alexander Graf wrote:
>
> On 23.08.2013, at 13:30, Alexey Kardashevskiy wrote:
>
> > PAPR+ requires two RTAS calls to be supported by the hypervisor in
> > order to allow hotplugging VCPUs from the guest. The "start-cpu" RTAS
> > call was already there bu
On 23.08.2013, at 13:30, Alexey Kardashevskiy wrote:
> PAPR+ requires two RTAS calls to be supported by the hypervisor in
> order to allow hotplugging VCPUs from the guest. The "start-cpu" RTAS
> call was already there but "stop-self" was not.
>
> This adds the "stop-self" RTAS call.
>
> Signed
PAPR+ requires two RTAS calls to be supported by the hypervisor in
order to allow hotplugging VCPUs from the guest. The "start-cpu" RTAS
call was already there but "stop-self" was not.
This adds the "stop-self" RTAS call.
Signed-off-by: Alexey Kardashevskiy
---
hw/ppc/spapr_rtas.c | 14