Re: [PATCH v1] tests: Adjust libxlxml2domconfigtest to work with Xen < 4.8

2021-03-18 Thread Jim Fehlig
On 3/16/21 12:57 PM, Daniel Henrique Barboza wrote: On 3/8/21 10:29 AM, Olaf Hering wrote: Commit fcdc387410fadfb066b95395c5b5d2a6a16f7066 used a libxl API which is only available since Xen 4.8. Due to lack of a specific guard for this API change, reuse another guard from libxl.h.

Re: [PATCH v1] tests: Adjust libxlxml2domconfigtest to work with Xen < 4.8

2021-03-16 Thread Daniel Henrique Barboza
On 3/8/21 10:29 AM, Olaf Hering wrote: Commit fcdc387410fadfb066b95395c5b5d2a6a16f7066 used a libxl API which is only available since Xen 4.8. Due to lack of a specific guard for this API change, reuse another guard from libxl.h. Signed-off-by: Olaf Hering --- The patch failed the

[PATCH v1] tests: Adjust libxlxml2domconfigtest to work with Xen < 4.8

2021-03-08 Thread Olaf Hering
Commit fcdc387410fadfb066b95395c5b5d2a6a16f7066 used a libxl API which is only available since Xen 4.8. Due to lack of a specific guard for this API change, reuse another guard from libxl.h. Signed-off-by: Olaf Hering --- tests/libxlxml2domconfigtest.c | 6 ++ 1 file changed, 6