Re: [PATCH 00/13] i386: hvf: Remove HVFX86EmulatorState

2020-06-03 Thread Cameron Esfahani
Reviewed-by: Cameron Esfahani Cameron Esfahani di...@apple.com "The cake is a lie." Common wisdom > On May 28, 2020, at 12:37 PM, Roman Bolshakov wrote: > > Hi, > > This is a cleanup series for HVF accel. > > HVF is using two emulator states CPUX86State and HVFX86EmulatorState > simulta

Re: [PATCH 00/13] i386: hvf: Remove HVFX86EmulatorState

2020-05-28 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200528193758.51454-1-r.bolsha...@yadro.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200528193758.51454-1-r.bolsha...@yadro.com Subject: [PATCH 00/13] i386: hvf: Remove

[PATCH 00/13] i386: hvf: Remove HVFX86EmulatorState

2020-05-28 Thread Roman Bolshakov
Hi, This is a cleanup series for HVF accel. HVF is using two emulator states CPUX86State and HVFX86EmulatorState simultaneously. HVFX86EmulatorState is used for instruction emulation. CPUX86State is used in all other places. Sometimes the states are in sync, sometimes they're not. It complicates