Age | Commit message (Collapse) | Author | Files | Lines |
|
When running spicec --full-screen=auto-conf and then migrating the machine,
after migration is complete spicec issues a new request to the vdagent to
resize the screen. This is a result of the new "disconnect/connect" migration
introduced recently. There is even functionality to avoid sending a monitor
message twice already, but on disconnect it is explicitly reset. The one line
solution is to not reset _agent_mon_config_sent
|
|
In addition to logging to a (rolling) file (which limit is INFO).
This patch adds a log4cpp::appender (limit is WARN).
|
|
Add functions to enable/disable playback compression.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
Add functions to enable/disable agent mouse.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
Add functions to configure streaming video.
[ v2: add sanity check for passed enum value ]
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
move STREAM_VIDEO_* enum to spice.h, thereby making it part of the
public api. Also prefix with SPICE_ for namespace reasons.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
Happens when a focused window is destroyed without a focus out event,
and a focus-in event occurs on another window.
|
|
To make client/Makefile.am and "make dist" consistent.
Related to commit 56196e79bb4404c60fc8e0431c2506e495c9a0d8
|
|
Current library's .so* files conflict with tclspice package found
in EPEL.
Renamed library's .so files (added "-server")
Include directory was "libspice", now "spice-server" for consistency.
|
|
Change solution and project files.
VS2008 does not like a #define to appear above #include files,
so move it into its own .h file.
|
|
|
|
Spice client controller enables external control (e.g., by XPI or ActiveX) of
the client functionality.
The controller protocol enables setting parameters (host, port, sport, pwd,
secure channels, disabled channels, title, menus, hotkeys etc.), connecting
the server, showing and hiding the client etc.
The controller is rewritten from scratch, based on the cross-platform named pipe
|
|
Spice foreign menu enables external control of the client menu.
The foreignmenu protocol enables an external application to:
add a submenu, set its title, clear it, add/modify/remove an item etc.
Foreign menu is rewritten from scratch, based on the cross-platform named pipe
|
|
spicec is to be used only by RHEV-M via spice-xpi.
|
|
|
|
(related to #493375)
In 'filter' video streaming mode, use a more permissive threshold for distinguishing
'realistic' streams from 'textaul'/'artificial' streams. The previous threshold classified
streams that were scaled on the guest as artificial and thus they were not recoginized as videos.
|
|
Rebased from RHEL-5:
commit de3460c93c941a4456f932a630ca78b73f323b09
Author: Yonit Halperin <yhalperi@redhat.com>
Date: Mon Jan 18 13:15:16 2010 +0200
spice: client: fix handling of top down images in video streams (556741)
Top down streams arrive from x11-qxl driver.
|
|
- the server acquires the target info from a dedicated Qemu command
- when migration ends, the client receieves a new message RED_MIGRATE_SWITCH_HOST
- client then disconnects from the source and connects to the target. The connection
to the target is entirely new.
|
|
AI_ADDRCONF not availible on winXP, so this fixes windows build.
|
|
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
ignore lookup results which are not ipv4
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
subject #573371
|
|
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
Make register_*_notifier calls optional, long term they should go away
entriely. Add direct library calls as replacement.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
Add new functions to configure spice port and ticketing. Yes, this is
incomplete, it includes just the most important bits to get something
up'n'running.
These functions are supposed to replace both spice_parse_args() and
the monitor interaction via qterm interface.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
The implementation can't handle multiple spice server instances at the
same time right now. The API allows this though, so if we fixup the
implementation some day we don't have to change the API.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
I added a lower limit to the size of images that are being streamed.
The limit is only active in "filter" video streaming mode.
This will prevent blurry animated icons.
|
|
Also adding some information to toplevel (spice) README
And do not touch README when running autogen.sh
Signed-off-by: Uri Lublin <uril@redhat.com>
|
|
This only affects spice-client and spice-server builds that are
configured with --with-spice-common (which means that are using
an installed spice-common package).
Version has been increased to 0.4.2 lately.
Signed-off-by: Uri Lublin <uril@redhat.com>
|
|
|
|
Signed-off-by: Uri Lublin <uril@redhat.com>
|
|
GPL2
Signed-off-by: Uri Lublin <uril@redhat.com>
|
|
|
|
Signed-off-by: Yaniv Kamay <ykamay@redhat.com>
Signed-off-by: Uri Lublin <uril@redhat.com>
|
|
There are some requirement checks in configure.ac.shared that
spice-common does not need to do.
Signed-off-by: Uri Lublin <uril@redhat.com>
|
|
config)
Move original autogen.sh to autogen.sh.shared
Create links in each subdir (subdir/autogen.sh --> ../autogem.sh.shared)
Make new autogen.sh which simply
1. cd subdir && ./autogen.sh
2. run autogen.sh.shared for the current dir (spice)
Update all Makefile.am accordingly (dist-hook).
Signed-off-by: Yaniv Kamay <ykamay@rehdat.com>
Signed-off-by: Uri Lublin <uril@redhat.com>
|
|
Moved common/win/ffmpeg_inc.h to client/windows/
Moved common/linux/ffmpeg_inc.h.in to client/x11/
Copied common/linux/ffmpeg_inc.h.in to server/
Update *configure.ac and */Makefile.am accordingly (* is
for {common,server,client}
Signed-off-by: Yaniv Kamay <ykamay@rehdat.com>
Signed-off-by: Uri Lublin <uril@redhat.com>
|
|
Enables out-of-directory configure & compile
Signed-off-by: Yaniv Kamay <ykamay@rehdat.com>
Signed-off-by: Uri Lublin <uril@redhat.com>
|
|
Each subdir (common, client and server) can "make dist".
This commit adds configure.ac.shared and autogen.sh to the tar file.
Above files are copied from .. (spice/ directory)
Also added configure.ac.shared (which is not part of "distribution" tarball)
that only imports ../configure.ac.shared such that ./autogen.sh still
works (on "git directories").
Signed-off-by: Uri Lublin <uril@redhat.com>
|
|
config)
Define them with ./configure PATCHID=id DISTRIBUTION=dist
They appear in config.h
Add them to your version-printing function.
Signed-off-by: Uri Lublin <uril@redhat.com>
|
|
Signed-off-by: Uri Lublin <uril@redhat.com>
|
|
config)
Run ./configure --with-spice-common to use spice-common sources from
spice-common package, instead of source in spice/common/ directory.
This is usefull when building the spice client or spice server out
of a "distribution" tarball, when ../common directory does not exist.
|