summaryrefslogtreecommitdiff
path: root/src/qemu/qemu_qapi.c
Commit message (Expand)AuthorAgeFilesLines
* qemu: Update format strings in translated messagesJiri Denemark2023-04-011-2/+2
* qemu: Remove unused includesPeng Liang2022-06-161-2/+0
* virQEMUQAPISchemaTraverseEnum: Allow query of enume type featuresPeter Krempa2021-11-011-4/+22
* virQEMUQAPISchemaTraverseEnum: Use the modern 'members' arrayPeter Krempa2021-11-011-0/+17
* virQEMUQAPISchemaTraverseEnum: Move helper variables into loopPeter Krempa2021-11-011-2/+3
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-24/+24
* virQEMUQAPISchemaTraverse: Fix quoting in commentPeter Krempa2021-03-231-1/+1
* Replace virStringSplit with g_strsplitPeter Krempa2021-02-111-1/+1
* lib: Replace VIR_AUTOSTRINGLIST with GStrvMichal Privoznik2020-12-021-1/+1
* util: hash: Retire 'virHashTable' in favor of 'GHashTable'Peter Krempa2020-11-061-7/+7
* Replace all instances of 'virHashCreate' with 'virHashNew'Peter Krempa2020-10-221-1/+1
* src: fix misc spelling errors reported by codespellDaniel P. Berrangé2020-10-051-2/+2
* src: fix word spell typosFangge Jin2020-07-091-2/+2
* use g_ascii_isalpha instead of c_isalpha from gnulibPavel Hrdina2019-12-101-4/+2
* qemu: qapi: Add support for command featuresPeter Krempa2019-11-221-0/+15
* Remove all usage of VIR_RETURN_PTRJán Tomko2019-10-161-1/+1
* Use g_autoptr instead of VIR_AUTOPTRJán Tomko2019-10-161-2/+2
* Use G_N_ELEMENTS instead of ARRAY_CARDINALITYJán Tomko2019-10-151-1/+1
* qemu: use G_GNUC_UNUSEDJán Tomko2019-10-151-1/+1
* qemu: qapi: Limit traversal depth for QAPI schema queriesPeter Krempa2019-09-061-0/+17
* qemu: qapi: Implement support for 'features'Peter Krempa2019-06-201-0/+43
* qemu: qapi: Implement worker for introspecting alternate typesPeter Krempa2019-05-061-2/+32
* qemu: qapi: Implement worker for introspecting builtin typesPeter Krempa2019-05-061-1/+30
* qemu: qapi: Implement worker for introspecting enumsPeter Krempa2019-05-061-1/+41
* qemu: qapi: Prepare for extension of virQEMUQAPISchemaPathGet docsPeter Krempa2019-05-061-7/+16
* qemu: qapi: Report schema and user errors for QAPI queriesPeter Krempa2019-05-061-8/+29
* qemu: qapi: Use declarative approach for meta-type parsers in virQEMUQAPISche...Peter Krempa2019-05-061-10/+21
* qemu: qapi: Add helpers for virQEMUQAPISchemaTraverseContextPeter Krempa2019-05-061-11/+35
* qemu: qapi: Rename local vars in virQEMUQAPISchemaTraverseObjectPeter Krempa2019-05-061-5/+5
* qemu: qapi: Convert arguments of QAPI traversal helpers to a structPeter Krempa2019-05-061-30/+37
* qemu: qapi: Optimize out some helper functionsPeter Krempa2019-05-061-39/+6
* qemu: qapi: Separate virQEMUQAPISchemaTraverse into functions by object typePeter Krempa2019-05-061-39/+78
* qemu: qapi: Convert virQEMUQAPISchemaTraverse to recursive lookupPeter Krempa2019-05-061-45/+43
* qemu: qapi: Modify values returned by virQEMUQAPISchemaPathGetPeter Krempa2019-05-061-16/+10
* qemu: qapi: Return schema entry via argument in virQEMUQAPISchemaTraversePeter Krempa2019-05-061-13/+17
* qemu: qapi: Fix return value of impossible case in virQEMUQAPISchemaTraversePeter Krempa2019-05-061-1/+1
* qemu: qapi: Use automatic memory cleanupPeter Krempa2019-05-061-14/+7
* qemu: qapi: Allow selecting specifically optional schema entries in virQEMUQA...Peter Krempa2018-08-241-5/+14
* qemu: qapi: Split up virQEMUQAPISchemaObjectGetTypePeter Krempa2018-08-241-11/+42
* qemu: qapi: Simplify value handling in virQEMUQAPISchemaTraversePeter Krempa2018-08-241-3/+16
* qemu: qapi: Return correct entry in virQEMUQAPISchemaTraversePeter Krempa2018-03-231-2/+2
* qemu: monitor: Move processing of QMP schema to the new filePeter Krempa2018-03-231-0/+50
* qemu: qapi: Fix naming of moved functionsPeter Krempa2018-03-231-22/+22
* qemu: caps: Move QAPI schema related code into separate filePeter Krempa2018-03-231-0/+187