>
> Sends the device address and device display IDs to the vdagent. The
> message is sent either in reaction to the SPICE_MSGC_MAIN_AGENT_START
> message or when the graphics device info changes.
>
> TODO: doesn't resend the message on agent reconnect, FIXIT.
Why is this a problem? What if the a
>
> The message serves for passing the device address and device display ID
> information for all display channels from SPICE server to the vd_agent.
>
> Signed-off-by: Lukáš Hrázký
> ---
> spice/vd_agent.h | 15 +++
> 1 file changed, 15 insertions(+)
>
> diff --git a/spice/vd_agen
>
> The message contains information about the graphics device and monitor
> belonging to a particular video stream (which maps to a channel) from
> the streaming agent.
>
> Signed-off-by: Lukáš Hrázký
> ---
> spice/stream-device.h | 9 +
> 1 file changed, 9 insertions(+)
>
> diff --gi
On Mon, Jan 7, 2019 at 7:41 AM Victor Toso wrote:
>
> From: Victor Toso
>
> If SpiceGtkSession is holding the keyboard, that's huge indication
> that the client should not be requesting guest's clipboard data yet.
>
> This patch adds a check in clipboard_get() callback, to avoid such
> requests.
Hi
On Tue, Jan 8, 2019 at 12:30 PM Christophe Fergeau wrote:
>
> On Mon, Jan 07, 2019 at 11:15:55PM +0400, Marc-André Lureau wrote:
> > On Mon, Jan 7, 2019 at 8:21 PM Christophe Fergeau
> > wrote:
> > >
> > > On Mon, Jan 07, 2019 at 12:00:57PM +0400, marcandre.lur...@redhat.com
> > > wrote:
>
Hi
On Tue, Jan 8, 2019 at 5:52 PM Christophe Fergeau wrote:
>
> On Tue, Jan 08, 2019 at 04:40:47PM +0400, Marc-André Lureau wrote:
> > Hi
> >
> > On Tue, Jan 8, 2019 at 4:24 PM Christophe Fergeau
> > wrote:
> > >
> > > On Wed, Dec 19, 2018 at 06:33:59PM +0400, marcandre.lur...@redhat.com
> > >
On Tue, Jan 8, 2019 at 7:43 PM Victor Toso wrote:
>
> From: Victor Toso
>
> Deprecated since v0.15 with:
>
> commit 0af80691680be769f3e9d1047ed27a0245cddab3
> Author: Hans de Goede
> Date: Thu Oct 11 10:00:02 2012 +0200
>
> Signed-off-by: Victor Toso
ack!
> ---
> src/spice-opti
Hi
On Tue, Jan 8, 2019 at 10:38 PM Yuri Benditovich
wrote:
>
>
>
> On Tue, Jan 8, 2019 at 2:44 PM Marc-André Lureau
> wrote:
>>
>> Hi
>>
>> On Tue, Jan 8, 2019 at 4:39 PM Yuri Benditovich
>> wrote:
>> >
>> > Hi
>> >
>> > Due to some historical reasons the UsbDk is maintained at
>> > https://g
On Tue, Jan 8, 2019 at 2:44 PM Marc-André Lureau
wrote:
> Hi
>
> On Tue, Jan 8, 2019 at 4:39 PM Yuri Benditovich
> wrote:
> >
> > Hi
> >
> > Due to some historical reasons the UsbDk is maintained at
> https://github.com/daynix/UsbDk and issues there are under monitoring
> (according to rumors th
On Tue, Jan 8, 2019 at 4:11 PM Christophe Fergeau
wrote:
> On Tue, Jan 08, 2019 at 02:39:35PM +0200, Yuri Benditovich wrote:
> > Hi
> >
> > Due to some historical reasons the UsbDk is maintained at
> > https://github.com/daynix/UsbDk and issues there are under monitoring
> > (according to rumors
On Tue, Jan 8, 2019 at 10:06 AM Victor Toso wrote:
>
> Hi,
>
> Thanks for review!
>
> On Mon, Jan 07, 2019 at 09:28:04PM +0100, Jakub Janku wrote:
> > Hi,
> >
> > On Mon, Jan 7, 2019 at 1:41 PM Victor Toso wrote:
> > >
> > > From: Victor Toso
> > >
> > > If SpiceGtkSession is holding the keyboar
From: Victor Toso
Deprecated since v0.15 with:
commit 0af80691680be769f3e9d1047ed27a0245cddab3
Author: Hans de Goede
Date: Thu Oct 11 10:00:02 2012 +0200
Signed-off-by: Victor Toso
---
src/spice-option.c | 15 ---
1 file changed, 15 deletions(-)
diff --git a/src/sp
From: Victor Toso
As this is NOP from previous patch and has been deprecated since v0.34
Signed-off-by: Victor Toso
Acked-by: Christophe Fergeau
---
src/spice-option.c | 28 +++-
1 file changed, 3 insertions(+), 25 deletions(-)
diff --git a/src/spice-option.c b/src/sp
Adds an interface method to the FrameCapture class to get the device
display info (device address and device display id) for each display of
the graphics device that is captured.
Also adds functions to the API implementing this functionality for X11
in variants with and without DRM (the non-DRM ve
The graphics_device_info message contains the device display ID
information (device address and device display ID). Stores the data in a
hash table in vdagent.
Signed-off-by: Lukáš Hrázký
---
src/vdagent/vdagent.c| 3 ++
src/vdagent/x11-priv.h | 1 +
src/vdagent/x11-randr.c
Adds serialization of the GraphicsDeviceInfo message and sends it to the
server when it starts to stream.
Signed-off-by: Lukáš Hrázký
---
src/spice-streaming-agent.cpp | 54 +--
1 file changed, 45 insertions(+), 9 deletions(-)
diff --git a/src/spice-streaming-age
Receives the GraphicsDeviceInfo message from the streaming agent and
stores the data in a list on the streaming device.
Signed-off-by: Lukáš Hrázký
---
server/red-qxl.c | 1 -
server/red-stream-device.c | 66 --
server/red-stream-device.h | 8 +
Sends the device address and device display IDs to the vdagent. The
message is sent either in reaction to the SPICE_MSGC_MAIN_AGENT_START
message or when the graphics device info changes.
TODO: doesn't resend the message on agent reconnect, FIXIT.
Signed-off-by: Lukáš Hrázký
---
server/red-qxl.
The message contains information about the graphics device and monitor
belonging to a particular video stream (which maps to a channel) from
the streaming agent.
Signed-off-by: Lukáš Hrázký
---
spice/stream-device.h | 9 +
1 file changed, 9 insertions(+)
diff --git a/spice/stream-device
Adds the graphics device info from the streaming device(s) to the
VDAgentGraphicsDeviceInfo message sent to the vd_agent.
Signed-off-by: Lukáš Hrázký
---
server/red-stream-device.c | 14 ++
server/red-stream-device.h | 4 +++
server/reds.c | 56 +
Hello,
this series introduces a new mechanism to identify monitors across the
host and guest boundary, using the pair (device_address and
device_display_id). device_address is a HW address of a graphics device
(a PCI address to be specific, though other address domains can be
used as well), device
The message serves for passing the device address and device display ID
information for all display channels from SPICE server to the vd_agent.
Signed-off-by: Lukáš Hrázký
---
spice/vd_agent.h | 15 +++
1 file changed, 15 insertions(+)
diff --git a/spice/vd_agent.h b/spice/vd_agent.
Calls the new SPICE QXL interface function spice_qxl_set_device_info to
set the hardware address of the graphics device represented by the QXL
interface (e.g. a PCI path) and the device display IDs (the IDs of the
device's monitors that belong to this QXL interface).
Also stops using the deprecate
Hello,
this is the final version of the new QXL interface to identify the
graphics device monitors in the guest. This interface adds a function
that allows to set the device path (e.g. a PCI path) and the IDs of the
device's displays from QEMU to SPICE server. The server will forward
this informat
Replace it by spice_qxl_set_device_info. Note we can't use
monitors_count for what's stored in max_monitors, because monitors_count
denotes the length of the device_display_ids array, which
spice_qxl_set_max_monitors doesn't touch.
Signed-off-by: Lukáš Hrázký
---
server/red-qxl.c | 1 +
server
Adds a function to let QEMU provide information to identify graphics
devices and their monitors in the guest. The function
(spice_qxl_set_device_info) sets the device address (e.g. a PCI path)
and monitor ID -> device display ID mapping of displays exposed by given
QXL interface.
Signed-off-by: Lu
Hi,
On Tue, Jan 08, 2019 at 04:09:54PM +0100, Christophe Fergeau wrote:
> On Fri, Dec 14, 2018 at 04:29:46PM +0100, Victor Toso wrote:
> > From: Victor Toso
> >
> > With commit 1a980f3712 we deprecated some command line options. The
> > color-depth one is the only one which is not used for testi
Hi,
On 1/8/19 4:11 PM, Christophe Fergeau wrote:
On Tue, Jan 08, 2019 at 02:39:35PM +0200, Yuri Benditovich wrote:
Hi
Due to some historical reasons the UsbDk is maintained at
https://github.com/daynix/UsbDk and issues there are under monitoring
(according to rumors there were some problem wit
On Fri, Dec 14, 2018 at 04:29:46PM +0100, Victor Toso wrote:
> From: Victor Toso
>
> With commit 1a980f3712 we deprecated some command line options. The
> color-depth one is the only one which is not used for testing/debug
> purposes.
>
> The intention of this option is to set guest's video driv
On Fri, Dec 14, 2018 at 04:29:47PM +0100, Victor Toso wrote:
> From: Victor Toso
>
> As this is NOP from previous patch and has been deprecated since v0.34
>
> Signed-off-by: Victor Toso
> ---
> src/spice-option.c | 28 +++-
> 1 file changed, 3 insertions(+), 25 deletio
On Tue, Jan 08, 2019 at 02:39:35PM +0200, Yuri Benditovich wrote:
> Hi
>
> Due to some historical reasons the UsbDk is maintained at
> https://github.com/daynix/UsbDk and issues there are under monitoring
> (according to rumors there were some problem with accounts/rights/etc on
> the freedesktop)
On Tue, Jan 08, 2019 at 12:47:05PM +, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio
> ---
> tests/Makefile.am | 20 +-
> tests/meson.build | 2 +-
> tests/test-ssl-verify.c | 134
> 3 files changed, 154 insertions(+), 2 del
On Tue, Jan 08, 2019 at 05:30:46PM +0400, Marc-André Lureau wrote:
> On Tue, Jan 8, 2019 at 12:58 PM Christophe Fergeau
> wrote:
> >
> > On Mon, Jan 07, 2019 at 11:19:11PM +0400, Marc-André Lureau wrote:
> > > Hi
> > >
> > > On Mon, Jan 7, 2019 at 7:58 PM Christophe Fergeau
> > > wrote:
> > > >
>
> Hi
>
> On Tue, Jan 8, 2019 at 3:38 PM Frediano Ziglio wrote:
> >
> > > >
> > > > From: Marc-André Lureau
> > > >
> > > > v2.5.1 was released the 2015-11-24.
> > > >
> > > > According to repology, from the distro we care about, CentOS 6,
> > > > openSUSE Leap 42.3 have too old version (0.1.2
On Tue, Jan 08, 2019 at 04:40:47PM +0400, Marc-André Lureau wrote:
> Hi
>
> On Tue, Jan 8, 2019 at 4:24 PM Christophe Fergeau wrote:
> >
> > On Wed, Dec 19, 2018 at 06:33:59PM +0400, marcandre.lur...@redhat.com wrote:
> > > +URI Parameters
> > > +--
> > > +
> > > +A description of hos
>
> Hi,
>
> On Tue, Jan 08, 2019 at 08:25:09AM -0500, Frediano Ziglio wrote:
> > > We have only GStreamer support for video, so let's make it
> > > required.
> >
> > There's also mjpeg for video.
>
> I've tested mjpeg from GStreamer and works well too 0:-)
>
> > > There is no modularity needed
On Wed, Dec 19, 2018 at 11:49:26AM +0100, Victor Toso wrote:
> Hi,
>
> On Wed, Dec 19, 2018 at 10:06:53AM +0800, wangjiedong wrote:
> > Actually there are 2 questions.
>
> > Firstly , on Windows 7 vm i can install
> > spice-webdavd-x64-2.2.msi and no error , but the service
> > spice-webdavd in T
Hi,
On Tue, Jan 08, 2019 at 08:25:09AM -0500, Frediano Ziglio wrote:
> > We have only GStreamer support for video, so let's make it
> > required.
>
> There's also mjpeg for video.
I've tested mjpeg from GStreamer and works well too 0:-)
> > There is no modularity needed at this point, it can be
On Tue, Jan 8, 2019 at 12:58 PM Christophe Fergeau wrote:
>
> On Mon, Jan 07, 2019 at 11:19:11PM +0400, Marc-André Lureau wrote:
> > Hi
> >
> > On Mon, Jan 7, 2019 at 7:58 PM Christophe Fergeau
> > wrote:
> > >
> > > On Mon, Jan 07, 2019 at 12:00:49PM +0400, marcandre.lur...@redhat.com
> > > wr
>
> Hi
>
> On Mon, Jan 7, 2019 at 5:46 PM Frediano Ziglio wrote:
> >
> > > Hi
> > >
> > > On Mon, Jan 7, 2019 at 3:44 PM Frediano Ziglio
> > > wrote:
> > > >
> > > > > Hi
> > > > >
> > > > > On Sat, Jan 5, 2019 at 9:00 PM Frediano Ziglio
> > > > > wrote:
> > > > > >
> > > > > > >
> > > > > > >
> On Mon, Dec 17, 2018 at 06:56:19AM -0500, Frediano Ziglio wrote:
> > >
> > > The test uses both GLib and pixman libraries.
> > > This does not seem to affect Linux but make the test fails under Windows.
> > >
> > > Signed-off-by: Frediano Ziglio
> > > ---
> > > tests/Makefile.am | 1 +
> > >
On 1/8/19 1:35 PM, Christophe Fergeau wrote:
On Tue, Jan 08, 2019 at 11:02:04AM +0200, Uri Lublin wrote:
win-usb-dev also uses libusb.
Similar to commit 3e23fff9, set libusb backend to UsbDk.
Without this patch usb devices are not seen by win-usb-dev
(windows clients), when UsbDk driver is insta
Acked-by: Christophe Fergeau
On Mon, Dec 17, 2018 at 10:26:57AM +, Frediano Ziglio wrote:
> An array of WSABUF can be used with WSASend.
>
> Signed-off-by: Frediano Ziglio
> ---
> common/marshaller.c | 10 --
> common/marshaller.h | 4 ++--
> 2 files changed, 10 insertions(+), 4
On Mon, Dec 17, 2018 at 06:56:19AM -0500, Frediano Ziglio wrote:
> >
> > The test uses both GLib and pixman libraries.
> > This does not seem to affect Linux but make the test fails under Windows.
> >
> > Signed-off-by: Frediano Ziglio
> > ---
> > tests/Makefile.am | 1 +
> > 1 file changed, 1
>
> Hi
>
> On Tue, Jan 8, 2019 at 3:35 PM Frediano Ziglio wrote:
> >
> > >
> > > From: Marc-André Lureau
> > >
> > > v2.5.1 was released the 2015-11-24.
> > >
> > > According to repology, from the distro we care about, CentOS 6,
> > > openSUSE Leap 42.3 have too old version (0.1.2).
> > >
> >
>
Signed-off-by: Frediano Ziglio
---
tests/Makefile.am | 20 +-
tests/meson.build | 2 +-
tests/test-ssl-verify.c | 134
3 files changed, 154 insertions(+), 2 deletions(-)
create mode 100644 tests/test-ssl-verify.c
Changes since v1:
- do
Hi
On Tue, Jan 8, 2019 at 4:39 PM Yuri Benditovich
wrote:
>
> Hi
>
> Due to some historical reasons the UsbDk is maintained at
> https://github.com/daynix/UsbDk and issues there are under monitoring
> (according to rumors there were some problem with accounts/rights/etc on the
> freedesktop).
Hi
On Tue, Jan 8, 2019 at 4:24 PM Christophe Fergeau wrote:
>
> On Wed, Dec 19, 2018 at 06:33:59PM +0400, marcandre.lur...@redhat.com wrote:
> > +URI Parameters
> > +--
> > +
> > +A description of host information and URI parameters is provided in
> > +this section. Information on th
Hi
Due to some historical reasons the UsbDk is maintained at
https://github.com/daynix/UsbDk and issues there are under monitoring
(according to rumors there were some problem with accounts/rights/etc on
the freedesktop).
It looks like there was working mirror at freedesktop but some time ago it
s
On Wed, Dec 19, 2018 at 06:33:59PM +0400, marcandre.lur...@redhat.com wrote:
> +URI Parameters
> +--
> +
> +A description of host information and URI parameters is provided in
> +this section. Information on the constraints of various data types is
> +provided in Section "Data Types".
On Tue, Jan 08, 2019 at 03:54:26PM +0400, Marc-André Lureau wrote:
> Hi
>
> On Wed, Dec 19, 2018 at 6:56 PM Marc-André Lureau
> wrote:
> >
> > Hi
> >
> > On Wed, Dec 19, 2018 at 6:43 PM Frediano Ziglio wrote:
> > >
> > > >
> > > > From: Marc-André Lureau
> > > >
> > > > A recent discussion abou
On Tue, Dec 18, 2018 at 12:19:28PM -0500, Frediano Ziglio wrote:
> > On Thu, Dec 13, 2018 at 02:20:25PM +, Frediano Ziglio wrote:
> > > Signed-off-by: Frediano Ziglio
> > > ---
> > > common/ssl_verify.c | 5 +-
> > > common/ssl_verify.h | 4 ++
> > > tests/Makefile.am | 20
Hi
On Wed, Dec 19, 2018 at 6:56 PM Marc-André Lureau
wrote:
>
> Hi
>
> On Wed, Dec 19, 2018 at 6:43 PM Frediano Ziglio wrote:
> >
> > >
> > > From: Marc-André Lureau
> > >
> > > A recent discussion about Spice URI scheme on the QEMU mailing list
> > > with Gerd prompted me to make an effort to
Hey,
On Sun, Jan 06, 2019 at 02:12:55PM +0100, ucontacti ss wrote:
> Dear developers,
>
> While I was looking in the packets using Wireshark I saw that the Major and
> Minor version is 2 and not 1 anymore. And there are some discrepancies in
> the Spice protocol v1.0 and the actual value of field
Hi
On Tue, Jan 8, 2019 at 3:38 PM Frediano Ziglio wrote:
>
> > >
> > > From: Marc-André Lureau
> > >
> > > v2.5.1 was released the 2015-11-24.
> > >
> > > According to repology, from the distro we care about, CentOS 6,
> > > openSUSE Leap 42.3 have too old version (0.1.2).
> > >
> >
> > This pat
Acked-by: Christophe Fergeau
On Mon, Jan 07, 2019 at 06:01:45PM +, Frediano Ziglio wrote:
> These constants are meant to be used in format string for pointers
> types. Use them for portability.
>
> Signed-off-by: Frediano Ziglio
> ---
> server/red-replay-qxl.c | 2 +-
> 1 file changed, 1
Hi
On Tue, Jan 8, 2019 at 3:35 PM Frediano Ziglio wrote:
>
> >
> > From: Marc-André Lureau
> >
> > v2.5.1 was released the 2015-11-24.
> >
> > According to repology, from the distro we care about, CentOS 6,
> > openSUSE Leap 42.3 have too old version (0.1.2).
> >
>
> This patch tell me that now
> >
> > From: Marc-André Lureau
> >
> > v2.5.1 was released the 2015-11-24.
> >
> > According to repology, from the distro we care about, CentOS 6,
> > openSUSE Leap 42.3 have too old version (0.1.2).
> >
>
> This patch tell me that now we DON'T care about them.
> Honestly I don't care any mo
On Tue, Jan 08, 2019 at 11:02:04AM +0200, Uri Lublin wrote:
> win-usb-dev also uses libusb.
> Similar to commit 3e23fff9, set libusb backend to UsbDk.
> Without this patch usb devices are not seen by win-usb-dev
> (windows clients), when UsbDk driver is installed.
>
> Signed-off-by: Uri Lublin
>
>
> From: Marc-André Lureau
>
> v2.5.1 was released the 2015-11-24.
>
> According to repology, from the distro we care about, CentOS 6,
> openSUSE Leap 42.3 have too old version (0.1.2).
>
This patch tell me that now we DON'T care about them.
Honestly I don't care any more about CentOS 6.
Can
On Mon, Jan 07, 2019 at 11:30:55PM +0400, Marc-André Lureau wrote:
> Since we would like to release v0.36 soonish, and there are valid
> concerns that such a change now is a bit too risky, I propose to:
>
> - make GStreamer a blessed dependency in 0.36 for audio & video (since
> it is required for
Acked-by: Christophe Fergeau
On Tue, Jan 08, 2019 at 01:48:45PM +0400, marcandre.lur...@redhat.com wrote:
> From: Marc-André Lureau
>
> v2.5.1 was released the 2015-11-24.
>
> According to repology, from the distro we care about, CentOS 6,
> openSUSE Leap 42.3 have too old version (0.1.2).
>
On Tue, Jan 08, 2019 at 02:41:22PM +0400, Marc-André Lureau wrote:
> Hi
>
> On Tue, Jan 8, 2019 at 1:15 PM Victor Toso wrote:
> >
> > Hi,
> >
> > On Mon, Jan 07, 2019 at 11:30:55PM +0400, Marc-André Lureau wrote:
> > > > > In the future, yes! For now, use GStreamer by default if possible, and
> >
Hi,
Where is UsbDk officially maintained? What is the homepage? Where
should I file bugs?
Apparently, https://gitlab.freedesktop.org/spice/win32/usbdk should be
the upstream.
But Daynix maintains its own on github
https://github.com/daynix/UsbDk, which is more recent, and more
active, looking at
Hi
On Tue, Jan 8, 2019 at 1:15 PM Victor Toso wrote:
>
> Hi,
>
> On Mon, Jan 07, 2019 at 11:30:55PM +0400, Marc-André Lureau wrote:
> > > > In the future, yes! For now, use GStreamer by default if possible, and
> > > > fallback on pulse.
> > > >
> > > > See also proposed implementation:
> > > > "
From: Marc-André Lureau
v2.5.1 was released the 2015-11-24.
According to repology, from the distro we care about, CentOS 6,
openSUSE Leap 42.3 have too old version (0.1.2).
SPICE_CHECK_SMARTCARD is updated with spice-common.
Signed-off-by: Marc-André Lureau
---
meson.build | 18
Hi,
On Mon, Jan 07, 2019 at 11:30:55PM +0400, Marc-André Lureau wrote:
> > > In the future, yes! For now, use GStreamer by default if possible, and
> > > fallback on pulse.
> > >
> > > See also proposed implementation:
> > > "[PATCH spice-gtk 32/34] gst: check pulseaudio plugin version >= 1.15"
>
Hi,
Thanks for review!
On Mon, Jan 07, 2019 at 09:28:04PM +0100, Jakub Janku wrote:
> Hi,
>
> On Mon, Jan 7, 2019 at 1:41 PM Victor Toso wrote:
> >
> > From: Victor Toso
> >
> > If SpiceGtkSession is holding the keyboard, that's huge indication
> > that the client should not be requesting gues
win-usb-dev also uses libusb.
Similar to commit 3e23fff9, set libusb backend to UsbDk.
Without this patch usb devices are not seen by win-usb-dev
(windows clients), when UsbDk driver is installed.
Signed-off-by: Uri Lublin
---
Additionally I think the code need to check that usbdk driver
is inde
On Mon, Jan 07, 2019 at 11:19:11PM +0400, Marc-André Lureau wrote:
> Hi
>
> On Mon, Jan 7, 2019 at 7:58 PM Christophe Fergeau wrote:
> >
> > On Mon, Jan 07, 2019 at 12:00:49PM +0400, marcandre.lur...@redhat.com wrote:
> > > From: Marc-André Lureau
> > >
> > > Contrary to spice server dependency,
On Tue, Jan 08, 2019 at 11:41:23AM +0400, marcandre.lur...@redhat.com wrote:
> From: Marc-André Lureau
>
> v2.5.1 was released the 2015-11-24.
s/the/on/
>
> According to repology, from the distro we care about, CentOS 6,
> openSUSE Leap 42.3 have too old version (0.1.2).
>
> spice-gtk & spice
On Mon, Jan 07, 2019 at 11:02:04PM +0400, Marc-André Lureau wrote:
> Hi
>
> On Mon, Jan 7, 2019 at 6:15 PM Christophe Fergeau wrote:
> >
> > On Mon, Jan 07, 2019 at 12:00:45PM +0400, marcandre.lur...@redhat.com wrote:
> > > From: Marc-André Lureau
> > >
> > > Signed-off-by: Marc-André Lureau
>
On Mon, Jan 07, 2019 at 11:15:55PM +0400, Marc-André Lureau wrote:
> On Mon, Jan 7, 2019 at 8:21 PM Christophe Fergeau wrote:
> >
> > On Mon, Jan 07, 2019 at 12:00:57PM +0400, marcandre.lur...@redhat.com wrote:
> > > From: Marc-André Lureau
> > >
> > > Removed unused vapigen/vapidir variables as
73 matches
Mail list logo