index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
qemu
Commit message (
Expand
)
Author
Age
Files
Lines
*
qemu-option: Make functions taking Error ** return bool, not void
Markus Armbruster
2020-07-10
1
-8
/
+8
*
Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...
Peter Maydell
2020-07-09
1
-0
/
+2
|
\
|
*
module: qom module support
Gerd Hoffmann
2020-07-07
1
-0
/
+2
*
|
util/qemu-option: Document the get_opt_value() function
Philippe Mathieu-Daudé
2020-07-07
1
-0
/
+13
*
|
fix the prototype of muls64/mulu64
Lijun Pan
2020-07-06
1
-2
/
+2
|
/
*
qdev: Introduce DEFINE_PROP_RESERVED_REGION
Eric Auger
2020-07-03
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-06-26
1
-10
/
+47
|
\
|
*
osdep: Make MIN/MAX evaluate arguments only once
Eric Blake
2020-06-26
1
-10
/
+47
*
|
coroutine: support SafeStack in ucontext backend
Daniele Buono
2020-06-23
1
-0
/
+5
|
/
*
include/qemu: Added tsan.h for annotations.
Robert Foley
2020-06-16
1
-0
/
+71
*
thread: add tsan annotations to QemuSpin
Emilio G. Cota
2020-06-16
1
-3
/
+36
*
thread: add qemu_spin_destroy
Emilio G. Cota
2020-06-16
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-06-13
2
-2
/
+2
|
\
|
*
i386: hvf: Drop HVFX86EmulatorState
Roman Bolshakov
2020-06-12
1
-1
/
+0
|
*
qemu/thread: Mark qemu_thread_exit() with 'noreturn' attribute
Philippe Mathieu-Daudé
2020-06-10
1
-1
/
+1
|
*
qom/object: Move Object typedef to 'qemu/typedefs.h'
Philippe Mathieu-Daudé
2020-06-10
1
-0
/
+1
*
|
qemu-plugin.h: add missing include <stddef.h> to define size_t
Emilio G. Cota
2020-06-08
1
-0
/
+1
|
/
*
qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument const
Philippe Mathieu-Daudé
2020-05-15
1
-1
/
+1
*
qemu/plugin: Move !CONFIG_PLUGIN stubs altogether
Philippe Mathieu-Daudé
2020-05-15
1
-18
/
+15
*
qemu/plugin: Trivial code movement
Philippe Mathieu-Daudé
2020-05-15
1
-16
/
+16
*
acpi: nvdimm: change NVDIMM_UUID_LE to a common macro
Dongjiu Geng
2020-05-14
1
-0
/
+27
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
2020-05-05
1
-1
/
+1
|
\
|
*
chardev: Add macOS to list of OSes that support -chardev serial
Mikhail Gusarov
2020-05-04
1
-1
/
+1
*
|
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2020-05-04
2
-4
/
+5
|
\
\
|
*
|
lockable: fix __COUNTER__ macro to be referenced properly
Daniel Brodsky
2020-05-04
2
-4
/
+5
|
|
/
*
/
move 'typedef Aml' to qemu/types.h
Gerd Hoffmann
2020-05-04
1
-0
/
+1
|
/
*
qemu-img: Move is_valid_option_list() to qemu-img.c and rewrite
Markus Armbruster
2020-04-29
1
-1
/
+0
*
thread.h: Remove trailing semicolons from Coverity qemu_mutex_lock() etc
Peter Maydell
2020-04-14
1
-6
/
+6
*
thread.h: Fix Coverity version of qemu_cond_timedwait()
Peter Maydell
2020-04-14
1
-1
/
+1
*
osdep.h: Drop no-longer-needed Coverity workarounds
Peter Maydell
2020-04-14
1
-14
/
+0
*
linux-user: factor out reading of /proc/self/maps
Alex Bennée
2020-04-07
1
-0
/
+44
*
qemu/atomic.h: add #ifdef guards for stdatomic.h
Alex Bennée
2020-03-27
1
-0
/
+6
*
block/dirty-bitmap: improve _next_dirty_area API
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-11
/
+14
*
block/dirty-bitmap: add _next_dirty API
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-0
/
+13
*
block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-4
/
+3
*
hbitmap: drop meta bitmaps as they are unused
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-21
/
+0
*
hbitmap: unpublish hbitmap_iter_skip_words
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-7
/
+0
*
hbitmap: move hbitmap_iter_next_word to hbitmap.c
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-30
/
+0
*
lockable: add QemuRecMutex support
Stefan Hajnoczi
2020-03-17
1
-2
/
+4
*
lockable: add lock guards
Stefan Hajnoczi
2020-03-17
1
-0
/
+65
*
lockable: add QEMU_MAKE_LOCKABLE_NONNULL
Paolo Bonzini
2020-03-17
1
-2
/
+15
*
util: add util function buffer_zero_avx512()
Robert Hoo
2020-03-16
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-03-11' in...
Peter Maydell
2020-03-11
2
-9
/
+60
|
\
|
*
job: refactor progress to separate object
Vladimir Sementsov-Ogievskiy
2020-03-11
2
-9
/
+60
*
|
qemu/queue.h: clear linked list pointers on remove
Stefan Hajnoczi
2020-03-09
1
-4
/
+15
|
/
*
compiler.h: Don't use compile-time assert when __NO_INLINE__ is defined
Zenghui Yu
2020-02-28
1
-1
/
+1
*
migration: Add support for modules
Juan Quintela
2020-02-28
1
-0
/
+2
*
qemu/bitops.h: Add extract8 and extract16
Yoshinori Sato
2020-02-25
1
-0
/
+38
*
fuzz: add FUZZ_TARGET module type
Alexander Bulekov
2020-02-22
1
-1
/
+3
*
aio-posix: make AioHandler deletion O(1)
Stefan Hajnoczi
2020-02-22
1
-0
/
+3
[next]