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
2020-03-17
lockable: add QemuRecMutex support
Stefan Hajnoczi
1
-2
/
+4
2020-03-17
lockable: add lock guards
Stefan Hajnoczi
1
-0
/
+65
2020-03-17
lockable: add QEMU_MAKE_LOCKABLE_NONNULL
Paolo Bonzini
1
-2
/
+15
2020-03-16
util: add util function buffer_zero_avx512()
Robert Hoo
1
-0
/
+3
2020-03-11
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-03-11' in...
Peter Maydell
2
-9
/
+60
2020-03-11
job: refactor progress to separate object
Vladimir Sementsov-Ogievskiy
2
-9
/
+60
2020-03-09
qemu/queue.h: clear linked list pointers on remove
Stefan Hajnoczi
1
-4
/
+15
2020-02-28
compiler.h: Don't use compile-time assert when __NO_INLINE__ is defined
Zenghui Yu
1
-1
/
+1
2020-02-28
migration: Add support for modules
Juan Quintela
1
-0
/
+2
2020-02-25
qemu/bitops.h: Add extract8 and extract16
Yoshinori Sato
1
-0
/
+38
2020-02-22
fuzz: add FUZZ_TARGET module type
Alexander Bulekov
1
-1
/
+3
2020-02-22
aio-posix: make AioHandler deletion O(1)
Stefan Hajnoczi
1
-0
/
+3
2020-02-22
qemu/queue.h: add QLIST_SAFE_REMOVE()
Stefan Hajnoczi
1
-0
/
+14
2020-02-22
rcu_queue: add QSLIST functions
Paolo Bonzini
2
-2
/
+60
2020-02-21
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200221' into...
Peter Maydell
1
-0
/
+7
2020-02-21
mem: move nvdimm_device_list to utilities
Shivaprasad G Bhat
1
-0
/
+7
2020-02-19
linux-user: Use `qemu_log' for strace
Josh Kunz
1
-0
/
+2
2020-02-12
Remove support for CLOCK_MONOTONIC not being defined
Peter Maydell
1
-4
/
+1
2020-02-12
seqlock: fix seqlock_write_unlock_impl function
Luc Michel
1
-2
/
+2
2020-02-03
Wrapper function to wait on condition for the main loop mutex
Aravinda Prasad
1
-0
/
+8
2020-01-29
migration: Simplify get_qlist
Eric Auger
1
-13
/
+6
2020-01-20
migration: Support QLIST migration
Eric Auger
1
-0
/
+39
2020-01-07
chardev: generate an internal id when none given
Marc-André Lureau
1
-0
/
+1
2020-01-06
Merge remote-tracking branch 'remotes/elmarco/tags/dbus-vmstate7-pull-request...
Peter Maydell
1
-0
/
+19
2020-01-06
util: add dbus helper unit
Marc-André Lureau
1
-0
/
+19
2020-01-02
osdep: add qemu_unlink()
Marc-André Lureau
1
-0
/
+1
2019-12-20
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...
Peter Maydell
1
-8
/
+40
2019-12-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-20
/
+32
2019-12-18
Add use of RCU for qemu_logfile.
Robert Foley
1
-6
/
+35
2019-12-18
qemu_log_lock/unlock now preserves the qemu_logfile handle.
Robert Foley
1
-3
/
+6
2019-12-18
error: Fix -msg timestamp default
Markus Armbruster
1
-1
/
+2
2019-12-17
bitops.h: Silence kernel-doc complaints
Peter Maydell
1
-20
/
+32
2019-12-16
Memory: Enable writeback for given memory region
Beata Michalska
1
-0
/
+1
2019-11-12
tcg plugins: expose an API version concept
Alex Bennée
1
-0
/
+19
2019-11-01
target/arm/cpu64: max cpu: Introduce sve<N> properties
Andrew Jones
1
-0
/
+1
2019-10-30
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...
Peter Maydell
5
-0
/
+699
2019-10-28
plugin: add qemu_plugin_outs helper
Alex Bennée
2
-0
/
+7
2019-10-28
plugin: add qemu_plugin_insn_disas helper
Alex Bennée
1
-0
/
+9
2019-10-28
plugin: expand the plugin_init function to include an info block
Alex Bennée
1
-2
/
+24
2019-10-28
plugins: implement helpers for resolving hwaddr
Alex Bennée
2
-0
/
+48
2019-10-28
queue: add QTAILQ_REMOVE_SEVERAL
Emilio G. Cota
1
-0
/
+10
2019-10-28
plugin: add implementation of the api
Alex Bennée
1
-3
/
+0
2019-10-28
plugin: add core code
Emilio G. Cota
1
-0
/
+255
2019-10-28
plugin: add user-facing API
Emilio G. Cota
1
-0
/
+351
2019-10-28
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...
Peter Maydell
2
-0
/
+78
2019-10-28
include: Move endof() up from hw/virtio/virtio.h
Max Reitz
1
-0
/
+7
2019-10-28
util: introduce SharedResource
Vladimir Sementsov-Ogievskiy
1
-0
/
+71
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
1
-2
/
+2
2019-10-25
coroutine: Add qemu_co_mutex_assert_locked()
Kevin Wolf
1
-0
/
+15
2019-10-22
qemu-coroutine-sleep: introduce qemu_co_sleep_wake
Vladimir Sementsov-Ogievskiy
1
-2
/
+21
[next]