Re: [Xen-devel] [PATCH 2/4] tools/dombuilder: Remove PV-only, mandatory hooks

2019-12-23 Thread Julien Grall
Hi Andrew, On 17/12/2019 21:15, Andrew Cooper wrote: Currently, the setup_pgtable() hook is optional, but alloc_pgtable() hook is not. Both are specific to x86 PV guests, and stubbed in various ways by the dombuilders for translated guests (x86 HVM, ARM). Make alloc_pgtables() optional, and dr

[Xen-devel] [PATCH 2/4] tools/dombuilder: Remove PV-only, mandatory hooks

2019-12-17 Thread Andrew Cooper
Currently, the setup_pgtable() hook is optional, but alloc_pgtable() hook is not. Both are specific to x86 PV guests, and stubbed in various ways by the dombuilders for translated guests (x86 HVM, ARM). Make alloc_pgtables() optional, and drop all the stubs for translated guest types. No change