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

Julio Faracco posted 5 patches 4 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200224035429.3973-1-jcfaracco@gmail.com
There is a newer version of this series
docs/formatdomain.html.in                     |   4 +-
src/lxc/lxc_cgroup.c                          |  91 ++++++++-
src/lxc/lxc_container.c                       |  60 ++++--
src/lxc/lxc_container.h                       |   2 +
src/lxc/lxc_controller.c                      | 187 ++++++++++++------
src/lxc/lxc_fuse.c                            | 107 ++++++++--
src/lxc/lxc_native.c                          |  24 ++-
.../lxcconf2xml-cpusettune.xml                |   2 +-
8 files changed, 367 insertions(+), 110 deletions(-)
[PATCH v2 0/5] lxc: Add VCPU features for LXC
Posted by Julio Faracco 4 years, 2 months ago
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.

v1-v2: Add Daniel's comments and some cleanups.

Julio Faracco (5):
  lxc: Add Real Time Clock device into allowed devices
  lxc: Add HPET device into allowed devices
  lxc: Replacing default strings definitions by g_autofree statement.
  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                          |  91 ++++++++-
 src/lxc/lxc_container.c                       |  60 ++++--
 src/lxc/lxc_container.h                       |   2 +
 src/lxc/lxc_controller.c                      | 187 ++++++++++++------
 src/lxc/lxc_fuse.c                            | 107 ++++++++--
 src/lxc/lxc_native.c                          |  24 ++-
 .../lxcconf2xml-cpusettune.xml                |   2 +-
 8 files changed, 367 insertions(+), 110 deletions(-)

-- 
2.20.1