summaryrefslogtreecommitdiffstats
path: root/include/qemu
Commit message (Expand)AuthorAgeFilesLines
* qemu-timer: allow freeing a NULL timerPaolo Bonzini2021-03-161-2/+4
* Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in...Peter Maydell2021-03-121-0/+8
|\
| * qemu_timer.c: add timer_deadline_ms() helperDaniel Henrique Barboza2021-03-091-0/+8
* | net: Use id_generate() in the network subsystem, tooThomas Huth2021-03-091-0/+1
|/
* qemu-config: add error propagation to qemu_config_parsePaolo Bonzini2021-03-061-2/+3
* qemu/int128: Add int128_orRichard Henderson2021-02-181-0/+10
* accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée2021-02-181-0/+4
* exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-181-0/+1
* plugins: add API to return a name for a IO deviceAlex Bennée2021-02-181-0/+6
* bswap.h: Remove unused float-access functionsPeter Maydell2021-02-151-60/+0Star
* job: add .cancel handler for the driverVladimir Sementsov-Ogievskiy2021-02-121-0/+5
* memory: alloc RAM from file at offsetJagannathan Raman2021-02-091-1/+3
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-02-091-0/+1
|\
| * event_notifier: handle initialization failure betterMaxim Levitsky2021-02-081-0/+1
* | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...Peter Maydell2021-02-081-0/+35
|\ \ | |/ |/|
| * migration: introduce UFFD-WP low-level interface helpersAndrey Gruzdev2021-02-081-0/+35
* | Merge remote-tracking branch 'remotes/dg-gitlab/tags/cgs-pull-request' into s...Peter Maydell2021-02-081-0/+1
|\ \ | |/ |/|
| * confidential guest support: Introduce new confidential guest support classDavid Gibson2021-02-081-0/+1
* | utils/fifo8: add VMSTATE_FIFO8_TEST macroMark Cave-Ayland2021-02-071-6/+10
|/
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-051-0/+2
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-051-0/+79
* util/iov: make qemu_iovec_init_extended() honestVladimir Sementsov-Ogievskiy2021-02-031-1/+1
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-02-031-0/+2
|\
| * memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi2021-02-011-0/+2
* | error: rename error_with_timestamp to message_with_timestampStefan Hajnoczi2021-02-011-1/+1
|/
* ptimer: Add new ptimer_set_period_from_clock() functionPeter Maydell2021-01-291-0/+1
* osdep: build with non-working system() functionJoelle van Dyne2021-01-291-0/+12
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20210124' into...Peter Maydell2021-01-251-0/+33
|\
| * util: Add CRC16 (CCITT) calculation routinesBin Meng2021-01-241-0/+33
* | tcg: Toggle page execution for Apple SiliconRoman Bolshakov2021-01-231-0/+28
* | qemu/compiler: Split out qemu_build_not_reached_alwaysRichard Henderson2021-01-221-2/+3
|/
* osdep.h: Remove <sys/signal.h> includeMichael Forney2021-01-201-4/+0Star
* target/arm: Implement an IMPDEF pauth algorithmRichard Henderson2021-01-191-0/+98
* semihosting: Implement SYS_ELAPSED and SYS_TICKFREQKeith Packard2021-01-181-0/+2
* Introduce yank featureLukas Straub2021-01-131-0/+97
* util/qemu-timer: Make timer_free() imply timer_del()Peter Maydell2021-01-081-11/+13
* util: Enhance flush_icache_range with separate data pointerRichard Henderson2021-01-071-2/+13
* util: Extract flush_icache_range to cacheflush.cRichard Henderson2021-01-021-0/+24
* cfi: Initial support for cfi-icall in QEMUDaniele Buono2021-01-021-0/+11
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell2021-01-011-2/+2
|\
| * migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-191-2/+2
* | tcg/optimize: Add fallthrough annotationsThomas Huth2020-12-181-0/+11
|/
* compiler.h: remove QEMU_GNUC_PREREQMarc-André Lureau2020-12-151-11/+0Star
* compiler: remove GNUC checkMarc-André Lureau2020-12-151-7/+1Star
* compiler.h: explicit case for Clang printf attributeMarc-André Lureau2020-12-151-12/+12
* qemu-plugin.h: remove GCC < 4Marc-André Lureau2020-12-151-7/+2Star
* compiler.h: remove GCC < 3 __builtin_expect fallbackMarc-André Lureau2020-12-151-4/+0Star
* qemu/atomic: Drop special case for unsupported compilerPhilippe Mathieu-Daudé2020-12-151-17/+0Star
* plugin: propagate errorsPaolo Bonzini2020-12-151-2/+2
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-12-113-3/+29
|\