Re: [Xen-devel] [PATCH v4 3/7] x86 / hvm: make domain_destroy() method optional

2020-01-24 Thread Jan Beulich
On 24.01.2020 16:30, Paul Durrant wrote: > This method is currently empty for SVM so make it optional and, while in > the neighbourhood, make it an alternative_vcall(). > > Signed-off-by: Paul Durrant Acked-by: Jan Beulich ___ Xen-devel mailing list

[Xen-devel] [PATCH v4 3/7] x86 / hvm: make domain_destroy() method optional

2020-01-24 Thread Paul Durrant
This method is currently empty for SVM so make it optional and, while in the neighbourhood, make it an alternative_vcall(). Signed-off-by: Paul Durrant --- Cc: Jan Beulich Cc: Andrew Cooper Cc: Wei Liu Cc: "Roger Pau Monné" Cc: George Dunlap v4: - New in v4 (disaggregated from v3 patch #3)