aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2021-03-12Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in...Peter Maydell1-0/+8
2021-03-10qemu_timer.c: add timer_deadline_ms() helperDaniel Henrique Barboza1-0/+8
2021-03-09net: Use id_generate() in the network subsystem, tooThomas Huth1-0/+1
2021-03-06qemu-config: add error propagation to qemu_config_parsePaolo Bonzini1-2/+3
2021-02-18qemu/int128: Add int128_orRichard Henderson1-0/+10
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée1-0/+4
2021-02-18exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson1-0/+1
2021-02-18plugins: add API to return a name for a IO deviceAlex Bennée1-0/+6
2021-02-15bswap.h: Remove unused float-access functionsPeter Maydell1-60/+0
2021-02-12job: add .cancel handler for the driverVladimir Sementsov-Ogievskiy1-0/+5
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman1-1/+3
2021-02-09Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-0/+1
2021-02-08Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...Peter Maydell1-0/+35
2021-02-08event_notifier: handle initialization failure betterMaxim Levitsky1-0/+1
2021-02-08migration: introduce UFFD-WP low-level interface helpersAndrey Gruzdev1-0/+35
2021-02-08Merge remote-tracking branch 'remotes/dg-gitlab/tags/cgs-pull-request' into s...Peter Maydell1-0/+1
2021-02-08confidential guest support: Introduce new confidential guest support classDavid Gibson1-0/+1
2021-02-07utils/fifo8: add VMSTATE_FIFO8_TEST macroMark Cave-Ayland1-6/+10
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana1-0/+2
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana1-0/+79
2021-02-03util/iov: make qemu_iovec_init_extended() honestVladimir Sementsov-Ogievskiy1-1/+1
2021-02-03Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell1-0/+2
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi1-0/+2
2021-02-01error: rename error_with_timestamp to message_with_timestampStefan Hajnoczi1-1/+1
2021-01-29ptimer: Add new ptimer_set_period_from_clock() functionPeter Maydell1-0/+1
2021-01-29osdep: build with non-working system() functionJoelle van Dyne1-0/+12
2021-01-25Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20210124' into...Peter Maydell1-0/+33
2021-01-24util: Add CRC16 (CCITT) calculation routinesBin Meng1-0/+33
2021-01-23tcg: Toggle page execution for Apple SiliconRoman Bolshakov1-0/+28
2021-01-22qemu/compiler: Split out qemu_build_not_reached_alwaysRichard Henderson1-2/+3
2021-01-20osdep.h: Remove <sys/signal.h> includeMichael Forney1-4/+0
2021-01-19target/arm: Implement an IMPDEF pauth algorithmRichard Henderson1-0/+98
2021-01-18semihosting: Implement SYS_ELAPSED and SYS_TICKFREQKeith Packard1-0/+2
2021-01-13Introduce yank featureLukas Straub1-0/+97
2021-01-08util/qemu-timer: Make timer_free() imply timer_del()Peter Maydell1-11/+13
2021-01-07util: Enhance flush_icache_range with separate data pointerRichard Henderson1-2/+13
2021-01-02util: Extract flush_icache_range to cacheflush.cRichard Henderson1-0/+24
2021-01-02cfi: Initial support for cfi-icall in QEMUDaniele Buono1-0/+11
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell1-2/+2
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster1-2/+2
2020-12-18tcg/optimize: Add fallthrough annotationsThomas Huth1-0/+11
2020-12-15compiler.h: remove QEMU_GNUC_PREREQMarc-André Lureau1-11/+0
2020-12-15compiler: remove GNUC checkMarc-André Lureau1-7/+1
2020-12-15compiler.h: explicit case for Clang printf attributeMarc-André Lureau1-12/+12
2020-12-15qemu-plugin.h: remove GCC < 4Marc-André Lureau1-7/+2
2020-12-15compiler.h: remove GCC < 3 __builtin_expect fallbackMarc-André Lureau1-4/+0
2020-12-15qemu/atomic: Drop special case for unsupported compilerPhilippe Mathieu-Daudé1-17/+0
2020-12-15plugin: propagate errorsPaolo Bonzini1-2/+2
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell3-3/+29
2020-12-10config-file: move -set implementation to vl.cPaolo Bonzini1-1/+0