diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-02-02 09:42:58 -0600 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-02-02 09:42:58 -0600 |
| commit | da9326a66bd534de38ab07dac96e8af051e94923 (patch) | |
| tree | 4fce93e7632176805f626c20ae926c2e914918b7 /qemu/launch-victim.sh | |
| parent | df90539b9e7ee75c206d5b77d4f1b94882d090c7 (diff) | |
| download | cachepc-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-victim.sh')
| -rwxr-xr-x | qemu/launch-victim.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qemu/launch-victim.sh b/qemu/launch-victim.sh index 80e84ad..2237520 100755 --- a/qemu/launch-victim.sh +++ b/qemu/launch-victim.sh @@ -10,15 +10,15 @@ if [ ! -e cmdline ]; then exit 1 fi -if [ ! -e debian11_encrypted.qcow2 ]; then +if [ ! -e guest_encrypted.qcow2 ]; then echo "Copying disk.." - rsync -a --info=progress2 debian11.qcow2 debian11_encrypted.qcow2 + rsync -a --info=progress2 guest.qcow2 guest_encrypted.qcow2 fi 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_encrypted.qcow2 \ + -hda guest_encrypted.qcow2 \ -console serial \ -vnc 1 \ -mem 2024 \ |
