summaryrefslogtreecommitdiffstats
path: root/qemu/launch.sh
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-02-02 09:42:58 -0600
committerLouis Burda <quent.burda@gmail.com>2023-02-02 09:42:58 -0600
commitda9326a66bd534de38ab07dac96e8af051e94923 (patch)
tree4fce93e7632176805f626c20ae926c2e914918b7 /qemu/launch.sh
parentdf90539b9e7ee75c206d5b77d4f1b94882d090c7 (diff)
downloadcachepc-da9326a66bd534de38ab07dac96e8af051e94923.tar.gz
cachepc-da9326a66bd534de38ab07dac96e8af051e94923.zip
Add event batching and handling of instructions loads on page boundaries for CPC_TRACK_PAGES
Diffstat (limited to 'qemu/launch.sh')
-rwxr-xr-xqemu/launch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/launch.sh b/qemu/launch.sh
index c99e54e..e85c42e 100755
--- a/qemu/launch.sh
+++ b/qemu/launch.sh
@@ -8,7 +8,7 @@ cd "$gitroot/qemu"
sudo LIBVIRT_DEBUG=1 virsh net-start default 2>&1 | grep -i warning || true
sudo PREFIX=$gitroot/AMDSEV $gitroot/AMDSEV/launch-qemu.sh \
- -hda debian11.qcow2 \
+ -hda guest.qcow2 \
-console serial \
-vnc 1 \
-mem 2024 \