Open 985277470 opened 8 months ago
I didn't remember I posted a picture shows task manager, could you paste?
In the project in question, I remember it was an ace anti-cheating game? You replied below that you modified the kernel rdtsc and solved it. I won’t worry about this anymore. I want to know how to group the iommu group of the network card to the iommu group of the graphics card and then perform passthrough.
I dnd't care iommu problem, I just passthough NVIDIA-GPU only ,and use "Realtek RTL8139C"(proxmox's)
I am qemu, I want to transparently transmit my network card, but it failed, I also isolated it
I am qemu, I want to transparently transmit my network card, but it failed, I also isolated it
sorry but I didn't try it, you may search the network card passthough from google
Okay, I want to ask you about rdtsc. I did the kvm rdtsc trick and changed the kernel. I have a 5600x 4.2ghz and I have diff/20 and then my VM is 0.21ghz which affects my performance. , how to make it without losing performance
Okay, I want to ask you about rdtsc. I did the kvm rdtsc trick and changed the kernel. I have a 5600x 4.2ghz and I have diff/20 and then my VM is 0.21ghz which affects my performance. , how to make it without losing performance
Okay, I want to ask you about rdtsc. I did the kvm rdtsc trick and changed the kernel. I have a 5600x 4.2ghz and I have diff/20 and then my VM is 0.21ghz which affects my performance. , how to make it without losing performance
https://github.com/zhaodice/KVM-RDTSC-SHIELD
it it the linux kernel driver by hook rdtsc (also need patch kernel source, add hook point)
echo 1 > /dev/rdtsc
to enable ( 0 is disable )
it can keep the cpu speed in the task manager but it is Experimental
In the picture you posted in the past, virtualization in the task manager is not available, but in mine virtualization is enabled. I have done nested virtualization. How can I be like you and virtualization is not available?