qemu-vm/hardware.conf.tmpl
redxef 5ceb706fb0 Various fixes and improvements.
- Add TPM2.0
- Fix network creating now needing a small delay between steps.
- Change nft chains to lowercase
- Have name for bridge and tap devices be (br|tap)-$n where n is the next available integer.
2022-11-23 18:46:30 +01:00

15 lines
1 KiB
Cheetah

-device usb-host,hostbus=1,hostport=12.1
-device usb-host,hostbus=1,hostport=12.2
-device usb-host,hostbus=1,hostport=12.3
-device usb-host,hostbus=1,hostport=12.4
-device usb-host,hostbus=1,hostport=11.4
-device vfio-pci,host=$GPU_ID,multifunction=on,id=gpu,romfile=$GPU_ROM
-device vfio-pci,host=$AUDIO_ID,id=audio
-chardev socket,id=chrtpm,path=$TPM_PATH/swtpm-sock
-tpmdev emulator,id=tpm0,chardev=chrtpm
-device tpm-tis,tpmdev=tpm0
-object input-linux,id=kbd11,evdev=/dev/input/by-id/usb-Wooting_WootingTwo_WOOT_001_A01B1852W021H00067-event-if04
-object input-linux,id=kbd12,evdev=/dev/input/by-id/usb-Wooting_WootingTwo_WOOT_001_A01B1852W021H00067-if03-event-kbd,grab_all=on,repeat=on
-object input-linux,id=mouse11,evdev=/dev/input/by-id/usb-Mad_Catz_Global_MADCATZ_R.A.T._8+_gaming_mouse-event-if01
-object input-linux,id=mouse12,evdev=/dev/input/by-id/usb-Mad_Catz_Global_MADCATZ_R.A.T._8+_gaming_mouse-event-mouse
-object input-linux,id=mouse13,evdev=/dev/input/by-id/usb-Mad_Catz_Global_MADCATZ_R.A.T._8+_gaming_mouse-if01-event-kbd,grab_all=on,repeat=on