summary refs log tree commit diff stats
path: root/results/classifier/deepseek-r1:14b/output/hypervisor/728
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/deepseek-r1:14b/output/hypervisor/728
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/deepseek-r1:14b/output/hypervisor/728')
-rw-r--r--results/classifier/deepseek-r1:14b/output/hypervisor/72817
1 files changed, 17 insertions, 0 deletions
diff --git a/results/classifier/deepseek-r1:14b/output/hypervisor/728 b/results/classifier/deepseek-r1:14b/output/hypervisor/728
new file mode 100644
index 00000000..df8a39ce
--- /dev/null
+++ b/results/classifier/deepseek-r1:14b/output/hypervisor/728
@@ -0,0 +1,17 @@
+
+Catch up to latest VHDX v2(=0x01) rev-7.0 specification
+Additional information:
+Below issues need to be addressed before or during the tackling of this issue.
+- ~#727 VHDX is corrupted on expansion.~
+- #136 windows qemu-img create vpc/vhdx error due to sparse files
+- #1605 On windows, 2nd kind vhdx-dyn bug, crash on Unexpected error in bdrv_check_qiov_request() in io.c 
+- #806 Fixed VHDX inflates beyond its fixed size when data is copied onto it and also corrupts
+- 
+This VHDX support applies to qemu build on any architecture, not just the windows-build.
+
+It is very likely, that the native hypervisor on windows WHPX will be the main hypervisor displacing haxm/vbox etc. VHDX, if it works, seems to be the virtual-disk format that is ideal 
+- for Linux/windows dual-boot machines, 
+- for clusters with Linux/windows servers sharing images from a network-storage  
+- for WSL2/Hyper-V
+
+Following a similar line of thought, NTFS/ExFat may be ideal for sharing data/images between Linux and Windows. So the storing, modification and drive attachment of VHDX files on these filesystems need to be just as well-tested as native Linux filesystems. As their driver are internal-kernel-drivers and not fuse/dokan-drivers, on both operating-systems, they are also performant.