summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvirt/libvirt_4.9.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* libvirt: add hook supportDengke Du2019-03-011-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 libxlChris Patterson2019-02-061-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.0Mark Asselstine2018-11-291-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>