diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/device/1515 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/device/1515')
| -rw-r--r-- | results/classifier/118/device/1515 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/results/classifier/118/device/1515 b/results/classifier/118/device/1515 new file mode 100644 index 000000000..5db9a6376 --- /dev/null +++ b/results/classifier/118/device/1515 @@ -0,0 +1,48 @@ +device: 0.957 +virtual: 0.927 +graphic: 0.917 +PID: 0.853 +vnc: 0.834 +VMM: 0.823 +socket: 0.811 +semantic: 0.784 +ppc: 0.777 +performance: 0.772 +user-level: 0.771 +network: 0.769 +arm: 0.759 +architecture: 0.742 +mistranslation: 0.715 +risc-v: 0.706 +boot: 0.667 +register: 0.640 +hypervisor: 0.543 +debug: 0.536 +KVM: 0.531 +files: 0.500 +TCG: 0.498 +permissions: 0.472 +kernel: 0.460 +i386: 0.411 +x86: 0.384 +assembly: 0.355 +peripherals: 0.227 + +qemu have the way to change the windows sid? +Description of problem: +I want to change the guest of windows sid after clone guest, have the way to change it before new guest start? "virt-sysprep" Seems impossible to do it. Although it can be done manually as follow: + +[change sid in windows system](https://www.heelpbook.net/2019/microsoft-changing-sid-of-cloned-vms/) + +query windows sid: +cmd: whoami /user + + +step: +1.clone a new windows guest vm_new + +2.change the sid of vm_new (step2 I don't know how to do that) + +3.start vm_new + +4.query the vm_new's sid is change |