On 04.02.2014, at 09:03, Alexey Kardashevskiy wrote:
> On 01/13/2014 02:44 AM, Alexander Graf wrote:
>>
>> On 10.01.2014, at 08:21, Alexey Kardashevskiy wrote:
>>
>>> When write to MMIO happens and there is an ioeventfd for that and
>>> is handled successfully, ioeventfd_write() returns 0 (su
On 01/13/2014 02:44 AM, Alexander Graf wrote:
>
> On 10.01.2014, at 08:21, Alexey Kardashevskiy wrote:
>
>> When write to MMIO happens and there is an ioeventfd for that and
>> is handled successfully, ioeventfd_write() returns 0 (success) and
>> kvmppc_handle_store() returns EMULATE_DONE. Then
On 10.01.2014, at 08:21, Alexey Kardashevskiy wrote:
> When write to MMIO happens and there is an ioeventfd for that and
> is handled successfully, ioeventfd_write() returns 0 (success) and
> kvmppc_handle_store() returns EMULATE_DONE. Then kvmppc_emulate_mmio()
> converts EMULATE_DONE to RESUME
When write to MMIO happens and there is an ioeventfd for that and
is handled successfully, ioeventfd_write() returns 0 (success) and
kvmppc_handle_store() returns EMULATE_DONE. Then kvmppc_emulate_mmio()
converts EMULATE_DONE to RESUME_GUEST_NV and this broke from the loop.
This adds handling of R