forked from AFLplusplus/LibAFL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Nyx-QEMU to resolve GTK configuration
[This commit][1] in `nyx-fuzz` resolves the ambiguity between gtk being included in the build which as is currently is enabled. Mentioned in [this issue here][2] [1]: nyx-fuzz/QEMU-Nyx@ab668227f97915c58d4413059a [2]: nyx-fuzz/QEMU-Nyx#23
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule QEMU-Nyx
updated
28 files
+2 −2 | accel/kvm/kvm-all.c | |
+8 −8 | compile_qemu_nyx.sh | |
+6 −0 | configure | |
+1 −0 | include/qemu/log.h | |
+2 −2 | nyx/auxiliary_buffer.c | |
+22 −23 | nyx/debug.h | |
+6 −6 | nyx/fast_vm_reload.c | |
+4 −4 | nyx/fast_vm_reload_sync.c | |
+12 −12 | nyx/helpers.c | |
+39 −39 | nyx/hypercall/hypercall.c | |
+17 −18 | nyx/interface.c | |
+11 −11 | nyx/kvm_nested.c | |
+15 −15 | nyx/memory_access.c | |
+6 −6 | nyx/nested_hypercalls.c | |
+3 −3 | nyx/page_cache.c | |
+4 −4 | nyx/patcher.c | |
+10 −10 | nyx/pt.c | |
+20 −20 | nyx/redqueen.c | |
+3 −2 | nyx/sharedir.c | |
+2 −1 | nyx/snapshot/block/block_cow.c | |
+3 −3 | nyx/snapshot/block/nyx_block_snapshot.c | |
+0 −2 | nyx/snapshot/devices/nyx_device_state.c | |
+8 −8 | nyx/snapshot/devices/state_reallocation.c | |
+12 −12 | nyx/snapshot/memory/shadow_memory.c | |
+5 −7 | nyx/state/snapshot_state.c | |
+2 −2 | nyx/state/state.c | |
+4 −0 | util/log.c | |
+14 −13 | vl.c |