summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | target/arm: Add is_secure parameter to do_ats_writeRichard Henderson2022-10-101-5/+14
| * | | | target/arm: Merge regime_is_secure into get_phys_addrRichard Henderson2022-10-102-44/+42Star
| * | | | target/arm: Add TBFLAG_M32.SECURERichard Henderson2022-10-103-2/+7
| * | | | target/arm: Add is_secure parameter to v7m_read_half_insnRichard Henderson2022-10-101-5/+4Star
| * | | | target/arm: Split out get_phys_addr_with_secureRichard Henderson2022-10-102-29/+55
| * | | | target/arm: Add is_secure parameter to regime_translation_disabledRichard Henderson2022-10-101-9/+11
| * | | | target/arm: Fix S2 disabled check in S1_ptw_translateRichard Henderson2022-10-101-3/+3
| * | | | target/arm: Add is_secure parameter to get_phys_addr_lpaeRichard Henderson2022-10-101-10/+10
| * | | | target/arm: Make the final stage1+2 write to secure be unconditionalRichard Henderson2022-10-101-11/+10Star
| * | | | target/arm: Split s2walk_secure from ipa_secure in get_phys_addrRichard Henderson2022-10-101-9/+9
| * | | | docs/nuvoton: Update URL for imagesJoel Stanley2022-10-101-2/+2
| * | | | target/arm: allow setting SCR_EL3.EnTP2 when FEAT_SME is implementedJerome Forissier2022-10-102-28/+31
| * | | | target/arm/kvm: Retry KVM_CREATE_VM call if it fails EINTRPeter Maydell2022-10-101-1/+3
| |/ / /
* | | | Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2022-10-1244-787/+1237
|\ \ \ \ | |_|_|/ |/| | |
| * | | file-posix: Remove unused s->discard_zeroesKevin Wolf2022-10-071-9/+0Star
| * | | job: remove unused functionsEmanuele Giuseppe Esposito2022-10-073-175/+46Star
| * | | blockjob: remove unused functionsEmanuele Giuseppe Esposito2022-10-072-33/+14Star
| * | | block_job_query: remove atomic readEmanuele Giuseppe Esposito2022-10-071-1/+1
| * | | job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito2022-10-079-203/+72Star
| * | | job.h: categorize JobDriver callbacks that need the AioContext lockEmanuele Giuseppe Esposito2022-10-071-2/+25
| * | | blockjob: protect iostatus field in BlockJob structEmanuele Giuseppe Esposito2022-10-072-3/+8
| * | | blockjob: rename notifier callbacks as _lockedEmanuele Giuseppe Esposito2022-10-071-10/+15
| * | | blockjob.h: categorize fields in struct BlockJobEmanuele Giuseppe Esposito2022-10-071-6/+26
| * | | jobs: protect job.aio_context with BQL and job_mutexEmanuele Giuseppe Esposito2022-10-074-4/+35
| * | | job: detect change of aiocontext within job coroutinePaolo Bonzini2022-10-071-2/+17
| * | | jobs: group together API calls under the same job lockEmanuele Giuseppe Esposito2022-10-076-34/+63
| * | | block/mirror.c: use of job helpers in driversEmanuele Giuseppe Esposito2022-10-071-4/+9
| * | | jobs: use job locks also in the unit testsEmanuele Giuseppe Esposito2022-10-074-83/+140
| * | | jobs: add job lock in find_* functionsEmanuele Giuseppe Esposito2022-10-072-38/+86
| * | | blockjob: introduce block_job _locked() APIsEmanuele Giuseppe Esposito2022-10-072-10/+60
| * | | job: move and update comments from blockjob.cEmanuele Giuseppe Esposito2022-10-072-20/+16Star
| * | | job.c: add job_lock/unlock while keeping job.h intactEmanuele Giuseppe Esposito2022-10-072-187/+561
| * | | aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKEDEmanuele Giuseppe Esposito2022-10-071-4/+13
| * | | job.c: API functions not used outside should be staticEmanuele Giuseppe Esposito2022-10-072-21/+19Star
| * | | job.h: categorize fields in struct JobEmanuele Giuseppe Esposito2022-10-071-25/+36
| * | | job.c: make job_mutex and job_lock/unlock() publicEmanuele Giuseppe Esposito2022-10-072-12/+47
| * | | quorum: Remove unnecessary forward declarationKevin Wolf2022-10-071-2/+0Star
| * | | test-coroutine: add missing coroutine_fn annotationsMarc-André Lureau2022-10-071-1/+1
| * | | migration: add missing coroutine_fn annotationsMarc-André Lureau2022-10-071-1/+2
| * | | 9p: add missing coroutine_fn annotationsMarc-André Lureau2022-10-071-3/+6
| * | | raw-format: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-1/+2
| * | | coroutine-lock: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-7/+7
| * | | job: add missing coroutine_fn annotationsPaolo Bonzini2022-10-072-2/+2
| * | | vmdk: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-10/+12
| * | | throttle: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-1/+1
| * | | quorum: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-17/+19
| * | | qed: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-2/+2
| * | | curl: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-1/+1
| * | | copy-before-write: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-4/+5
| * | | qcow2: add missing coroutine_fn annotationsPaolo Bonzini2022-10-074-19/+24