diff options
Diffstat (limited to 'results/classifier/gemma3:12b/peripherals/1186303')
| -rw-r--r-- | results/classifier/gemma3:12b/peripherals/1186303 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/peripherals/1186303 b/results/classifier/gemma3:12b/peripherals/1186303 new file mode 100644 index 000000000..3f329d01e --- /dev/null +++ b/results/classifier/gemma3:12b/peripherals/1186303 @@ -0,0 +1,23 @@ + +virtual fat do not working in qemu 1.5.0 + +Guest : windows Seven / XP +Qemu version : 1.5.0 +cmd line : +-drive file=fat:floppy:/mnt/vdisk/diskconf/TEST004/,if=none,id=drive-fdc0-0-0,readonly=on +generated by libvirt : + +<disk type='dir' device='floppy'> + <driver name='qemu' type='fat'/> + <source dir='/mnt/vdisk/diskconf/TEST003/'/> + <target dev='fda' bus='fdc'/> + <readonly/> + <alias name='fdc0-0-0'/> + <address type='drive' controller='0' bus='0' target='0' unit='0'/> + </disk> + +works with qemu <= 1.4.1 + +with qemu 1.5.0 , guest does not see the floppy content. + +Regards \ No newline at end of file |