Re: [Qemu-devel] [PATCH] add pci-bridge-seat

2015-03-18 Thread Gerd Hoffmann
Hi, > Could you explain a bit more please? What does it mean that > a bridge is a new seat? How is this used? seat: kbd+mouse+display adapter. multiseat: When you have multiple of them on a single machine. When configured properly logind will show a login screen on each seat. why a pci bridge

Re: [Qemu-devel] [PATCH] add pci-bridge-seat

2015-03-17 Thread Michael S. Tsirkin
On Tue, Mar 17, 2015 at 08:16:45AM +0100, Gerd Hoffmann wrote: > On Mo, 2015-03-16 at 13:20 +0100, Michael S. Tsirkin wrote: > > On Mon, Mar 16, 2015 at 11:36:43AM +0100, Gerd Hoffmann wrote: > > > Simplifies multiseat configuration, see > > > docs/multiseat.txt update for details. > > > > > > Sig

Re: [Qemu-devel] [PATCH] add pci-bridge-seat

2015-03-17 Thread Gerd Hoffmann
On Mo, 2015-03-16 at 13:20 +0100, Michael S. Tsirkin wrote: > On Mon, Mar 16, 2015 at 11:36:43AM +0100, Gerd Hoffmann wrote: > > Simplifies multiseat configuration, see > > docs/multiseat.txt update for details. > > > > Signed-off-by: Gerd Hoffmann > > --- > > docs/multiseat.txt | 19

Re: [Qemu-devel] [PATCH] add pci-bridge-seat

2015-03-16 Thread Michael S. Tsirkin
On Mon, Mar 16, 2015 at 11:36:43AM +0100, Gerd Hoffmann wrote: > Simplifies multiseat configuration, see > docs/multiseat.txt update for details. > > Signed-off-by: Gerd Hoffmann > --- > docs/multiseat.txt | 19 +++ > docs/specs/pci-ids.txt | 1 + > hw/pci-br

[Qemu-devel] [PATCH] add pci-bridge-seat

2015-03-16 Thread Gerd Hoffmann
Simplifies multiseat configuration, see docs/multiseat.txt update for details. Signed-off-by: Gerd Hoffmann --- docs/multiseat.txt | 19 +++ docs/specs/pci-ids.txt | 1 + hw/pci-bridge/pci_bridge_dev.c | 25 - include/hw/pci/pci.h