summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: test: Add a new test xml with more tainted configs for testingLuke Yue2021-08-033-0/+103
* nodedev: add DEFINED/UNDEFINED lifecycle eventsJonathon Jongsma2021-04-071-0/+4
* event-test: Properly terminate strings printed from callbacksKristina Hanicova2021-02-191-3/+3
* libvirt: support memory failure eventzhenwei pi2020-10-231-0/+16
* examples: xml: Fix 'vol-raw.xml' and 'vol-sparse.xml'Peter Krempa2020-10-202-0/+6
* examples: xml: Fix 'pool-netfs.xml' examplePeter Krempa2020-10-201-1/+1
* examples: fix storage volume size schemaDaniel P. Berrangé2020-10-066-24/+12
* examples: fix misc spelling errors reported by codespellDaniel P. Berrangé2020-10-053-3/+3
* Use (un)signed printf specifiers correctlyJán Tomko2020-09-232-2/+2
* examples: Use GLib event loop impl in events.stpHan Han2020-08-211-19/+8
* meson: examples: build and install example filesPavel Hrdina2020-08-0312-127/+125
* meson: remove '.libs' from all relevant pathsPavel Hrdina2020-08-031-1/+1
* meson: remove automake specific directivesPavel Hrdina2020-08-031-8/+0
* qemu: support Panic Crashloaded event handlingzhenwei pi2020-02-071-0/+3
* examples: remove obsolete workaround for mingwDaniel P. Berrangé2020-02-042-29/+0
* src: replace verify(expr) with G_STATIC_ASSERT(expr)Daniel P. Berrangé2020-01-171-6/+6
* examples: remove unneeded labelsDaniel Henrique Barboza2020-01-072-35/+15
* Add 'backup' block job typePeter Krempa2019-12-101-0/+3
* suspend.c: remove unneeded cleanup labelDaniel Henrique Barboza2019-11-121-6/+3
* examples: Use G_N_ELEMENTS instead of ARRAY_CARDINALITYJán Tomko2019-10-151-13/+13
* examples: use G_GNUC_UNUSEDJán Tomko2019-10-151-70/+70
* nwfilter: move standard XML configs out of examples dirDaniel P. Berrangé2019-08-1919-226/+0
* examples: Group all C programs togetherAndrea Bolognani2019-06-0316-36/+36
* examples: Rework C examples installationAndrea Bolognani2019-06-031-22/+22
* examples: Organize C examples into categoriesAndrea Bolognani2019-06-039-24/+21
* examples: Move and install shell examplesAndrea Bolognani2019-06-032-1/+8
* examples: Install remaining XML examplesAndrea Bolognani2019-06-031-2/+17
* examples: Install SystemTap examplesAndrea Bolognani2019-06-031-1/+8
* examples: Install Polkit examplesAndrea Bolognani2019-06-031-1/+8
* examples: Install nwfilters without shell scriptingAndrea Bolognani2019-06-031-19/+4
* examples: Drop unnecessary $(mkinstalldirs) callAndrea Bolognani2019-06-031-1/+0
* examples: Move $(WARN_CFLAGS) to $(AM_CFLAGS)Andrea Bolognani2019-06-031-0/+3
* examples: Move $(STATIC_BINARIES) to $(AM_LDFLAGS)Andrea Bolognani2019-06-031-1/+4
* examples: Don't look for headers in $(top_srcdir)Andrea Bolognani2019-06-031-1/+0
* examples: Remove $(WARN_CFLAGS) from $(LDADD)Andrea Bolognani2019-06-031-1/+0
* examples: Reformat $(AM_CPPFLAGS) and $(LDADDS)Andrea Bolognani2019-06-031-5/+11
* examples: Drop object_events_event_test_CFLAGSAndrea Bolognani2019-06-031-3/+0
* examples: Fix installation on WindowsAndrea Bolognani2019-05-171-7/+28
* examples: Install under $(docdir)Andrea Bolognani2019-05-131-0/+11
* examples: Initialize @pos in domtop.cMartin Kletzander2019-04-151-1/+1
* examples: enable all compiler warningsDaniel P. Berrangé2019-04-051-1/+2
* dominfo: make example more usefulDaniel P. Berrangé2019-04-051-11/+14
* domtop: remove unused domain name parameterDaniel P. Berrangé2019-04-051-3/+2
* examples: avoid goto jump over initialization of variableDaniel P. Berrangé2019-04-052-2/+2
* examples: fix 64-bit integer formatting on WindowsDaniel P. Berrangé2019-04-033-6/+12
* configure: Remove --enable-test-coverageCole Robinson2019-03-141-1/+1
* Drop some useless comparisons and checksMichal Privoznik2019-03-071-2/+1
* apparmor: Move static data out of examples/Andrea Bolognani2019-01-107-600/+0
* examples: Work around lack of mingw localtime_r()Eric Blake2019-01-082-2/+10
* examples: Work around lack of mingw sigaction()Eric Blake2019-01-082-13/+8