Re: [Qemu-devel] [PATCH 6/6] docs: add multiseat.txt

2014-05-21 Thread Gerd Hoffmann
Hi, > > If there is anything to configure then it most likely will be ui > > specific, i.e. we could possibly allow something like this ... > > > >-display gtk,display=video.1 \ > >-vnc :0,display=video.2 > > > > ... to have one head show up on gtk and the other on vnc (needs '-vga > > n

Re: [Qemu-devel] [PATCH 6/6] docs: add multiseat.txt

2014-05-21 Thread Paolo Bonzini
Il 21/05/2014 10:38, Gerd Hoffmann ha scritto: On Di, 2014-05-20 at 20:08 +0200, Paolo Bonzini wrote: Is there anything about the window that we would like to configure? If so, should this be something like -object window,id=window.2 \ -device pci-bridge,addr=12.0,chassis_nr=2,

Re: [Qemu-devel] [PATCH 6/6] docs: add multiseat.txt

2014-05-21 Thread Gerd Hoffmann
On Di, 2014-05-20 at 20:08 +0200, Paolo Bonzini wrote: > Il 20/05/2014 16:00, Gerd Hoffmann ha scritto: > > + -device pci-bridge,addr=12.0,chassis_nr=2,id=head.2 \ > > + -device secondary-vga,bus=head.2,addr=02.0,id=video.2 \ > > + -device nec-usb-xhci,bus=head.2,addr=0f.0,id=usb.2 \ > > +

Re: [Qemu-devel] [PATCH 6/6] docs: add multiseat.txt

2014-05-20 Thread Paolo Bonzini
Il 20/05/2014 16:00, Gerd Hoffmann ha scritto: + -device pci-bridge,addr=12.0,chassis_nr=2,id=head.2 \ + -device secondary-vga,bus=head.2,addr=02.0,id=video.2 \ + -device nec-usb-xhci,bus=head.2,addr=0f.0,id=usb.2 \ + -device usb-kbd,bus=usb.2.0,port=1,display=video.2 \ +

[Qemu-devel] [PATCH 6/6] docs: add multiseat.txt

2014-05-20 Thread Gerd Hoffmann
Howto on setting up multiseat for guests. Signed-off-by: Gerd Hoffmann --- docs/multiseat.txt | 76 ++ 1 file changed, 76 insertions(+) create mode 100644 docs/multiseat.txt diff --git a/docs/multiseat.txt b/docs/multiseat.txt new file mode 1