summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvirt/libvirt_4.9.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* libvirt: place the qemu configure option to PACKAGECONFIGDengke Du2019-03-201-3/+1
| | | | | | | | | | | | If we build libvirt with mips64 arch will fail that was not compatible with, so place the qemu configure options to PACKAGECONFIG, let the PACKAGECONFIG control the build options. qemu is in the default PACKAGECONFIG, so we are not changing the build for non-mips architectures. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* 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>