Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Hosting with custom QEMU configuration?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Hosting with custom QEMU configuration?

Hello, I am looking for hosting (both EU and NA) that will set VMs for me with custom kvm/qemu configuration.

In short, I need to cpu-passthrough with hidden "VM" flags, because the application that I want to run inside VM doesn't allow running it inside VM, but it can be easily bypassed using the following qemu command option:
sudo qemu-system-x86_64 -cpu host,hv_time,kvm=off,hv_vendor_id=null,-hypervisor ...
Every of these option is just for hiding KVM status from guest (KVM accel still works):
host option means pass-through CPU model
kvm=off is short for --features kvm_hidden=on
-hypervisor masks hypervisor flag from CPU seen by guest
hv_time enable the use of Hyper-V reference counter (not sure if I need this one)
hv_vendor_id=null spoofs hyper-v vendor id (not sure if I need this one)

So in short, I am in need for many VMs (both NA and EU) with these custom options enabled.

Comments

Sign In or Register to comment.