Re: [PATCH 1/4] conf: add xen specific feature: e820_host

2020-04-13 Thread Jim Fehlig
On 4/13/20 2:10 PM, Marek Marczykowski-Górecki wrote: This is Xen specific option to provide domain e820 map based on host one. Useful when using PCI passthrough, see Xen documentation for more details. I would reword this a bit to mention it is PV-only and documented in the xl.cfg man page.

[PATCH 1/4] conf: add xen specific feature: e820_host

2020-04-13 Thread Marek Marczykowski-Górecki
This is Xen specific option to provide domain e820 map based on host one. Useful when using PCI passthrough, see Xen documentation for more details. Signed-off-by: Marek Marczykowski-Górecki --- docs/schemas/domaincommon.rng | 16 +- src/conf/domain_conf.c| 106