summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/other/1614609
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/other/1614609
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/other/1614609')
-rw-r--r--results/classifier/gemma3:12b/other/161460947
1 files changed, 47 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/other/1614609 b/results/classifier/gemma3:12b/other/1614609
new file mode 100644
index 000000000..379b0cf04
--- /dev/null
+++ b/results/classifier/gemma3:12b/other/1614609
@@ -0,0 +1,47 @@
+
+alphabetical order of monitor options
+
+Looking for the 'continue'/'resume' option I found this order that was not quite 'alphabetical'.
+It had me overlook the 'cont' option at glance. Which is just a little impractical.
+
+...
+boot_set bootdevice -- define new values for the boot device list
+change device filename [format [read-only-mode]] -- change a removable medium, optional format
+chardev-add args -- add chardev
+chardev-remove id -- remove chardev
+client_migrate_info protocol hostname port tls-port cert-subject -- set migration information for remote display
+closefd closefd name -- close a file descriptor previously passed via SCM rights
+commit device|all -- commit changes to the disk images (if -snapshot is used) or backing files
+cpu index -- set the default CPU
+cpu-add id -- add cpu
+c|cont  -- resume emulation
+delvm tag|id -- delete a VM snapshot from its tag or id
+...
+
+I tested this list with 'sort' just to make sure and make a point:
+
+$ cat Desktop/order-orig.txt 
+boot_set
+change
+chardev-add
+chardev-remove
+client_migrate_info
+closefd
+commit
+cpu
+cpu-add
+c|cont
+delvm
+$ cat Desktop/order-orig.txt | sort
+boot_set
+c|cont
+change
+chardev-add
+chardev-remove
+client_migrate_info
+closefd
+commit
+cpu
+cpu-add
+delvm
+$
\ No newline at end of file