Update QEMU version (fix #575) (#619)

This commit is contained in:
Andrea Fioraldi 2022-05-05 04:24:44 -07:00 committed by GitHub
parent 80b85f99ff
commit bb773a74d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ use which::which;
const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge";
const QEMU_DIRNAME: &str = "qemu-libafl-bridge";
const QEMU_REVISION: &str = "17c1f083eefca42088d6a88df04c65713f1cc58a";
const QEMU_REVISION: &str = "d840462c2e4cdda4428d99cd4003ddda95c5a2dc";
fn build_dep_check(tools: &[&str]) {
for tool in tools {
@ -210,7 +210,6 @@ pub fn build() {
"--disable-virtfs",
"--disable-vnc",
"--disable-vnc-jpeg",
"--disable-vnc-png",
"--disable-vnc-sasl",
"--disable-vte",
"--disable-vvfat",