From: "Eduardo Lima (Etrunko)"
The reason for using properties to access those members was to ensure
that they would only be set during the creation of the object. Now that
we removed that restriction, we set private members directly.
Signed-off-by: Eduardo Lima (Etrunko)
---
src/remote-viewer
From: "Eduardo Lima (Etrunko)"
Most of this patch consists in code being shuffled around to fit the
expected flow while using the new APIs. I tried my best to make this
patch the less intrusive as possible. Main changes are:
- Updated build requirements
* glib version 2.38
* gtk+ version 3
From: "Eduardo Lima (Etrunko)"
With glib requirements now being 2.38, these functions do not make sense
anymore.
Signed-off-by: Eduardo Lima (Etrunko)
---
src/Makefile.am | 2 -
src/ovirt-foreign-menu.c| 1 -
src/virt-glib-compat.c | 34 -
sr
As Etrunko has forked I'm sending this (hopefully) last iteration of porting
{virt.remote}-viewer to GtkApplication API's.
In this version I addressed the comments made from review of v6
- Re-add {remote,virt}-viewer_new() functions instead of direct calling
g_pbject_new()
- Removed the ERROR_GO
On 02/18/2016 11:47 AM, Marc-André Lureau wrote:
> From: Marc-André Lureau
>
> This allows to connect to VM without any listening socket.
>
> Furthermore, since it uses unix socket, spice can use virgl locally
> with texture sharing. This effectively enables spice-gtk to display
> local virgl re
On 02/18/2016 11:47 AM, Marc-André Lureau wrote:
> From: Marc-André Lureau
>
> Add a OpenGl checkbox to the Spice graphics option.
>
> Signed-off-by: Marc-André Lureau
> ---
> ui/gfxdetails.ui | 29 +
> virtManager/details.py| 9 +++--
> virtManage
On 02/18/2016 12:51 PM, Roman Kagan wrote:
> On Wed, Feb 17, 2016 at 06:11:54PM -0500, Cole Robinson wrote:
>> On 02/08/2016 11:07 AM, Roman Kagan wrote:
>>> On Mon, Feb 08, 2016 at 12:35:21PM +0100, Christophe Fergeau wrote:
For what it's worth, I've had success building (did not test) qemu-g
On Wed, Feb 17, 2016 at 06:11:31PM -0500, Cole Robinson wrote:
> On 02/08/2016 09:23 AM, Roman Kagan wrote:
> > On Sat, Feb 06, 2016 at 06:20:42PM -0500, Cole Robinson wrote:
> > Actually we started putting together our stuff, too, and encountered a
> > number of issues I'd be interested to discuss
On Wed, Feb 17, 2016 at 06:11:54PM -0500, Cole Robinson wrote:
> On 02/08/2016 11:07 AM, Roman Kagan wrote:
> > On Mon, Feb 08, 2016 at 12:35:21PM +0100, Christophe Fergeau wrote:
> >> For what it's worth, I've had success building (did not test) qemu-ga
> >> with mingw using the attached spec file
Cole Robinson wrote:
>On 02/18/2016 05:59 AM, Ron Yorston wrote:
>> What is remembering my credentials? And how do I stop it from doing that?
>
>Not virt-manager. If you are using gnome-shell, it has an integrated
>ssh-agent. If the password dialog that pops up has your desktop themeing
>that's pr
From: Marc-André Lureau
Add a --graphics option to enable accelarated rendering using
OpenGl. This is used only by Spice (and for local only guests atm).
Signed-off-by: Marc-André Lureau
---
man/virt-install.pod | 5 +
tests/cli-test-xml/compare/virt-ins
From: Marc-André Lureau
Use virtio+accel3d by default whenever spice+gl is chosen. This allows
to easily set up accelerated gpu VM.
Signed-off-by: Marc-André Lureau
---
.../cli-test-xml/compare/virt-install-spice-gl.xml | 69 ++
tests/clitest.py
Hi
The following series allows to setup and use a local-only spice & virgl-enabled
VM. It depends on spice+virgl qemu series currently under review, and "qemu: add
spice opengl support" libvirt patch, as well as spice server/client from git
master.
It currently allows to setup a VM with virt-inst
From: Marc-André Lureau
Signed-off-by: Marc-André Lureau
---
man/virt-install.pod | 2 +-
tests/xmlparse-xml/change-videos-out.xml | 4 +++-
tests/xmlparse.py| 1 +
virtinst/devicevideo.py | 3 ++-
4 files changed, 7 insertions(+), 3
From: Marc-André Lureau
Add a OpenGl checkbox to the Spice graphics option.
Signed-off-by: Marc-André Lureau
---
ui/gfxdetails.ui | 29 +
virtManager/details.py| 9 +++--
virtManager/domain.py | 5 -
virtManager/gfxdetails.py | 11
From: Marc-André Lureau
This allows to connect to VM without any listening socket.
Furthermore, since it uses unix socket, spice can use virgl locally
with texture sharing. This effectively enables spice-gtk to display
local virgl rendering.
Signed-off-by: Marc-André Lureau
---
virtManager/co
On 02/18/2016 05:59 AM, Ron Yorston wrote:
> I'm using virt-manager on Fedora 23. When I start it I get an
> 'Authentication Required' prompt and have to enter a password. If I
> shut it down and restart it I'm prompted again. Fair enough.
>
> I also have a connection to a remote host with a qe
On Thu, Feb 18, 2016 at 3:58 PM, Uri Lublin wrote:
> On 02/18/2016 01:56 PM, Fabiano Fidêncio wrote:
>>
>> On Thu, Feb 18, 2016 at 12:44 PM, Uri Lublin wrote:
>>>
>>> Fixes rhbz#1309634
>>>
>>> Signed-off-by: Uri Lublin
>>> ---
>>> src/virt-viewer-session-spice.c | 10 ++
>>> 1 file c
On 02/18/2016 01:56 PM, Fabiano Fidêncio wrote:
On Thu, Feb 18, 2016 at 12:44 PM, Uri Lublin wrote:
Fixes rhbz#1309634
Signed-off-by: Uri Lublin
---
src/virt-viewer-session-spice.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/src/virt-viewer-session-spice.c b/src/virt-vi
Uri,
On Thu, Feb 18, 2016 at 12:44 PM, Uri Lublin wrote:
> Fixes rhbz#1309634
>
> Signed-off-by: Uri Lublin
> ---
> src/virt-viewer-session-spice.c | 10 ++
> 1 file changed, 10 insertions(+)
>
> diff --git a/src/virt-viewer-session-spice.c b/src/virt-viewer-session-spice.c
> index b9ca
Fixes rhbz#1309634
Signed-off-by: Uri Lublin
---
src/virt-viewer-session-spice.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/src/virt-viewer-session-spice.c b/src/virt-viewer-session-spice.c
index b9cae5e..d93edff 100644
--- a/src/virt-viewer-session-spice.c
+++ b/src/virt-vi
I'm using virt-manager on Fedora 23. When I start it I get an
'Authentication Required' prompt and have to enter a password. If I
shut it down and restart it I'm prompted again. Fair enough.
I also have a connection to a remote host with a qemu+ssh:// URI. When I
activate this connection I'm p
22 matches
Mail list logo