aboutsummaryrefslogtreecommitdiff
path: root/job-qmp.c
AgeCommit message (Expand)Author
2022-12-14qapi job: Elide redundant has_FOO in generated CMarkus Armbruster
2022-10-07job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito
2022-10-07jobs: group together API calls under the same job lockEmanuele Giuseppe Esposito
2022-10-07jobs: add job lock in find_* functionsEmanuele Giuseppe Esposito
2021-06-25progressmeter: protect with a mutexEmanuele Giuseppe Esposito
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-04-07job: take each job's lock individually in job_txn_applyStefan Reiter
2020-03-11job: refactor progress to separate objectVladimir Sementsov-Ogievskiy
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2018-08-31jobs: canonize Error objectJohn Snow
2018-05-30job: Add error message for failing jobsKevin Wolf
2018-05-23job: Add query-jobs QMP commandKevin Wolf
2018-05-23job: Add lifecycle QMP commandsKevin Wolf