Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libvirt: add hook support | Dengke Du | 2019-03-01 | 1 | -1/+24 |
| | | | | | | | | | | | | | 1. Add a hook support script for libvirt Add daemon, qemu, lxc and network script when the correspond to libvirt daemon, qemu guest, lxc guest and network started or stoped, based on: https://libvirt.org/hooks.html 2. Add a qemu user and a qemu group and a kvm group Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | libvirt: fix dependency for libxl | Chris Patterson | 2019-02-06 | 1 | -1/+1 |
| | | | | | | | "libxl" package does not exist, use Xen. Signed-off-by: Chris Patterson <pattersonc@ainfosec.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | libvirt: uprev from 4.7.0 to 4.9.0 | Mark Asselstine | 2018-11-29 | 1 | -0/+326 |
Minor update bringing in new features such as better support for cgroup v2, vfio AP support, support for XEN suspend/wakeup. Basic usecases pass and the ptest return similar results we have been achieving with the last few uprevs: ==================================== Testsuite summary for libvirt 4.9.0 ==================================== # TOTAL: 120 # PASS: 117 # SKIP: 0 # XFAIL: 0 # FAIL: 3 # XPASS: 0 # ERROR: 0 Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> |