Vadim Rozenfeld

Results 236 comments of Vadim Rozenfeld
trafficstars

What is the BSOD bugcheck (error) code? Thanks, Vadim.

@kroese Did you try a "normal" vNext preview rather than Azure version ? Vadim

Tried to install vNext 26040.1000.240122-1157 Standard Server on my F37 laptop [vrozenfe@milly vms]$ uname -r 6.5.12-100.fc37.x86_64 and (qemu) info version 8.2.50v8.2.0-645-g977542ded7 ![Screenshot from 2024-01-29 23-36-57](https://github.com/virtio-win/kvm-guest-drivers-windows/assets/1526363/b7c384e6-7083-4021-8606-788f76f594a6) seems to work fine with...

$VGA \ -drive file=$IMG,if=none,media=disk,format=qcow2,rerror=stop,werror=stop,cache=none,id=drive-vioscsi0 \ -device virtio-scsi-pci,id=scsi-vioscsi0 \ -device scsi-hd,drive=drive-vioscsi0,id=vioscsi0,bus=scsi-vioscsi0.0,lun=0,scsi-id=0,bootindex=1 \ -device virtio-net-pci,mac=9a:55:56:57:30:25,id=id18Xcuo,vectors=4,netdev=idGRsMas \ -netdev tap,id=idGRsMas,script=/etc/qemu-ifup \ -drive id=drive_cd0,if=none,snapshot=off,aio=threads,cache=none,media=cdrom,file=$CDROM \ -device ide-cd,id=cd0,drive=drive_cd0,bootindex=2,bus=ide.0,unit=0 \ -drive id=drive_cd1,if=none,snapshot=off,aio=threads,cache=none,media=cdrom,file=$ISO \ -device ide-cd,id=cd1,drive=drive_cd1,bootindex=-1,bus=ide.1,unit=0 \ #...

@fkonradmain It will be better to use Win11 drivers for WS2025 Vadim.

@max8rr8 Hi Max, Thank for a very impressive work you've done. Please give us some time to go through your code and see how to integrate it into our upstream...

IMHO the driver will not get any benefits from this patch due to the way how the DPC routine is implemented for this driver. Originally it was designed to work...

hi @gang929 , Thank you for your patch. I do keep HWCursor disabled at the moment for the following reason - both SetPointerPosition and SetPointerShape calls are not synchronised and...

@imwhocodes What is the "virtual pcie" device on that diagram? In my understanding one of the critical things there is adding the WDDM RENDER stuff to the existing DOD driver....

@volkertb WaveRT miniport driver is still needed to sit between Windows audio engine (part of MS Audio stack) from one site and QEMU virtio-sound HW from the other.