summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hans@localhost.localdomain>2013-04-10 17:47:49 +0200
committerHans de Goede <hdegoede@redhat.com>2013-04-10 17:48:55 +0200
commitf25f1fa472e777ddd1847c55ac25f36ba6e4e600 (patch)
tree348c33cfc2f814b5bd5877919272946730667100
parenta322d13b7ee7ced191d50e44ad8a79bdd6839779 (diff)
downloadvd_agent-f25f1fa472e777ddd1847c55ac25f36ba6e4e600.tar.gz
vd_agent-f25f1fa472e777ddd1847c55ac25f36ba6e4e600.tar.xz
vd_agent-f25f1fa472e777ddd1847c55ac25f36ba6e4e600.zip
docs: Update to reflect recent changes
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r--ChangeLog10
-rw-r--r--README10
2 files changed, 18 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c452d3..8994467 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+spice-vdagent-0.14.0
+--------------------
+* More multi-monitor and arbritary resolution support bugfixes
+* Add support for file transfers from client to guest
+* Add support for setups with multiple Screens (multiple qxl devices each
+ mapped to their own screen), limitations:
+ -Max one monitor per Screen / qxl device
+ -All monitors / Screens must have the same resolution
+ -No client -> guest resolution syncing
+
spice-vdagent-0.12.1
--------------------
* Various bugfixes for multi-monitor and arbritary resolution support
diff --git a/README b/README
index 536011b..b4d6f19 100644
--- a/README
+++ b/README
@@ -20,6 +20,9 @@ Features:
for single monitor configurations.
* Support of copy and paste (text and images) between the active X-session
and the client. This supports both the primary selection and the clipboard.
+* Support for transfering files from the client to the agent
+* Full support for multiple displays using Xrandr, this requires a new
+ enough xorg-x11-drv-qxl driver, as well as a new enough host.
* Limited support for multiple displays using Xinerama, prerequisites:
* A new enough Xorg-server. For Fedora atleast Fedora-17, for RHEL-6 atleast
xorg-x11-server-1.10.4-6.el6_2.3
@@ -31,8 +34,11 @@ Features:
/var/run/spice-vdagentd/xorg.conf.spice file. With all the necessary magic
to get Xinerama working. Move this file to /etc/X11/xorg.conf, then kill
Xorg so that it will get restarted and you should be good to go.
-* Full support for multiple displays using Xrandr, this requires a new
- enough xorg-x11-drv-qxl driver, as well as a new enough host.
+* Limited support for setups with multiple Screens (multiple qxl devices each
+ mapped to their own screen), limitations:
+ -Max one monitor per Screen / qxl device
+ -All monitors / Screens must have the same resolution
+ -No client -> guest resolution syncing
All vdagent communications on the guest side run over a single pipe which
gets presented to the guest os as a virtio serial port.