diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-05-25 14:10:17 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-06-04 08:43:10 -0400 |
commit | b71f6be77b1b00ac815aafbcd67c41173b5d406b (patch) | |
tree | da69378bd87a106cc5682a57a8aaab38037b9a8f | |
parent | 76776449cea237872a71eebc65a63c48ae370544 (diff) | |
download | meta-virtualization-b71f6be77b1b00ac815aafbcd67c41173b5d406b.tar.gz |
kvmtool: update to -latest
Integrating the following commits:
415f92c arm: Fail early if KVM_CAP_ARM_PMU_V3 is not supported
117d649 virtio: add support for vsock
382eaad hw/rtc: ARM/arm64: Use MMIO at higher addresses
45b4968 hw/serial: ARM/arm64: Use MMIO at higher addresses
f01cc77 arm: Reorganise and document memory map
7e19cb5 Remove ioport specific routines
1f56b9d pci: Switch trap handling to use MMIO handler
205eaa7 virtio: Switch trap handling to use MMIO handler
579bc61 vfio: Switch to new ioport trap handlers
a4a0dac vfio: Refactor ioport trap handler
59866df hw/serial: Switch to new trap handlers
47a5106 hw/serial: Refactor trap handler
38ae332 hw/vesa: Switch trap handling to use MMIO handler
123ee47 hw/rtc: Switch to new trap handler
8c45f36 hw/rtc: Refactor trap handlers
3adbcb2 x86/ioport: Switch to new trap handlers
8230499 x86/ioport: Refactor trap handlers
d24bedb hw/i8042: Switch to new trap handlers
f7ef3dc hw/i8042: Refactor trap handler
fc76962 hw/i8042: Clean up data types
96f0c86 mmio: Extend handling to include ioport emulation
9bc7e2c ioport: Retire .generate_fdt_node functionality
a81be31 hw/serial: Use device abstraction for FDT generator function
97531eb ioport: Remove ioport__setup_arch()
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/kvmtool/kvmtool.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/kvmtool/kvmtool.bb b/recipes-extended/kvmtool/kvmtool.bb index 822d97b9..c24c86dc 100644 --- a/recipes-extended/kvmtool/kvmtool.bb +++ b/recipes-extended/kvmtool/kvmtool.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git \ | |||
16 | file://0003-kvmtool-Werror-disabled.patch \ | 16 | file://0003-kvmtool-Werror-disabled.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRCREV = "90b2d3adadf218dfc6bdfdfcefe269843360223c" | 19 | SRCREV = "415f92c33a227c02f6719d4594af6fad10f07abf" |
20 | PV = "5.10.0+git${SRCPV}" | 20 | PV = "5.10.0+git${SRCPV}" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |