Re: [Qemu-devel] [PULL v2 1/3] exec: Save CPUState::exception_index field

2014-09-05 Thread Andreas Färber
Am 05.09.2014 00:50, schrieb Peter Maydell: > On 4 September 2014 18:20, Andreas Färber wrote: >> From: Pavel Dovgaluk >> >> This patch adds a subsection with exception_index field to the VMState for >> correct saving the CPU state. >> Without this patch, simulator could miss the pending exceptio

Re: [Qemu-devel] [PULL v2 1/3] exec: Save CPUState::exception_index field

2014-09-04 Thread Peter Maydell
On 4 September 2014 18:20, Andreas Färber wrote: > From: Pavel Dovgaluk > > This patch adds a 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-

[Qemu-devel] [PULL v2 1/3] exec: Save CPUState::exception_index field

2014-09-04 Thread Andreas Färber
From: Pavel Dovgaluk This patch adds a 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 Signed-off-by: Andreas Färber --- exe