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)
committerDavid Herrmann <dh.herrmann@gmail.com>
Thu, 2 Jul 2015 15:33:49 +0000 (17:33 +0200)
commita92a81d86a85fc3e8f8632eb6a3daed6e8001612
tree085c990644a3a93ddccb87722bdbf29611d55451
parent92c4eaf76d8ba4a9ef6d8d2dfe50f19a4d114828
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