I've pushed everything else from all 3 VFIO series.
Patch 1/4 in this series had questions from Eric about whether it is
the right way to go, or if we want to do something more limited:
https://www.redhat.com/archives/libvir-list/2013-April/msg01864.html
Eric and danpb had both raised issues with Patch 2/4, so I redid it
addressing all the points they brought up, and it's now ready for
review:
https://www.redhat.com/archives/libvir-list/2013-April/msg01853.html
https://www.redhat.com/archives/libvir-list/2013-April/msg01869.html
3/4 and 4/4 were ACKed, but depend on 2/4, so I couldn't push them.
If these patches are ACKed and DV wants to make the RC1 snapshot
before I wake up, anyone else feel free to push these 4 patches as
they are (assuming they're ACKed, of course :-)
Laine Stump (4):
util: new virCommandSetMax(MemLock|Processes|Files)
qemu: use new virCommandSetMax(Processes|Files)
qemu: set qemu process' RLIMIT_MEMLOCK when VFIO is used
qemu: add VFIO devices to cgroup ACL
configure.ac | 2 +-
src/libvirt_private.syms | 6 ++
src/qemu/qemu_cgroup.c | 11 ++++
src/qemu/qemu_command.c | 25 +++++---
src/qemu/qemu_hotplug.c | 27 ++++++---
src/qemu/qemu_process.c | 38 +-----------
src/util/vircommand.c | 38 ++++++++++++
src/util/vircommand.h | 4 ++
src/util/virprocess.c | 152 ++++++++++++++++++++++++++++++++++++++++++++++-
src/util/virprocess.h | 5 +-
10 files changed, 255 insertions(+), 53 deletions(-)
--
1.7.11.7