Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kvmtool: refresh to 5.10 version | Bruce Ashfield | 2021-02-07 | 1 | -9/+8 |
| | | | | | | | | | | 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: Werror Disabled Patch | Cevat Bostancioglu | 2019-06-25 | 1 | -0/+24 |
Couple of compile time warnings(sizeof-pointer-memaccess, format-truncation) turned into errors before with Werror command, this patch disables this feature. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |