[PATCH] kvm: x86: Save/restore error_code

2010-12-09 Thread Jason Wang
The saving and restoring of error_code seems lost and convert the error_code to uint32_t. Signed-off-by: Jason Wang --- target-i386/cpu.h |4 ++-- target-i386/machine.c |2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 0

Re: [PATCH] kvm: x86: Save/restore error_code

2010-12-09 Thread Juan Quintela
Jason Wang wrote: > The saving and restoring of error_code seems lost and convert the > error_code to uint32_t. > > Signed-off-by: Jason Wang > --- > target-i386/cpu.h |4 ++-- > target-i386/machine.c |2 ++ > 2 files changed, 4 insertions(+), 2 deletions(-) It should be a new subse

Re: [PATCH] kvm: x86: Save/restore error_code

2010-12-09 Thread Jason Wang
Juan Quintela writes: > Jason Wang wrote: > > The saving and restoring of error_code seems lost and convert the > > error_code to uint32_t. > > > > Signed-off-by: Jason Wang > > --- > > target-i386/cpu.h |4 ++-- > > target-i386/machine.c |2 ++ > > 2 files changed, 4 insert

Re: [PATCH] kvm: x86: Save/restore error_code

2010-12-09 Thread Juan Quintela
Jason Wang wrote: > Juan Quintela writes: > > Jason Wang wrote: > > > The saving and restoring of error_code seems lost and convert the > > > error_code to uint32_t. > > > > > > Signed-off-by: Jason Wang > > > --- > > > target-i386/cpu.h |4 ++-- > > > target-i386/machine.c |

Re: [PATCH] kvm: x86: Save/restore error_code

2010-12-10 Thread Jason Wang
Juan Quintela writes: > Jason Wang wrote: > > Juan Quintela writes: > > > Jason Wang wrote: > > > > The saving and restoring of error_code seems lost and convert the > > > > error_code to uint32_t. > > > > > > > > Signed-off-by: Jason Wang > > > > --- > > > > target-i386/cpu.h