Re: [PATCH 1/2] kvm tools: fix repeated io emulation

2011-09-09 Thread Sasha Levin
On Fri, 2011-09-09 at 10:26 +0800, Xiao Guangrong wrote: > On 08/18/2011 11:08 PM, Avi Kivity wrote: > > On 08/18/2011 12:35 AM, Sasha Levin wrote: > >> On Thu, 2011-08-18 at 09:13 +0300, Pekka Enberg wrote: > >> > Hi, > >> > > >> > On Thu, Aug 18, 2011 at 6:06 AM, Xiao Guangrong > >> >wrote:

Re: [PATCH 1/2] kvm tools: fix repeated io emulation

2011-09-08 Thread Xiao Guangrong
On 08/18/2011 11:08 PM, Avi Kivity wrote: > On 08/18/2011 12:35 AM, Sasha Levin wrote: >> On Thu, 2011-08-18 at 09:13 +0300, Pekka Enberg wrote: >> > Hi, >> > >> > On Thu, Aug 18, 2011 at 6:06 AM, Xiao Guangrong >> >wrote: >> > > When kvm emulates repeation io read instruction, it can exit

Re: [PATCH 1/2] kvm tools: fix repeated io emulation

2011-08-18 Thread Avi Kivity
On 08/18/2011 12:35 AM, Sasha Levin wrote: On Thu, 2011-08-18 at 09:13 +0300, Pekka Enberg wrote: > Hi, > > On Thu, Aug 18, 2011 at 6:06 AM, Xiao Guangrong >wrote: > > When kvm emulates repeation io read instruction, it can exit to user-space with > > 'count'> 1, we need to emulate io

Re: [PATCH 1/2] kvm tools: fix repeated io emulation

2011-08-18 Thread Sasha Levin
On Thu, 2011-08-18 at 09:13 +0300, Pekka Enberg wrote: > Hi, > > On Thu, Aug 18, 2011 at 6:06 AM, Xiao Guangrong > wrote: > > When kvm emulates repeation io read instruction, it can exit to user-space > > with > > 'count' > 1, we need to emulate io access for many times > > > > Signed-off-by: Xi

Re: [PATCH 1/2] kvm tools: fix repeated io emulation

2011-08-17 Thread Pekka Enberg
Hi, On Thu, Aug 18, 2011 at 6:06 AM, Xiao Guangrong wrote: > When kvm emulates repeation io read instruction, it can exit to user-space > with > 'count' > 1, we need to emulate io access for many times > > Signed-off-by: Xiao Guangrong The KVM tool is not actually maintained by Avi and Marcelo