Re: [Qemu-devel] [PATCH v4 2/5] cpu-exec: introduce loop exit with restore function

2015-07-01 Thread Aurelien Jarno
On 2015-06-29 10:23, Pavel Dovgalyuk wrote: > This patch introduces loop exit function, which also > restores guest CPU state according to the value of host > program counter. > > Signed-off-by: Pavel Dovgalyuk > --- > cpu-exec.c |9 + > include/exec/exec-all.h |1 +

Re: [Qemu-devel] [PATCH v4 2/5] cpu-exec: introduce loop exit with restore function

2015-07-01 Thread Richard Henderson
On 06/29/2015 08:23 AM, Pavel Dovgalyuk wrote: This patch introduces loop exit function, which also restores guest CPU state according to the value of host program counter. Signed-off-by: Pavel Dovgalyuk --- cpu-exec.c |9 + include/exec/exec-all.h |1 + 2 files

[Qemu-devel] [PATCH v4 2/5] cpu-exec: introduce loop exit with restore function

2015-06-29 Thread Pavel Dovgalyuk
This patch introduces loop exit function, which also restores guest CPU state according to the value of host program counter. Signed-off-by: Pavel Dovgalyuk --- cpu-exec.c |9 + include/exec/exec-all.h |1 + 2 files changed, 10 insertions(+), 0 deletions(-) diff --g