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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-04-30
util: add transactions.c
Vladimir Sementsov-Ogievskiy
1
-0
/
+63
2021-04-17
include/qemu/osdep.h: Move system includes to top
Peter Maydell
1
-7
/
+13
2021-04-17
osdep: protect qemu/osdep.h with extern "C"
Paolo Bonzini
2
-1
/
+15
2021-04-17
osdep: include glib-compat.h before other QEMU headers
Paolo Bonzini
1
-1
/
+7
2021-04-12
spapr: rollback 'unplug timeout' for CPU hotunplugs
Daniel Henrique Barboza
1
-8
/
+0
2021-04-01
Merge remote-tracking branch 'remotes/marcandre/tags/for-6.0-pull-request' in...
Peter Maydell
1
-10
/
+0
2021-04-01
yank: Remove dependency on qiochannel
Lukas Straub
1
-10
/
+0
2021-03-31
coroutine-lock: Reimplement CoRwlock to fix downgrade bug
Paolo Bonzini
1
-7
/
+10
2021-03-18
Merge remote-tracking branch 'remotes/stsquad/tags/pull-misc-6.0-updates-1703...
Peter Maydell
1
-44
/
+188
2021-03-17
plugins: Fixes typo in qemu-plugin.h
Yonggang Luo
1
-2
/
+2
2021-03-17
plugins: expand kernel-doc for memory query and instrumentation
Alex Bennée
1
-6
/
+30
2021-03-17
plugins: expand kernel-doc for instruction query and instrumentation
Alex Bennée
1
-2
/
+51
2021-03-17
plugins: expand inline exec kernel-doc documentation.
Alex Bennée
1
-1
/
+11
2021-03-17
plugins: add qemu_plugin_id_t to kernel-doc
Alex Bennée
1
-0
/
+3
2021-03-17
plugins: add qemu_plugin_cb_flags to kernel-doc
Alex Bennée
1
-3
/
+13
2021-03-17
plugins: expand the typedef kernel-docs for translation
Alex Bennée
1
-10
/
+13
2021-03-17
plugins: expand the callback typedef kernel-docs
Alex Bennée
1
-3
/
+22
2021-03-17
plugins: cleanup kernel-doc for qemu_plugin_install
Alex Bennée
1
-6
/
+6
2021-03-17
plugins: expand kernel-doc for qemu_info_t
Alex Bennée
1
-7
/
+15
2021-03-17
plugins: Expose physical addresses instead of device offsets
Aaron Lindsay
1
-7
/
+25
2021-03-16
qemu-timer: allow freeing a NULL timer
Paolo Bonzini
1
-2
/
+4
2021-03-12
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in...
Peter Maydell
1
-0
/
+8
2021-03-10
qemu_timer.c: add timer_deadline_ms() helper
Daniel Henrique Barboza
1
-0
/
+8
2021-03-09
net: Use id_generate() in the network subsystem, too
Thomas Huth
1
-0
/
+1
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
[next]