summaryrefslogtreecommitdiff
path: root/src/util/virqemu.c
Commit message (Expand)AuthorAgeFilesLines
* util: Remove unused includesPeng Liang2022-06-161-2/+0
* virBitmapSetBitExpand: Remove return valuePeter Krempa2021-12-101-2/+1
* virQEMUBuildCommandLineJSONRecurse: Error out when array conversion function ...Peter Krempa2021-10-121-1/+7
* virQEMUBuildCommandLineJSONIterate: Simplify logicPeter Krempa2021-10-121-12/+6
* virQEMUBuildDriveCommandlineFromJSON: Open-code in callersPeter Krempa2021-10-121-13/+0
* virQEMUBuildNetdevCommandlineFromJSON: Remove unused formatterPeter Krempa2021-10-121-30/+0
* qemu: command: Format netdev as JSON when QEMU_CAPS_NETDEV_JSON is presentPeter Krempa2021-10-121-1/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-22/+22
* virQEMUBuildCommandLineJSONArrayBitmap: Open code bitmap conversionPeter Krempa2021-04-121-3/+13
* qemu: command: Use JSON for QAPIfied -object directlyPeter Krempa2021-03-231-24/+0
* qemu: monitor: Make wrapping of 'props' of 'object-add' optionalPeter Krempa2021-03-231-24/+10
* qemu: remove support for generating yes|no boolean optionsDaniel P. Berrangé2021-02-161-33/+17
* qemu: use on|off instead of yes|no for -drive boolean propertiesDaniel P. Berrangé2021-02-161-1/+1
* qemu: use on|off instead of yes|no for -object boolean propertiesDaniel P. Berrangé2021-02-161-1/+1
* util: move virQEMUBuildQemuImgKeySecretOpts into storagePavel Hrdina2021-01-061-69/+0
* storage: add support for qcow2 LUKS encryptionDaniel P. Berrangé2020-09-181-6/+17
* Move declarations before statementsJán Tomko2020-08-251-1/+1
* qemu: Move virQEMUFileOpenAs to qemu_domain.cPeter Krempa2020-08-241-130/+0
* qemuOpenFileAs: Move into util/virqemu.cPeter Krempa2020-08-241-0/+130
* src: fix word spell typosFangge Jin2020-07-091-1/+1
* util: eliminate unnecessary labelsLaine Stump2020-07-081-6/+2
* util: use g_auto() for all virBuffersLaine Stump2020-07-081-2/+1
* qemu: Prepare for testing of 'netdev_add' props via qemuxml2argvtestPeter Krempa2020-05-201-1/+8
* virQEMUBuildNetdevCommandlineFromJSON: Prepare for quirky 'guestfwd'Peter Krempa2020-05-201-1/+39
* util: virqemu: Introduce virQEMUBuildNetdevCommandlineFromJSONPeter Krempa2020-05-201-0/+22
* virQEMUBuildCommandLineJSON: Add possibility for using 'on/off' instead of 'y...Peter Krempa2020-05-201-15/+29
* virQEMUBuildCommandLineJSON: Allow skipping certain keysPeter Krempa2020-05-201-9/+21
* virBufferTrim: do not accept lenJán Tomko2020-02-031-1/+1
* util: Do not assume comma after object idHan Han2020-01-241-5/+7
* util: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-4/+2
* util: buffer: Remove virBufferCheckErrorPeter Krempa2019-10-241-3/+0
* Use g_autoptr instead of VIR_AUTOPTRJán Tomko2019-10-161-1/+1
* Use g_autofree instead of VIR_AUTOFREEJán Tomko2019-10-161-2/+2
* util: Fix misaligned arguments and misaligned conditions for [if|while|...]Shi Lei2018-09-241-2/+2
* util: virqemu: Simplify debugging if building QOM object with missing argsPeter Krempa2018-08-211-2/+3
* util: qemu: use VIR_AUTOPTR for aggregate typesSukrit Bhatnagar2018-08-071-3/+1
* util: qemu: use VIR_AUTOFREE instead of VIR_FREE for scalar typesSukrit Bhatnagar2018-08-071-19/+8
* storage: Rename encryption info variable for clarityJohn Ferlan2018-06-261-13/+13
* qemu: Delete old unused code for adding objects to qemuPeter Krempa2018-06-051-22/+0
* util: qemu: Introduce helper for formatting command line from new object propsPeter Krempa2018-06-051-4/+36
* qemu: Rename virQEMUBuildObjectCommandlineFromJSONPeter Krempa2018-06-051-3/+3
* storage_util: Rename virQEMUBuildLuksOptsJohn Ferlan2018-05-151-4/+4
* util: qemu: Don't access virJSONValue directly in virQEMUBuildCommandLineJSON...Peter Krempa2018-04-031-3/+5
* json: Replace access to virJSONValue->type by virJSONValueGetTypePeter Krempa2018-04-031-2/+3
* Revert "util: virqemu: introduce virQEMUBuildBufferEscape"Pavel Hrdina2017-06-121-17/+0
* util: virqemu: introduce virQEMUBuildBufferEscapePavel Hrdina2017-02-241-0/+17
* virjson: Remove const from virJSONValueObjectForeachKeyValueJiri Denemark2016-12-141-8/+8
* util: Remove need for local 'nelems'John Ferlan2016-10-101-2/+1
* virqemu: Reflect return type of virJSONValueArraySize()Michal Privoznik2016-08-041-1/+1
* qemu: command: Add infrastructure for object specified disk sourcesPeter Krempa2016-07-271-0/+21