On 05/13/2015 11:25 PM, ToddAndMargo wrote:
On 05/13/2015 01:35 PM, ToddAndMargo wrote:
Hi All,
I have KVM running Scientific Linux 6.6.
I am following this guide:
http://www.linux-kvm.org/page/USB_Host_Device_Assigned_to_Guest
Server side:
$ rpm -qa \*kvm\*
qemu-kvm-0.12.1.2-2.448.el6_6.2.x8
On 05/13/2015 01:35 PM, ToddAndMargo wrote:
Hi All,
I have KVM running Scientific Linux 6.6.
I am following this guide:
http://www.linux-kvm.org/page/USB_Host_Device_Assigned_to_Guest
Server side:
$ rpm -qa \*kvm\*
qemu-kvm-0.12.1.2-2.448.el6_6.2.x86_64
$ rpm -qa \*spice\*
spice-client-0.8.2-
Hi All,
I have KVM running Scientific Linux 6.6.
I am following this guide:
http://www.linux-kvm.org/page/USB_Host_Device_Assigned_to_Guest
Server side:
$ rpm -qa \*kvm\*
qemu-kvm-0.12.1.2-2.448.el6_6.2.x86_64
$ rpm -qa \*spice\*
spice-client-0.8.2-15.el6.x86_64
spice-gtk-python-0.22-7.el6.x86
Signed-off-by: Jeremy White
---
display.js | 174 -
enums.js | 1 +
webm.js| 98 ++
3 files changed, 272 insertions(+), 1 deletion(-)
diff --git a/display.js b/display.js
index 814ada6..e24a34b 1
This patch simply replaces the mjpeg_encoder_xxx() call points with a
more object oriented design.
---
server/Makefile.am | 2 +-
server/mjpeg_encoder.c | 134 +---
server/mjpeg_encoder.h | 114 --
server/red_worker.c|
Signed-off-by: Jeremy White
---
playback.js | 5 -
webm.js | 11 +++
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/playback.js b/playback.js
index 7209fbe..f7044c6 100644
--- a/playback.js
+++ b/playback.js
@@ -167,10 +167,13 @@ SpicePlaybackConn.prototype.start_
Signed-off-by: Jeremy White
---
configure.ac | 21 ++--
gtk/Makefile.am| 12 ++-
gtk/channel-display-gst.c | 259 +
gtk/channel-display-priv.h | 13 +++
gtk/channel-display.c | 11 ++
5 files changed, 307 insertions(+
Signed-off-by: Jeremy White
---
qemu-options.hx | 8
ui/spice-core.c | 17 +
2 files changed, 25 insertions(+)
diff --git a/qemu-options.hx b/qemu-options.hx
index ec356f6..acd78a7 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -984,6 +984,7 @@ DEF("spice", HAS_A
---
examples/spiceqxl.xorg.conf.example | 7 +++
src/qxl.h | 1 +
src/qxl_driver.c| 2 ++
src/spiceqxl_spice_server.c | 16
4 files changed, 26 insertions(+)
diff --git a/examples/spiceqxl.xorg.conf.example
b/examples/
Clients that support other codecs besides MJPEG should advertise the
SPICE_DISPLAY_CAP_MULTI_CODEC capability and one SPICE_DISPLAY_CAP_CODEC_XXX
per supported codec.
---
spice/enums.h| 1 +
spice/protocol.h | 3 +++
2 files changed, 4 insertions(+)
diff --git a/spice/enums.h b/spice/enums.
Preferences can be expressed by sending a semicolon-separated
encoder:codec list. For instance spice:mjpeg for the original video
encoder, and gstreamer:mjpeg for the new one.
The client compatibility check relies on the following new capabilities:
* SPICE_DISPLAY_CAP_MULTI_CODEC which denotes a
The GStreamer video encoder is quite primitive and mostly meant to
introduce, test and debug the basic infrastructure.
The main limitation is the lack of rate control: the bitrate is set at
startup and will not react to changes in the network conditions. Still
it should work fine on LANs.
---
c
It is redundant with the corresponding callbacks.
---
This patch only depends on patch 1/11 and is independent from the rest
of the series.
server/mjpeg_encoder.c | 22 +-
server/mjpeg_encoder.h | 2 +-
server/red_worker.c| 4 ++--
3 files changed, 16 insertions(+), 12
The checks would lead the reader to think these functions can be called
when bit rate control is off when in fact they are only called when it
is active.
---
This patch makes sense independently from the rest of the series.
server/mjpeg_encoder.c | 9 +++--
1 file changed, 3 insertions(+),
This is a followup on Jeremy White's concept patch to use GStreamer:
http://www.spinics.net/lists/spice-devel/msg10030.html
There is still a lot of work ahead but this patches series has all the
infrastructure so we're sending it out to verify that it looks ok.
First, with this patch series:
1
The pScrn->currentMode is the resolution of the first monitor,
not the resolution of the whole virtual screen.
This fixes restarting X when several monitors are enabled.
---
src/qxl_kms.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/qxl_kms.c b/src/qxl_kms.c
index b6952f3..4ffb4e7 100
The pScrn->virtualX/Y are set after drmmode_pre_init(), use that
resolution instead of hard-coded 1024x768.
This fixes rendering glitches when restarting X server with
different primary size than actual monitor modes.
---
src/qxl_kms.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
di
Il 12/05/2015 16:44, Stefano Stabellini ha scritto:
On Tue, 12 May 2015, Stefano Stabellini wrote:
On Tue, 12 May 2015, Fabio Fantoni wrote:
Il 12/05/2015 12:26, Fabio Fantoni ha scritto:
Il 12/05/2015 11:23, Fabio Fantoni ha scritto:
Il 11/05/2015 17:04, Fabio Fantoni ha scritto:
Il 21/04/2
On Po, 2015-05-11 at 15:51 +0300, Uri Lublin wrote:
> On 05/08/2015 09:05 AM, 张阳 wrote:
> > hi spice admin:
> > I am a spice user form china.
> > Now I have a problem ,when we set multi monitor for windows xp VM by
> > spice, the mouse on the VM's second monitor cann't be ctrl or moving or
> > clic
19 matches
Mail list logo