From 614a0b556dfe60d2acee8f9533201a36e887c0ab Mon Sep 17 00:00:00 2001 From: Ivan-Velickovic Date: Fri, 22 Sep 2023 23:18:28 -0400 Subject: [PATCH] examples/zig: remove TODO that has its own GitHub issue Relevant issue is https://github.com/Ivan-Velickovic/libvmm/issues/15. --- examples/zig/build.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/zig/build.zig b/examples/zig/build.zig index b924c730c..9816f70f2 100644 --- a/examples/zig/build.zig +++ b/examples/zig/build.zig @@ -118,7 +118,6 @@ pub fn build(b: *std.Build) void { // This is setting up a `qemu` command for running the system via QEMU, // which we only want to do when we have a board that we can actually simulate. - // @ivanv we should try get renode working as well const qemu_cmd = b.addSystemCommand(&[_][]const u8{ "qemu-system-aarch64", "-machine",