summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/files/1753186
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/files/1753186
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/files/1753186')
-rw-r--r--results/classifier/gemma3:12b/files/175318617
1 files changed, 17 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/files/1753186 b/results/classifier/gemma3:12b/files/1753186
new file mode 100644
index 000000000..21c60b05b
--- /dev/null
+++ b/results/classifier/gemma3:12b/files/1753186
@@ -0,0 +1,17 @@
+
+qemu-nbd: always first snapshot loaded from VDI images with snapshots
+
+When mounting a virtual box disk image of a VM with snapshots, always the state of the first snapshot is shown.
+
+How to reproduce:
+1. Create a new VirtualBox VM or use an existing one, while choosing VDI as the disk image format.
+2. Create a snapshot of the VM.
+3. Modify the file system from within the VM enough that differences to the snapshotted version are apparent.
+4. Create another snapshot.
+5. Shut down the VM.
+6. Mount the partition from the disk image with `qemu-nbd -c /dev/nbd0 /path/to/disk.vdi; mount /dev/nbd0pX /mnt`
+
+Expected result: The mounted disk image shall represent the latest state of the VM
+Actual result: The mounted disk image represents the VM state at the first snapshot
+
+version information: qemu-nbd-2.11.1(openSUSE Tumbleweed)
\ No newline at end of file