[PATCH 0/4] lxc: Add VCPU features for LXC

Julio Faracco jcfaracco at gmail.com
Sun Feb 16 19:11:44 UTC 2020


This series cover a lots of functionalities to LXC VCPUs. It enables
sharing some timer devices between host and LXC guest using `timer`
settings. It still has other improvements related to VCPU and LXC such
as virtual cpuinfo content based on VCPU settings and some better
resource limits. Each patch has the description of the problem and what
it is trying to fix.

Julio Faracco (4):
  lxc: Add Real Time Clock device into allowed devices
  lxc: Add HPET device into allowed devices
  lxc: Implement virtual /proc/cpuinfo via LXC fuse
  lxc: Count max VCPUs based on cpuset.cpus in native config.

 docs/formatdomain.html.in                     |  4 +-
 src/lxc/lxc_cgroup.c                          | 76 ++++++++++++++
 src/lxc/lxc_container.c                       | 38 +++++++
 src/lxc/lxc_container.h                       |  2 +
 src/lxc/lxc_controller.c                      | 98 +++++++++++++++++++
 src/lxc/lxc_fuse.c                            | 78 ++++++++++++++-
 src/lxc/lxc_native.c                          | 24 ++++-
 .../lxcconf2xml-cpusettune.xml                |  2 +-
 8 files changed, 313 insertions(+), 9 deletions(-)

-- 
2.20.1





More information about the libvir-list mailing list