aboutsummaryrefslogtreecommitdiff
path: root/utils/qemu/patches/0007-qga-invoke-separate-applets-for-guest-shutdown-modes.patch
Commit message (Collapse)AuthorAge
* qemu: update to 6.1.0, add usb passthrough optionVladimir Ermakov2021-09-14
| | | | | | | | | | | | | One of big change is that QEMU has switched to Meson build system. That result in few changes to build scripts to fix python interpreter usage. Second change that it's not possible to select binaries to build, so now we have to build all targets at once (that require --enable-tools). Options --disable-sheepdog and --disable-vxhs was removed from qemu 6.1.0 and 6.0.0 accordingly. Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* qemu: add patch for qga guest-shutdown commandYousong Zhou2020-12-17
Ref: https://github.com/openwrt/packages/issues/14244 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>