I can't figure out for sure if I have "CPU passthrough" enabled or not.
On the EFI-BIOS I set "virtualization enabled", from terminal I get:
~ $ dmesg | grep -i VT-x
~ $ dmesg | grep -i VT-d
~ $ grep --color vmx /proc/cpuinfo
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp vnmi md_clear flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple pml ept_mode_based_exec
.....
On QEMU/KVM on CPU menu there is the option vCPU host-passthrough.
I don't understand if CPU passthrough in really enabled.
That said I have a system with intell i7 CPU (Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz) https://www.intel.com/content/www/us/en/products/sku/191045/intel-core-i79750h-processor-12m-cache-up-to-4-50-ghz/specifications.html?wapkw=i7-9750H with also a GPU componentCoffeeLake-H GT2 [UHD Graphics 630] disabled because I use the GPU NVIDIA GeForce GTX 1650 Mobile/Max-Q,
is there a way to use the CoffeeLake GPU in passthrough mode only on quemu/KVM?
One GPU for Solus, the other one for qemu.