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
2020-06-16
include/qemu: Added tsan.h for annotations.
Robert Foley
1
-0
/
+71
2020-06-16
thread: add tsan annotations to QemuSpin
Emilio G. Cota
1
-3
/
+36
2020-06-16
thread: add qemu_spin_destroy
Emilio G. Cota
1
-0
/
+3
2020-06-12
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-2
/
+2
2020-06-12
i386: hvf: Drop HVFX86EmulatorState
Roman Bolshakov
1
-1
/
+0
2020-06-10
qemu/thread: Mark qemu_thread_exit() with 'noreturn' attribute
Philippe Mathieu-Daudé
1
-1
/
+1
2020-06-10
qom/object: Move Object typedef to 'qemu/typedefs.h'
Philippe Mathieu-Daudé
1
-0
/
+1
2020-06-08
qemu-plugin.h: add missing include <stddef.h> to define size_t
Emilio G. Cota
1
-0
/
+1
2020-05-15
qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument const
Philippe Mathieu-Daudé
1
-1
/
+1
2020-05-15
qemu/plugin: Move !CONFIG_PLUGIN stubs altogether
Philippe Mathieu-Daudé
1
-18
/
+15
2020-05-15
qemu/plugin: Trivial code movement
Philippe Mathieu-Daudé
1
-16
/
+16
2020-05-14
acpi: nvdimm: change NVDIMM_UUID_LE to a common macro
Dongjiu Geng
1
-0
/
+27
2020-05-05
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
1
-1
/
+1
2020-05-04
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-4
/
+5
2020-05-04
lockable: fix __COUNTER__ macro to be referenced properly
Daniel Brodsky
2
-4
/
+5
2020-05-04
move 'typedef Aml' to qemu/types.h
Gerd Hoffmann
1
-0
/
+1
2020-05-04
chardev: Add macOS to list of OSes that support -chardev serial
Mikhail Gusarov
1
-1
/
+1
2020-04-29
qemu-img: Move is_valid_option_list() to qemu-img.c and rewrite
Markus Armbruster
1
-1
/
+0
2020-04-14
thread.h: Remove trailing semicolons from Coverity qemu_mutex_lock() etc
Peter Maydell
1
-6
/
+6
2020-04-14
thread.h: Fix Coverity version of qemu_cond_timedwait()
Peter Maydell
1
-1
/
+1
2020-04-14
osdep.h: Drop no-longer-needed Coverity workarounds
Peter Maydell
1
-14
/
+0
2020-04-07
linux-user: factor out reading of /proc/self/maps
Alex Bennée
1
-0
/
+44
2020-03-27
qemu/atomic.h: add #ifdef guards for stdatomic.h
Alex Bennée
1
-0
/
+6
2020-03-18
block/dirty-bitmap: improve _next_dirty_area API
Vladimir Sementsov-Ogievskiy
1
-11
/
+14
2020-03-18
block/dirty-bitmap: add _next_dirty API
Vladimir Sementsov-Ogievskiy
1
-0
/
+13
2020-03-18
block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t
Vladimir Sementsov-Ogievskiy
1
-4
/
+3
2020-03-18
hbitmap: drop meta bitmaps as they are unused
Vladimir Sementsov-Ogievskiy
1
-21
/
+0
2020-03-18
hbitmap: unpublish hbitmap_iter_skip_words
Vladimir Sementsov-Ogievskiy
1
-7
/
+0
2020-03-18
hbitmap: move hbitmap_iter_next_word to hbitmap.c
Vladimir Sementsov-Ogievskiy
1
-30
/
+0
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
[next]