Re: [Qemu-devel] [PATCH] exec: save exception_index field

2014-08-25 Thread Pavel Dovgaluk
From: Andreas Färber [mailto:afaer...@suse.de] Am 31.07.2014 07:41, schrieb Pavel Dovgaluk: This patch adds subsection with exception_index field to the VMState for correct saving the CPU state. Without this patch simulator could miss the pending exception in the saved virtual machine

Re: [Qemu-devel] [PATCH] exec: save exception_index field

2014-08-25 Thread Andreas Färber
Am 25.08.2014 13:09, schrieb Pavel Dovgaluk: From: Andreas Färber [mailto:afaer...@suse.de] Am 31.07.2014 07:41, schrieb Pavel Dovgaluk: This patch adds subsection with exception_index field to the VMState for correct saving the CPU state. Without this patch simulator could miss the pending

Re: [Qemu-devel] [PATCH] exec: save exception_index field

2014-07-31 Thread Andreas Färber
Hi, Am 31.07.2014 07:41, schrieb Pavel Dovgaluk: This patch adds subsection with exception_index field to the VMState for correct saving the CPU state. Without this patch simulator could miss the pending exception in the saved virtual machine state. Signed-off-by: Pavel Dovgalyuk

[Qemu-devel] [PATCH] exec: save exception_index field

2014-07-30 Thread Pavel Dovgaluk
This patch adds subsection with exception_index field to the VMState for correct saving the CPU state. Without this patch simulator could miss the pending exception in the saved virtual machine state. Signed-off-by: Pavel Dovgalyuk pavel.dovga...@ispras.ru --- exec.c | 35