index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
qemu
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-06
qemu-config: add error propagation to qemu_config_parse
Paolo Bonzini
1
-2
/
+3
2021-02-18
qemu/int128: Add int128_or
Richard Henderson
1
-0
/
+10
2021-02-18
accel/tcg: allow plugin instrumentation to be disable via cflags
Alex Bennée
1
-0
/
+4
2021-02-18
exec: Move TranslationBlock typedef to qemu/typedefs.h
Richard Henderson
1
-0
/
+1
2021-02-18
plugins: add API to return a name for a IO device
Alex Bennée
1
-0
/
+6
2021-02-15
bswap.h: Remove unused float-access functions
Peter Maydell
1
-60
/
+0
2021-02-12
job: add .cancel handler for the driver
Vladimir Sementsov-Ogievskiy
1
-0
/
+5
2021-02-09
memory: alloc RAM from file at offset
Jagannathan Raman
1
-1
/
+3
2021-02-09
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-0
/
+1
2021-02-08
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...
Peter Maydell
1
-0
/
+35
2021-02-08
event_notifier: handle initialization failure better
Maxim Levitsky
1
-0
/
+1
2021-02-08
migration: introduce UFFD-WP low-level interface helpers
Andrey Gruzdev
1
-0
/
+35
2021-02-08
Merge remote-tracking branch 'remotes/dg-gitlab/tags/cgs-pull-request' into s...
Peter Maydell
1
-0
/
+1
2021-02-08
confidential guest support: Introduce new confidential guest support class
David Gibson
1
-0
/
+1
2021-02-07
utils/fifo8: add VMSTATE_FIFO8_TEST macro
Mark Cave-Ayland
1
-6
/
+10
2021-02-05
accel: replace struct CpusAccel with AccelOpsClass
Claudio Fontana
1
-0
/
+2
2021-02-05
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
1
-0
/
+79
2021-02-03
util/iov: make qemu_iovec_init_extended() honest
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-02-03
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...
Peter Maydell
1
-0
/
+2
2021-02-01
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi
1
-0
/
+2
2021-02-01
error: rename error_with_timestamp to message_with_timestamp
Stefan Hajnoczi
1
-1
/
+1
2021-01-29
ptimer: Add new ptimer_set_period_from_clock() function
Peter Maydell
1
-0
/
+1
2021-01-29
osdep: build with non-working system() function
Joelle van Dyne
1
-0
/
+12
2021-01-25
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20210124' into...
Peter Maydell
1
-0
/
+33
2021-01-24
util: Add CRC16 (CCITT) calculation routines
Bin Meng
1
-0
/
+33
2021-01-23
tcg: Toggle page execution for Apple Silicon
Roman Bolshakov
1
-0
/
+28
2021-01-22
qemu/compiler: Split out qemu_build_not_reached_always
Richard Henderson
1
-2
/
+3
2021-01-20
osdep.h: Remove <sys/signal.h> include
Michael Forney
1
-4
/
+0
2021-01-19
target/arm: Implement an IMPDEF pauth algorithm
Richard Henderson
1
-0
/
+98
2021-01-18
semihosting: Implement SYS_ELAPSED and SYS_TICKFREQ
Keith Packard
1
-0
/
+2
2021-01-13
Introduce yank feature
Lukas Straub
1
-0
/
+97
2021-01-08
util/qemu-timer: Make timer_free() imply timer_del()
Peter Maydell
1
-11
/
+13
2021-01-07
util: Enhance flush_icache_range with separate data pointer
Richard Henderson
1
-2
/
+13
2021-01-02
util: Extract flush_icache_range to cacheflush.c
Richard Henderson
1
-0
/
+24
2021-01-02
cfi: Initial support for cfi-icall in QEMU
Daniele Buono
1
-0
/
+11
2021-01-01
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...
Peter Maydell
1
-2
/
+2
2020-12-19
migration: Replace migration's JSON writer by the general one
Markus Armbruster
1
-2
/
+2
2020-12-18
tcg/optimize: Add fallthrough annotations
Thomas Huth
1
-0
/
+11
2020-12-15
compiler.h: remove QEMU_GNUC_PREREQ
Marc-André Lureau
1
-11
/
+0
2020-12-15
compiler: remove GNUC check
Marc-André Lureau
1
-7
/
+1
2020-12-15
compiler.h: explicit case for Clang printf attribute
Marc-André Lureau
1
-12
/
+12
2020-12-15
qemu-plugin.h: remove GCC < 4
Marc-André Lureau
1
-7
/
+2
2020-12-15
compiler.h: remove GCC < 3 __builtin_expect fallback
Marc-André Lureau
1
-4
/
+0
2020-12-15
qemu/atomic: Drop special case for unsupported compiler
Philippe Mathieu-Daudé
1
-17
/
+0
2020-12-15
plugin: propagate errors
Paolo Bonzini
1
-2
/
+2
2020-12-11
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
3
-3
/
+29
2020-12-10
config-file: move -set implementation to vl.c
Paolo Bonzini
1
-1
/
+0
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
1
-0
/
+28
2020-12-10
qemu-option: restrict qemu_opts_set to merge-lists QemuOpts
Paolo Bonzini
1
-2
/
+1
2020-12-10
Clean up includes
Markus Armbruster
1
-1
/
+0
[next]