Re: [libvirt] [PATCH] libxl: Add support for max_grant_frame setting

2019-03-06 Thread Daniel P . Berrangé
On Tue, Mar 05, 2019 at 02:42:51PM -0700, Jim Fehlig wrote: > On 3/5/19 3:17 AM, Daniel P. Berrangé wrote: > > On Mon, Mar 04, 2019 at 04:00:01PM -0700, Jim Fehlig wrote: > > > Xen 4.10 introduced the max_grant_frames xl config setting, which > > > can be set globally in xl.conf(5) or per-domain in

Re: [libvirt] [PATCH] libxl: Add support for max_grant_frame setting

2019-03-05 Thread Jim Fehlig
On 3/5/19 3:17 AM, Daniel P. Berrangé wrote: On Mon, Mar 04, 2019 at 04:00:01PM -0700, Jim Fehlig wrote: Xen 4.10 introduced the max_grant_frames xl config setting, which can be set globally in xl.conf(5) or per-domain in xl.cfg(5). max_grant_frames specifies the maximum number of grant frames t

Re: [libvirt] [PATCH] libxl: Add support for max_grant_frame setting

2019-03-05 Thread Daniel P . Berrangé
On Mon, Mar 04, 2019 at 04:00:01PM -0700, Jim Fehlig wrote: > Xen 4.10 introduced the max_grant_frames xl config setting, which > can be set globally in xl.conf(5) or per-domain in xl.cfg(5). > max_grant_frames specifies the maximum number of grant frames the > domain is allowed to have, which in t

[libvirt] [PATCH] libxl: Add support for max_grant_frame setting

2019-03-04 Thread Jim Fehlig
Xen 4.10 introduced the max_grant_frames xl config setting, which can be set globally in xl.conf(5) or per-domain in xl.cfg(5). max_grant_frames specifies the maximum number of grant frames the domain is allowed to have, which in turn controls the number of pages the domain can share. This patch a