Home
last modified time | relevance | path

Searched hist:"5 a49d3e9" (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/
H A Dtrace-events5a49d3e9 Wed Dec 05 09:15:34 CST 2012 Marc-André Lureau <marcandre.lureau@gmail.com> spice-qemu-char: add spiceport chardev

Add a new spice chardev to allow arbitrary communication between the
host and the Spice client via the spice server.

Examples:

This allows the Spice client to have a special port for the qemu
monitor:

... -chardev spiceport,name=org.qemu.monitor,id=monitorport
-mon chardev=monitorport

v2:
- remove support for chardev to chardev linking
- conditionnaly compile with SPICE_SERVER_VERSION

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
H A Dqemu-options.hx5a49d3e9 Wed Dec 05 09:15:34 CST 2012 Marc-André Lureau <marcandre.lureau@gmail.com> spice-qemu-char: add spiceport chardev

Add a new spice chardev to allow arbitrary communication between the
host and the Spice client via the spice server.

Examples:

This allows the Spice client to have a special port for the qemu
monitor:

... -chardev spiceport,name=org.qemu.monitor,id=monitorport
-mon chardev=monitorport

v2:
- remove support for chardev to chardev linking
- conditionnaly compile with SPICE_SERVER_VERSION

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
H A Dconfigure358689fe Fri Mar 01 01:43:18 CST 2013 Michal Privoznik <mprivozn@redhat.com> configure: Require at least spice-protocol-0.12.3

As of 5a49d3e9 we assume SPICE_PORT_EVENT_BREAK to be defined.
However, it is defined not in 0.12.2 what we require now, but in
0.12.3. Therefore in order to prevent build failure we must
adjust our minimal requirements.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>