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:
Ciro Santilli 六四事件 法轮功
2019-05-29 00:00:04 +00:00
parent e5682cb5cb
commit 4a4407e7a8
3 changed files with 3 additions and 9 deletions

2
build
View File

@@ -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'},