Re: [Xen-devel] [PATCH 3/6] x86emul: generalize invlpg() hook

2019-08-27 Thread Andrew Cooper
On 01/07/2019 12:56, Jan Beulich wrote: > The hook is already in use for INVLPGA as well. Rename the hook and add > parameters. For the moment INVLPGA with a non-zero ASID remains > unsupported, but the TODO item gets pushed into the actual hook handler. > > Signed-off-by: Jan Beulich Reviewed-by

Re: [Xen-devel] [PATCH 3/6] x86emul: generalize invlpg() hook

2019-07-02 Thread Paul Durrant
> -Original Message- > From: Jan Beulich > Sent: 01 July 2019 12:57 > To: xen-devel@lists.xenproject.org > Cc: Andrew Cooper ; Paul Durrant > ; Roger Pau Monne > ; Wei Liu > Subject: [PATCH 3/6] x86emul: generalize invlpg() hook > > The hook is already in use for INVLPGA as well. Rename