summaryrefslogtreecommitdiffstats
path: root/recipes-extended/kvmtool/files/0001-kvmtool-9p-fixed-compilation-error.patch
Commit message (Collapse)AuthorAgeFilesLines
* kvmtool: refresh to 5.10 versionBruce Ashfield2021-02-071-7/+5
| | | | | | | | | | Grabbing the latest kvmtool sources. These follow kernel numbering, so we bump that to 5.10 to match. We also drop one patch that is part of the main repo now, and refresh the others to avoid fuzz warnings. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* kvmtool: fix compilation errorsDariusz Pelowski2017-11-061-0/+27
Fixed issues: Usage of makedev requires including <sys/sysmacros.h> otherwise the error is raised due to multiple definition in <sys/types.h>. Add include path to kernel headers required to get kvmtool compilatioin successful. Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>