Cole Robinson wrote:
> On 04/09/2016 03:13 PM, Roman Bogorodskiy wrote:
> > Move including of gnutls/gnutls.h in qemu/qemu_domain.c under the
> > "ifdef WITH_GNUTLS" check because otherwise it fails like this:
> >
> > CC qemu/libvirt_driver_qemu_impl_la-qemu_domain.lo
> > qemu/qemu_doma
https://bugzilla.redhat.com/show_bug.cgi?id=982630
---
tools/virsh-domain.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c
index 36d0353..46598bb 100644
--- a/tools/virsh-domain.c
+++ b/tools/virsh-domain.c
@@ -322,11 +322
On 04/08/2016 12:27 PM, Andrea Bolognani wrote:
> On Mon, 2016-02-29 at 15:41 +0100, Martin Kletzander wrote:
>> On Wed, Feb 24, 2016 at 02:29:58PM -0700, Eric Blake wrote:
>>>
>>> gcc 6.0 added an annoying warning:
>>>
>>> fdstream.c: In function 'virFDStreamWrite':
>>> fdstream.c:390:29: erro
On 04/09/2016 03:13 PM, Roman Bogorodskiy wrote:
> Move including of gnutls/gnutls.h in qemu/qemu_domain.c under the
> "ifdef WITH_GNUTLS" check because otherwise it fails like this:
>
> CC qemu/libvirt_driver_qemu_impl_la-qemu_domain.lo
> qemu/qemu_domain.c:50:10: fatal error: 'gnutls/gnu
On 04/09/2016 02:10 PM, Erik Skultety wrote:
> When it comes to a situation that a new translatable file needs to be added
> into the list of files, an automatically generated patch is proposed during
> syntax-check. However, the diff was made against a sorted list of files and
> the same sorted li
On 04/09/2016 05:23 PM, Pavel Hrdina wrote:
> On Fri, Apr 08, 2016 at 01:40:21PM -0400, Cole Robinson wrote:
>> On 04/04/2016 09:20 AM, Pavel Hrdina wrote:
>>> If in qemu.conf vncAutoUnixSocket is enabled remove all other listens
>>> parsed from XML config.
>>>
>>> Signed-off-by: Pavel Hrdina
>>
>
On Fri, Apr 08, 2016 at 01:40:21PM -0400, Cole Robinson wrote:
> On 04/04/2016 09:20 AM, Pavel Hrdina wrote:
> > If in qemu.conf vncAutoUnixSocket is enabled remove all other listens
> > parsed from XML config.
> >
> > Signed-off-by: Pavel Hrdina
>
> Sorry I should have read further before comme
v2 was here:
https://www.redhat.com/archives/libvir-list/2016-April/thread.html#00355
v2->v3:
- Rename virTimeBackOffInit -> Start.
- virTimeBackOffStart now returns an error indication.
- Remove var->first and var->timeout fields from struct.
- Change var->limit field name to limit_t.
-
In a few places in libvirt we busy-wait for events, for example qemu
creating a monitor socket. This is problematic because:
- We need to choose a sufficiently small polling period so that
libvirt doesn't add unnecessary delays.
- We need to choose a sufficiently large polling period so tha
Move including of gnutls/gnutls.h in qemu/qemu_domain.c under the
"ifdef WITH_GNUTLS" check because otherwise it fails like this:
CC qemu/libvirt_driver_qemu_impl_la-qemu_domain.lo
qemu/qemu_domain.c:50:10: fatal error: 'gnutls/gnutls.h' file not found
in case if gnutls is not installed o
When it comes to a situation that a new translatable file needs to be added
into the list of files, an automatically generated patch is proposed during
syntax-check. However, the diff was made against a sorted list of files and
the same sorted list of files + the new file that actually needs to be
Below is backtraces of two deadlocked threads:
thread #1:
virDomainConfVMNWFilterTeardown
virNWFilterTeardownFilter
lock updateMutex <
_virNWFilterTeardownFilter
try to lock interface <--
thread #2:
learnIPAddressThread
lock interface <--
2016-04-09 1:08 GMT+03:00 Neal Gompa :
> First, I apologize if this was sent twice to anyone. I had an error
> in my git send-email configuration.
>
> This patch set primarily adds support for PHP 7 to libvirt-php,
> but also adds the capability for libvirt-php to be built
> using the standard PHP
Cole Robinson wrote:
> On 04/09/2016 01:32 AM, Roman Bogorodskiy wrote:
> > Explicitly add Linux and BSD syms files for nss to EXTRA_DIST
> > instead of using the LIBVIRT_NSS_SYMBOL_FILE variable, because its value
> > will point to either Linux or BSD syms file, but we need to ship both.
> > --
On 04/09/2016 01:32 AM, Roman Bogorodskiy wrote:
> Explicitly add Linux and BSD syms files for nss to EXTRA_DIST
> instead of using the LIBVIRT_NSS_SYMBOL_FILE variable, because its value
> will point to either Linux or BSD syms file, but we need to ship both.
> ---
> tools/Makefile.am | 5 +++--
>
15 matches
Mail list logo