]> git.proxmox.com Git - qemu-server.git/commit
tests: add tests for various combinations of configs for usb
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 11 Nov 2022 06:59:55 +0000 (07:59 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Nov 2022 07:52:01 +0000 (08:52 +0100)
commitb1099442b6de8de5729b92ffc650ea3e0ff1ba4e
tree4b9e9f1dcb897ad1662fdce504ff762c1e8e4576
parentf6b24f427da1c3460abe05de3b53ce4d563346e2
tests: add tests for various combinations of configs for usb

q35 + usb passthrough
q35 + usb3 passthrough
q35 + usb3 passthrough with new xhci controller
old machine type + new usb config error
old machine type + q35 + new usb config error
old ostype (w2k) + new usb config error

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
test/cfg2cmd/ostype-usb13-error.conf [new file with mode: 0644]
test/cfg2cmd/q35-usb13-error.conf [new file with mode: 0644]
test/cfg2cmd/q35-usb2.conf [new file with mode: 0644]
test/cfg2cmd/q35-usb2.conf.cmd [new file with mode: 0644]
test/cfg2cmd/q35-usb3.conf [new file with mode: 0644]
test/cfg2cmd/q35-usb3.conf.cmd [new file with mode: 0644]
test/cfg2cmd/qemu-xhci-q35-7.1.conf [new file with mode: 0644]
test/cfg2cmd/qemu-xhci-q35-7.1.conf.cmd [new file with mode: 0644]
test/cfg2cmd/usb13-error.conf [new file with mode: 0644]