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)
commite2fd438e1bac5b515a3e96a05e678f5d64118a93
tree3f8380c95d509e18ca40b721ea2193d577b21a69
parentc1cb2cf723b7d80babc788728cae5f24f785250e
login: add rule for qemu's pci-bridge-seat

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)
src/login/71-seat.rules.in