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

2019-03-13 Thread Daniel P . Berrangé
On Tue, Mar 12, 2019 at 02:34:43PM -0600, Jim Fehlig wrote: > On 3/12/19 8:17 AM, Daniel P. Berrangé wrote: > > On Fri, Mar 08, 2019 at 04:05:57PM -0700, Jim Fehlig wrote: > > > Add support for setting max_grant_frames in libxl domain config > > > object and include a test to check that it is

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

2019-03-12 Thread Jim Fehlig
On 3/12/19 8:17 AM, Daniel P. Berrangé wrote: On Fri, Mar 08, 2019 at 04:05:57PM -0700, Jim Fehlig wrote: Add support for setting max_grant_frames in libxl domain config object and include a test to check that it is properly converted from XML to libxl domain config. Signed-off-by: Jim Fehlig

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

2019-03-12 Thread Daniel P . Berrangé
On Fri, Mar 08, 2019 at 04:05:57PM -0700, Jim Fehlig wrote: > Add support for setting max_grant_frames in libxl domain config > object and include a test to check that it is properly converted > from XML to libxl domain config. > > Signed-off-by: Jim Fehlig > --- > src/libxl/libxl_conf.c

[libvirt] [PATCH 3/4] libxl: Add support for max_grant_frames

2019-03-08 Thread Jim Fehlig
Add support for setting max_grant_frames in libxl domain config object and include a test to check that it is properly converted from XML to libxl domain config. Signed-off-by: Jim Fehlig --- src/libxl/libxl_conf.c| 9 ++ .../max-gntframes-hvm.json|