[pve-devel] applied: [PATCH qemu-server] tests: add tests for various combinations of configs for usb
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Nov 11 09:11:43 CET 2022
Am 11/11/2022 um 07:59 schrieb Dominik Csapak:
> 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 at proxmox.com>
> ---
> test/cfg2cmd/ostype-usb13-error.conf | 13 ++++++++++
> test/cfg2cmd/q35-usb13-error.conf | 14 +++++++++++
> test/cfg2cmd/q35-usb2.conf | 13 ++++++++++
> test/cfg2cmd/q35-usb2.conf.cmd | 31 ++++++++++++++++++++++++
> test/cfg2cmd/q35-usb3.conf | 13 ++++++++++
> test/cfg2cmd/q35-usb3.conf.cmd | 32 +++++++++++++++++++++++++
> test/cfg2cmd/qemu-xhci-q35-7.1.conf | 12 ++++++++++
> test/cfg2cmd/qemu-xhci-q35-7.1.conf.cmd | 29 ++++++++++++++++++++++
> test/cfg2cmd/usb13-error.conf | 13 ++++++++++
> 9 files changed, 170 insertions(+)
> create mode 100644 test/cfg2cmd/ostype-usb13-error.conf
> create mode 100644 test/cfg2cmd/q35-usb13-error.conf
> create mode 100644 test/cfg2cmd/q35-usb2.conf
> create mode 100644 test/cfg2cmd/q35-usb2.conf.cmd
> create mode 100644 test/cfg2cmd/q35-usb3.conf
> create mode 100644 test/cfg2cmd/q35-usb3.conf.cmd
> create mode 100644 test/cfg2cmd/qemu-xhci-q35-7.1.conf
> create mode 100644 test/cfg2cmd/qemu-xhci-q35-7.1.conf.cmd
> create mode 100644 test/cfg2cmd/usb13-error.conf
>
>
applied, with a small follow up to cover also the increased USB count in a expected
to succeed test too, thanks!
More information about the pve-devel
mailing list