[Qemu-devel] Re: [PATCH] kvm: x86: Save/restore error_code

2010-12-10 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 |

[Qemu-devel] 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

[Qemu-devel] 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

[Qemu-devel] 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