chiark / gitweb /
login: add rule for qemu's pci-bridge-seat
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 29 Jun 2015 07:42:11 +0000 (09:42 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:05:52 +0000 (10:05 +0100)
Qemu provides a separate pci-bridge exclusively for multi-seat setups.
The normal pci-pci bridge ("-device pci-bridge") has 1b36:0001. The new
pci-bridge-seat was specifically added to simplify guest-side
multiseat configuration.  It is identical to the normal pci-pci bridge,
except that it has a different id (1b36:000a) so we can match it and
configure multiseating automatically.

Make sure we always treat this as separate seat if we detect this, just
like other "Pluggable" devices.

(David: write commit-message)


No differences found