summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* util: check accept_ra for all nexthop interfaces of multipath routesv5.0.0-rc2Laine Stump2019-01-111-0/+37
* qemu: Filter non SCSI hostdevs in qemuHostdevPrepareSCSIDevicesJohn Ferlan2019-01-111-0/+3
* util: use nlmsg_find_attr() instead of an open-coded loopv5.0.0-rc1Laine Stump2019-01-101-30/+23
* util: add a function to insert new interfaces to IPv6CheckForwarding listLaine Stump2019-01-101-9/+20
* util: remove const specifier from nlmsghdr arg to virNetlinkDumpCallback()Laine Stump2019-01-102-2/+2
* apparmor: Move static data out of examples/Andrea Bolognani2019-01-108-40/+40
* src: Simplify installing/uninstalling dataAndrea Bolognani2019-01-102-52/+37
* src: Only install SysV init scripts when libvirtd is builtAndrea Bolognani2019-01-101-0/+5
* src: Define initdirAndrea Bolognani2019-01-101-4/+6
* cpu_map: Add support for arch-capabilities featureJiri Denemark2019-01-105-4/+7
* qemu: Don't enable seclabel remembering for session modeMichal Privoznik2019-01-101-1/+1
* remote: Define sasldirAndrea Bolognani2019-01-101-4/+6
* remote: Define sysctldirAndrea Bolognani2019-01-101-4/+6
* remote: Define polkit{actions,rules}dirAndrea Bolognani2019-01-101-9/+11
* remote: Move polkitdir definitionAndrea Bolognani2019-01-101-4/+2
* qemu: require reply from guest agent in qemuAgentGetInterfacesJán Tomko2019-01-101-1/+1
* src/qemu: Fix indentation in Makefile.inc.amMichal Privoznik2019-01-091-3/+3
* lxc: allow empty path in URI for historical compatibilityDaniel P. Berrangé2019-01-091-1/+2
* qemu: Use ULL instead of uint64_t for RDMA GID eventMichal Privoznik2019-01-093-11/+13
* qemu: Process RDMA GID state change eventYuval Shaia2019-01-097-0/+190
* examples: Work around lack of mingw localtime_r()Eric Blake2019-01-083-3/+11
* examples: Work around lack of mingw sigaction()Eric Blake2019-01-082-13/+8
* examples: Work around mingw printf() weaknessEric Blake2019-01-082-3/+5
* syntax-check: Simplify and fix unmarked_diagnosticsAndrea Bolognani2019-01-081-2/+2
* src: Fix a few unmarked_diagnostics issuesAndrea Bolognani2019-01-085-9/+9
* examples: Avoid gnulib, have standalone examplesEric Blake2019-01-0815-31/+3
* examples: Drop event-test.c dependency on gnulib <verify.h>Eric Blake2019-01-081-2/+8
* util: Fix the default log output to 'journald' when running under systemdErik Skultety2019-01-081-4/+10
* maint: Fix VPATH buildEric Blake2019-01-071-0/+2
* maint: Prefer AM_CPPFLAGS over INCLUDESEric Blake2019-01-074-5/+6
* maint: Drop unused GETTEXT_CPPFLAGS variableEric Blake2019-01-075-8/+4
* maint: split long lines for BSD syntax-checkEric Blake2019-01-071-37/+38
* maint: prefer $(GREP) in cfg.mkEric Blake2019-01-071-27/+27
* maint: update gnulib for syntax-check on BSDEric Blake2019-01-072-1/+11
* news: Add support for postcopy-requests migration statisticsHan Han2019-01-071-0/+9
* news: Add support for "stibp" x86_64 featureHan Han2019-01-071-0/+10
* examples: include config.hJán Tomko2019-01-0711-2/+22
* examples: add spaces after #includeJán Tomko2019-01-077-28/+28
* maint: cfg.mk typo fixEric Blake2019-01-041-1/+1
* docs: schemas: Decouple the virtio options from each otherErik Skultety2019-01-041-0/+2
* Remove even more Author(s): lines from source filesMichal Privoznik2019-01-0347-169/+0
* docs: Add news for new nvdimm optionsLuyao Zhong2019-01-021-0/+10
* qemu: Add qemu command-line to generate the nvdimm unarmed propertyLuyao Zhong2019-01-025-4/+53
* qemu: Add command-line to generate the nvdimm pmem propertyLuyao Zhong2019-01-023-0/+48
* qemu: Add command-line to generate the nvdimm align propertyLuyao Zhong2019-01-023-0/+48
* tests: Use DO_TEST_CAPS_LATEST for nvdimm qemuxml2argvLuyao Zhong2019-01-024-30/+39
* qemu: Introduce QEMU_CAPS_DEVICE_NVDIMM_UNARMED capabilityLuyao Zhong2019-01-0220-207/+429
* qemu: Introduce QEMU_CAPS_OBJECT_MEMORY_FILE_PMEM capabilityLuyao Zhong2019-01-024-0/+9
* qemu: Introduce QEMU_CAPS_OBJECT_MEMORY_FILE_ALIGN capabilityLuyao Zhong2019-01-0213-1/+15
* conf: Introduce 'readonly' element into xml for NVDIMM memoryLuyao Zhong2019-01-027-12/+111