mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
qemu: update to d8dae268c0a3e4e361002aca3b382fedd77f2567
Now on top of QEMU v4.0.0. Ha, everything just worked. That wasn't fun! Fix https://github.com/cirosantilli/linux-kernel-module-cheat/issues/70
This commit is contained in:
2
build
2
build
@@ -307,7 +307,7 @@ so looping over all of them would waste time.
|
||||
'gem5-buildroot',
|
||||
]),
|
||||
'qemu-user': _Component(
|
||||
self._build_file('build-qemu', user_mode=True),
|
||||
self._build_file('build-qemu', mode='userland'),
|
||||
apt_build_deps = {'qemu'},
|
||||
apt_get_pkgs={'libsdl2-dev'},
|
||||
submodules={'qemu'},
|
||||
|
||||
Reference in New Issue
Block a user