Re: [PATCH v2 3/3] xenconfig: add support for 'seize' option of a PCI device

2020-05-08 Thread Jim Fehlig
On 4/24/20 9:07 PM, Marek Marczykowski-Górecki wrote: Add support for xl.cfg(5) pci device 'seize' option in domXML-to-xenconfig converter. And a test for it. It is functional equivalent of 'managed' attribute of a hostdev, so map it directly. This is fine for the converter. We'd never want to

[PATCH v2 3/3] xenconfig: add support for 'seize' option of a PCI device

2020-04-24 Thread Marek Marczykowski-Górecki
Add support for xl.cfg(5) pci device 'seize' option in domXML-to-xenconfig converter. And a test for it. It is functional equivalent of 'managed' attribute of a hostdev, so map it directly. Signed-off-by: Marek Marczykowski-Górecki --- Changes in v2: - new patch --- src/libxl/xen_common.c