Re: [libvirt] [PATCH 4/4] xenconfig: Add support for max_grant_frames

2019-03-12 Thread Daniel P . Berrangé
On Fri, Mar 08, 2019 at 04:05:58PM -0700, Jim Fehlig wrote: > Add support in the domXML<->native config converter for > max_grant_frames. Include a test for the conversion. > > Signed-off-by: Jim Fehlig > --- > src/xenconfig/xen_xl.c| 56 +++ >

[libvirt] [PATCH 4/4] xenconfig: Add support for max_grant_frames

2019-03-08 Thread Jim Fehlig
Add support in the domXML<->native config converter for max_grant_frames. Include a test for the conversion. Signed-off-by: Jim Fehlig --- src/xenconfig/xen_xl.c| 56 +++ tests/xlconfigdata/test-max-gntframes.cfg | 13 ++