Re: [PATCH 06/13] i386: hvf: Use IP from CPUX86State

2020-06-04 Thread Claudio Fontana
Hi Roman, On 5/28/20 9:37 PM, Roman Bolshakov wrote: > Drop and replace rip field from HVFX86EmulatorState in favor of eip from > common CPUX86State. > > Signed-off-by: Roman Bolshakov > --- > target/i386/hvf/hvf.c| 6 +-- > target/i386/hvf/x86.h| 3 -- >

Re: [PATCH 06/13] i386: hvf: Use IP from CPUX86State

2020-06-04 Thread Philippe Mathieu-Daudé
On 5/28/20 9:37 PM, Roman Bolshakov wrote: > Drop and replace rip field from HVFX86EmulatorState in favor of eip from > common CPUX86State. > > Signed-off-by: Roman Bolshakov > --- > target/i386/hvf/hvf.c| 6 +-- > target/i386/hvf/x86.h| 3 -- > target/i386/hvf/x86_decode.c |

[PATCH 06/13] i386: hvf: Use IP from CPUX86State

2020-05-28 Thread Roman Bolshakov
Drop and replace rip field from HVFX86EmulatorState in favor of eip from common CPUX86State. Signed-off-by: Roman Bolshakov --- target/i386/hvf/hvf.c| 6 +-- target/i386/hvf/x86.h| 3 -- target/i386/hvf/x86_decode.c | 6 +-- target/i386/hvf/x86_emu.c| 86