Re: [Qemu-devel] [PATCH v3 2/3] sPAPR: Support RTAS call ibm, {open, close}-errinjct

2015-08-12 Thread Gavin Shan
On Tue, Aug 11, 2015 at 11:54:08AM +1000, Alexey Kardashevskiy wrote: >On 08/11/2015 10:57 AM, Gavin Shan wrote: >>On Mon, Aug 10, 2015 at 10:24:56PM +1000, David Gibson wrote: >>>On Fri, Aug 07, 2015 at 01:33:32PM +1000, Gavin Shan wrote: The patch supports RTAS calls "ibm,{open,close}-errinjc

Re: [Qemu-devel] [PATCH v3 2/3] sPAPR: Support RTAS call ibm, {open, close}-errinjct

2015-08-10 Thread Alexey Kardashevskiy
On 08/11/2015 10:57 AM, Gavin Shan wrote: On Mon, Aug 10, 2015 at 10:24:56PM +1000, David Gibson wrote: On Fri, Aug 07, 2015 at 01:33:32PM +1000, Gavin Shan wrote: The patch supports RTAS calls "ibm,{open,close}-errinjct" to manupliate the token, which is passed to RTAS call "ibm,errinjct" to i

Re: [Qemu-devel] [PATCH v3 2/3] sPAPR: Support RTAS call ibm, {open, close}-errinjct

2015-08-10 Thread Gavin Shan
On Mon, Aug 10, 2015 at 10:24:56PM +1000, David Gibson wrote: >On Fri, Aug 07, 2015 at 01:33:32PM +1000, Gavin Shan wrote: >> The patch supports RTAS calls "ibm,{open,close}-errinjct" to >> manupliate the token, which is passed to RTAS call "ibm,errinjct" >> to indicate the valid context for error

Re: [Qemu-devel] [PATCH v3 2/3] sPAPR: Support RTAS call ibm, {open, close}-errinjct

2015-08-10 Thread David Gibson
On Fri, Aug 07, 2015 at 01:33:32PM +1000, Gavin Shan wrote: > The patch supports RTAS calls "ibm,{open,close}-errinjct" to > manupliate the token, which is passed to RTAS call "ibm,errinjct" > to indicate the valid context for error injection. Each VM is > permitted to have only one token at once a

Re: [Qemu-devel] [PATCH v3 2/3] sPAPR: Support RTAS call ibm, {open, close}-errinjct

2015-08-09 Thread Gavin Shan
On Sat, Aug 08, 2015 at 02:04:17AM +1000, Alexey Kardashevskiy wrote: >On 08/07/2015 01:33 PM, Gavin Shan wrote: >>The patch supports RTAS calls "ibm,{open,close}-errinjct" to >>manupliate the token, which is passed to RTAS call "ibm,errinjct" >>to indicate the valid context for error injection. Ea

Re: [Qemu-devel] [PATCH v3 2/3] sPAPR: Support RTAS call ibm, {open, close}-errinjct

2015-08-07 Thread Alexey Kardashevskiy
On 08/07/2015 01:33 PM, Gavin Shan wrote: The patch supports RTAS calls "ibm,{open,close}-errinjct" to manupliate the token, which is passed to RTAS call "ibm,errinjct" to indicate the valid context for error injection. Each VM is permitted to have only one token at once and we simply have one ra

[Qemu-devel] [PATCH v3 2/3] sPAPR: Support RTAS call ibm, {open, close}-errinjct

2015-08-06 Thread Gavin Shan
The patch supports RTAS calls "ibm,{open,close}-errinjct" to manupliate the token, which is passed to RTAS call "ibm,errinjct" to indicate the valid context for error injection. Each VM is permitted to have only one token at once and we simply have one random number for that. Signed-off-by: Gavin