Results 19 issues of Anthony Ruhier

Fails to compile. Compiling with LTO gives the following error: ``` /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/media-libs/gst-plugins-good-1.18.4/temp/cclqHELB.ltrans1.ltrans.o: in function `gst_deinterlace_method_yadif_init': :(.text+0x4c0c): undefined reference to `gst_yadif_filter_line_mode0_ssse3' /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: :(.text+0x4c13): undefined reference to `gst_yadif_filter_line_mode2_ssse3' /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: :(.text+0x4c73): undefined...

Fixes a failure to link against git2 functions.

Segfaults during linking. Error when compiling `sys-libs/efivar-38` with LTO: ``` collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core dumped ```

LTO is enabled by default for debian builds, and is now safe to enable. O3 produces segfault when mounting a volume.

Add support and variables for ArchLinux

stale

Currently, a `ViewNode` can take a `prefered_split_type` which changes the behavior of the split when upgraded into a `SplitNode` (horizontal, vertical, tabbed, etc.). However it should be possible to indicate...

Hi, Is it possible to enjoy ballooning in the created host by adding a max_memory option, and also max_cpus please? Thanks!

enhancement

Hello, Since Freetype 2.8, patched Hacks and DejaVu have misaligned arrows on ArchLinux and Gentoo: ![powerline](https://user-images.githubusercontent.com/1174685/26970858-1c127f5c-4d0b-11e7-8211-ca966431915a.png) I don't know what additional information I can give you, so please ask in...

Add a configuration option to work only with UTC or with localtime. For the moment, date is stored in UTC in backup definitions, but backups' names use the local timezone.

enhancement

When a disk has already some snapshots, libvirt declares it with `backingStore` xml tags. virt-backup could handle that to backup the base disk + all the external snapshots.

enhancement