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
*
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
*
qemu/queue.h: add QLIST_SAFE_REMOVE()
Stefan Hajnoczi
2020-02-22
1
-0
/
+14
*
rcu_queue: add QSLIST functions
Paolo Bonzini
2020-02-22
2
-2
/
+60
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200221' into...
Peter Maydell
2020-02-21
1
-0
/
+7
|
\
|
*
mem: move nvdimm_device_list to utilities
Shivaprasad G Bhat
2020-02-20
1
-0
/
+7
*
|
linux-user: Use `qemu_log' for strace
Josh Kunz
2020-02-19
1
-0
/
+2
|
/
*
Remove support for CLOCK_MONOTONIC not being defined
Peter Maydell
2020-02-12
1
-4
/
+1
*
seqlock: fix seqlock_write_unlock_impl function
Luc Michel
2020-02-12
1
-2
/
+2
*
Wrapper function to wait on condition for the main loop mutex
Aravinda Prasad
2020-02-03
1
-0
/
+8
*
migration: Simplify get_qlist
Eric Auger
2020-01-29
1
-13
/
+6
*
migration: Support QLIST migration
Eric Auger
2020-01-20
1
-0
/
+39
*
chardev: generate an internal id when none given
Marc-André Lureau
2020-01-07
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/elmarco/tags/dbus-vmstate7-pull-request...
Peter Maydell
2020-01-06
1
-0
/
+19
|
\
|
*
util: add dbus helper unit
Marc-André Lureau
2020-01-06
1
-0
/
+19
*
|
osdep: add qemu_unlink()
Marc-André Lureau
2020-01-02
1
-0
/
+1
|
/
*
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...
Peter Maydell
2019-12-20
1
-8
/
+40
|
\
|
*
Add use of RCU for qemu_logfile.
Robert Foley
2019-12-18
1
-6
/
+35
|
*
qemu_log_lock/unlock now preserves the qemu_logfile handle.
Robert Foley
2019-12-18
1
-3
/
+6
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-12-20
1
-20
/
+32
|
\
\
|
*
|
bitops.h: Silence kernel-doc complaints
Peter Maydell
2019-12-17
1
-20
/
+32
|
|
/
*
/
error: Fix -msg timestamp default
Markus Armbruster
2019-12-18
1
-1
/
+2
|
/
*
Memory: Enable writeback for given memory region
Beata Michalska
2019-12-16
1
-0
/
+1
*
tcg plugins: expose an API version concept
Alex Bennée
2019-11-12
1
-0
/
+19
*
target/arm/cpu64: max cpu: Introduce sve<N> properties
Andrew Jones
2019-11-01
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...
Peter Maydell
2019-10-30
5
-0
/
+699
|
\
|
*
plugin: add qemu_plugin_outs helper
Alex Bennée
2019-10-28
2
-0
/
+7
|
*
plugin: add qemu_plugin_insn_disas helper
Alex Bennée
2019-10-28
1
-0
/
+9
|
*
plugin: expand the plugin_init function to include an info block
Alex Bennée
2019-10-28
1
-2
/
+24
|
*
plugins: implement helpers for resolving hwaddr
Alex Bennée
2019-10-28
2
-0
/
+48
|
*
queue: add QTAILQ_REMOVE_SEVERAL
Emilio G. Cota
2019-10-28
1
-0
/
+10
|
*
plugin: add implementation of the api
Alex Bennée
2019-10-28
1
-3
/
+0
|
*
plugin: add core code
Emilio G. Cota
2019-10-28
1
-0
/
+255
|
*
plugin: add user-facing API
Emilio G. Cota
2019-10-28
1
-0
/
+351
*
|
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...
Peter Maydell
2019-10-28
2
-0
/
+78
|
\
\
|
|
/
|
/
|
|
*
include: Move endof() up from hw/virtio/virtio.h
Max Reitz
2019-10-28
1
-0
/
+7
|
*
util: introduce SharedResource
Vladimir Sementsov-Ogievskiy
2019-10-28
1
-0
/
+71
*
|
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
2019-10-26
1
-2
/
+2
|
/
*
coroutine: Add qemu_co_mutex_assert_locked()
Kevin Wolf
2019-10-25
1
-0
/
+15
*
qemu-coroutine-sleep: introduce qemu_co_sleep_wake
Vladimir Sementsov-Ogievskiy
2019-10-22
1
-2
/
+21
*
util/hbitmap: strict hbitmap_reset
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-0
/
+5
*
rcu: Add automatically released rcu_read_lock variants
Dr. David Alan Gilbert
2019-10-11
1
-0
/
+25
*
qemu/compiler.h: Add qemu_build_not_reached
Richard Henderson
2019-09-25
1
-0
/
+15
*
cputlb: Disable __always_inline__ without optimization
Richard Henderson
2019-09-25
1
-0
/
+11
*
xen / notify: introduce a new XenWatchList abstraction
Paul Durrant
2019-09-24
1
-0
/
+2
*
cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"
Philippe Mathieu-Daudé
2019-09-19
1
-0
/
+2
*
qemu-thread: Add qemu_cond_timedwait
Yury Kotov
2019-09-16
1
-0
/
+19
[next]