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
2022-03-29
main-loop: Disable GLOBAL_STATE_CODE() assertions
Hanna Reitz
1
-1
/
+2
2022-03-29
main-loop: Disable block backend global state assertion on Cocoa
Philippe Mathieu-Daudé
1
-0
/
+13
2022-03-22
error: use GLib to remember the program name
Marc-André Lureau
1
-2
/
+0
2022-03-22
Move HOST_LONG_BITS to compiler.h
Marc-André Lureau
2
-3
/
+5
2022-03-22
Simplify HOST_LONG_BITS
Marc-André Lureau
1
-7
/
+1
2022-03-22
compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATED
Marc-André Lureau
1
-2
/
+0
2022-03-22
compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULT
Marc-André Lureau
2
-4
/
+2
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
7
-29
/
+22
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2022-03-18
util/osdep: Avoid madvise proto on modern Solaris
Andrew Deason
1
-0
/
+8
2022-03-15
osdep: Avoid using Clang-specific __builtin_available()
Philippe Mathieu-Daudé
1
-7
/
+3
2022-03-15
util: add iova_tree_find_iova
Eugenio Pérez
1
-1
/
+19
2022-03-15
util: Add iova_tree_alloc_map
Eugenio Pérez
1
-0
/
+18
2022-03-08
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-0
/
+3
2022-03-08
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...
Peter Maydell
2
-18
/
+61
2022-03-08
Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int...
Peter Maydell
2
-14
/
+3
2022-03-07
Merge remote-tracking branch 'remotes/philmd/tags/abstract-arch-cpu-20220307'...
Peter Maydell
1
-0
/
+2
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
2
-18
/
+61
2022-03-07
9pfs: move qemu_dirent_dup() from osdep -> 9p-util
Christian Schoenebeck
1
-13
/
+0
2022-03-07
9p: linux: Fix a couple Linux assumptions
Keno Fischer
1
-1
/
+3
2022-03-07
block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()
Vladimir Sementsov-Ogievskiy
1
-0
/
+12
2022-03-06
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé
1
-0
/
+1
2022-03-06
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
1
-0
/
+1
2022-03-06
event_notifier: add event_notifier_get_wfd()
Sergio Lopez
1
-0
/
+1
2022-03-06
pcie: Add support for Single Root I/O Virtualization (SR/IOV)
Knut Omang
1
-0
/
+2
2022-03-05
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220304' into...
Peter Maydell
1
-3
/
+17
2022-03-04
tcg/i386: Detect AVX512
Richard Henderson
1
-3
/
+17
2022-03-04
job.h: split function pointers in JobDriver
Emanuele Giuseppe Esposito
1
-0
/
+22
2022-03-04
main loop: macros to mark GS and I/O functions
Emanuele Giuseppe Esposito
1
-0
/
+18
2022-03-04
main-loop.h: introduce qemu_in_main_thread()
Emanuele Giuseppe Esposito
1
-0
/
+24
2022-03-04
rcu: use coroutine TLS macros
Stefan Hajnoczi
1
-3
/
+4
2022-03-04
tls: add macros for coroutine-safe TLS variables
Stefan Hajnoczi
1
-0
/
+165
2022-02-21
include: Move hardware version declarations to new qemu/hw-version.h
Peter Maydell
2
-16
/
+27
2022-02-21
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
Peter Maydell
2
-5
/
+21
2022-02-21
include: Move QEMU_MAP_* constants to mmap-alloc.h
Peter Maydell
2
-25
/
+23
2022-02-21
include: Move qemu_mprotect_*() to new qemu/mprotect.h
Peter Maydell
2
-4
/
+14
2022-02-21
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
2
-82
/
+95
2022-02-17
9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
Vitaly Chikunov
1
-0
/
+13
2022-02-14
util: adjust coroutine pool size to virtio block queue
Hiroki Narukawa
1
-0
/
+10
2022-02-09
plugins: add helper functions for coverage plugins
Ivanov Arkady
1
-0
/
+34
2022-02-01
block/export: Fix vhost-user-blk shutdown with requests in flight
Kevin Wolf
1
-0
/
+5
2022-01-08
qemu/int128: addition of div/rem 128-bit operations
Frédéric Pétrot
1
-0
/
+27
2022-01-07
util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
David Hildenbrand
1
-0
/
+7
2021-12-21
ui/dbus: add chardev backend & interface
Marc-André Lureau
1
-0
/
+5
2021-12-21
option: add g_auto for QemuOpts
Marc-André Lureau
1
-0
/
+2
2021-12-21
ui/dbus: add p2p=on/off option
Marc-André Lureau
1
-0
/
+5
2021-12-21
ui: add a D-Bus display backend
Marc-André Lureau
1
-0
/
+19
2021-11-16
transactions: Invoke clean() after everything else
Hanna Reitz
1
-0
/
+3
2021-11-11
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-0
/
+15
2021-11-10
rcu: Introduce force_rcu notifier
Greg Kurz
1
-0
/
+15
[next]