Dash

Results 6 comments of Dash

> to better understand what script is running, could you tell us which image the driver Pod is running > > ``` > kubectl get pods -n gpu-operator-resources -o=jsonpath='{range .items[*]}{"\n"}{.metadata.name}{":\t"}{range...

Create svc via: ``` # kubectl run vnc1 --image=consol/centos-xfce-vnc:latest --port=5901 --expose service/vnc1 created pod/vnc1 created ``` Edit svc for exposing svc with NodePort: ``` # kubectl edit svc vnc1 Change...

`mvisor -c default.yaml 2>&1 | tee mvisor.log`: ``` # cat mvisor.log [0.000] ../core/memory_manager.cc:300 Map() debug: map region EPT+TSS gpa=0xfeffc000 size=0x4000 type=0x0 [0.014] ../core/memory_manager.cc:88 InitializeSystemRam() debug: RAM size: 8192 MB [0.020]...

all of the tests in GpuTest under current config(i440fx) got the same result(blank window and no result), I'm currently trying the q35 way.

q35 get the same result. Mvisor version: ![2023_10_10_15_59_11_409x226](https://github.com/tenclass/mvisor-win-vgpu-driver/assets/12474582/1ae485a8-2462-4310-a3ab-fbc2664dde4b) though copied all user dll under gputest, not loaded when running test: ![2023_10_10_16_02_38_502x586](https://github.com/tenclass/mvisor-win-vgpu-driver/assets/12474582/dbf6a332-8077-4303-87bf-e3374618246a)

both dll(MvisorVGPUx64/opengl32) are loaded. ![2023_10_10_17_41_49_912x597](https://github.com/tenclass/mvisor-win-vgpu-driver/assets/12474582/1406f7aa-adda-4a7c-b6e1-2481f9c7162b) Seems the virglrender didn't received the commands from guest?