Re: [Xen-devel] [PATCH v2 for-4.9 5/6] x86/emul: Drop swint_emulate infrastructure

2017-04-06 Thread Andrew Cooper
On 06/04/17 08:30, Jan Beulich wrote: On 05.04.17 at 19:33, wrote: >> With the SVM injection logic capable of doing its own emulation, there is no >> need for this hardware-specific assistance in the common emulator. >> >> Signed-off-by: Andrew Cooper >> Reviewed-by: Paul Durrant >> Reviewe

Re: [Xen-devel] [PATCH v2 for-4.9 5/6] x86/emul: Drop swint_emulate infrastructure

2017-04-06 Thread Jan Beulich
>>> On 05.04.17 at 19:33, wrote: > With the SVM injection logic capable of doing its own emulation, there is no > need for this hardware-specific assistance in the common emulator. > > Signed-off-by: Andrew Cooper > Reviewed-by: Paul Durrant > Reviewed-by: Jan Beulich > --- > CC: Tim Deegan >

[Xen-devel] [PATCH v2 for-4.9 5/6] x86/emul: Drop swint_emulate infrastructure

2017-04-05 Thread Andrew Cooper
With the SVM injection logic capable of doing its own emulation, there is no need for this hardware-specific assistance in the common emulator. Signed-off-by: Andrew Cooper Reviewed-by: Paul Durrant Reviewed-by: Jan Beulich --- CC: Tim Deegan CC: Julien Grall v2: * imm8 -> imm1 --- tools/f