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
...
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-1
/
+0
*
migration: Move the VMStateDescription typedef to typedefs.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+9
*
typedefs: Separate incomplete types and function types
Markus Armbruster
2019-08-16
1
-3
/
+23
*
queue: Drop superfluous #include qemu/atomic.h
Markus Armbruster
2019-08-16
1
-2
/
+0
*
Include generated QAPI headers less
Markus Armbruster
2019-08-16
1
-1
/
+1
*
include: Make headers more self-contained
Markus Armbruster
2019-08-16
3
-1
/
+5
*
bitmap: Add bitmap_copy_with_{src|dst}_offset()
Peter Xu
2019-07-15
1
-0
/
+9
*
include/qemu/atomic.h: Add signal_barrier
Richard Henderson
2019-07-14
1
-0
/
+11
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
10
-10
/
+0
*
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
2019-06-11
1
-0
/
+27
*
util: Add qemu_guest_getrandom and associated routines
Richard Henderson
2019-05-22
1
-0
/
+68
*
Clean up decorations and whitespace around header guards
Markus Armbruster
2019-05-13
1
-1
/
+1
*
Normalize header guard symbol definition.
Markus Armbruster
2019-05-13
3
-3
/
+3
*
Clean up ill-advised or unusual header guards
Markus Armbruster
2019-05-13
2
-5
/
+5
*
Clean up header guards that don't match their file name
Markus Armbruster
2019-05-13
1
-3
/
+3
*
osdep: Fix mingw compilation regarding stdio formats
Cao Jiaxi
2019-05-07
1
-5
/
+5
*
QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targets
Cao Jiaxi
2019-05-07
1
-1
/
+1
*
hw/devices: Move TI touchscreen declarations into a new header
Philippe Mathieu-Daudé
2019-04-29
1
-1
/
+0
*
util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap
Zhang Yi
2019-04-25
1
-1
/
+20
*
include: Move fprintf_function to disas/
Markus Armbruster
2019-04-18
1
-14
/
+0
*
qemu-print: New qemu_fprintf(), qemu_vfprintf()
Markus Armbruster
2019-04-18
1
-0
/
+4
*
qsp: Simplify how qsp_report() prints
Markus Armbruster
2019-04-18
1
-4
/
+2
*
include: Include fprintf-fn.h only where needed
Markus Armbruster
2019-04-18
1
-2
/
+0
*
qemu-print: New qemu_printf(), qemu_vprintf() etc.
Markus Armbruster
2019-04-18
1
-0
/
+19
*
monitor error: Make printf()-like functions return a value
Markus Armbruster
2019-04-18
1
-4
/
+4
*
log: Make glib logging go through QEMU
Christophe Fergeau
2019-04-17
1
-1
/
+2
*
include/qemu/bswap.h: Use __builtin_memcpy() in accessor functions
Peter Maydell
2019-04-09
1
-10
/
+16
*
filemon: fix watch IDs to avoid potential wraparound issues
Daniel P. Berrangé
2019-04-02
1
-8
/
+8
*
hostmem-file: reject invalid pmem file sizes
Stefan Hajnoczi
2019-03-11
1
-0
/
+13
*
tests: qgraph API for the qtest driver framework
Emanuele Giuseppe Esposito
2019-03-07
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190306a'...
Peter Maydell
2019-03-06
1
-0
/
+17
|
\
|
*
bitmap: bitmap_count_one_with_offset
Wei Wang
2019-03-06
1
-0
/
+13
|
*
bitmap: fix bitmap_count_one
Wei Wang
2019-03-06
1
-0
/
+4
*
|
bswap: Fix accessors syntax in comment
Greg Kurz
2019-03-06
1
-4
/
+4
|
/
*
net: Introduce announce timer
Dr. David Alan Gilbert
2019-03-05
1
-0
/
+1
*
authz: delete existing ACL implementation
Daniel P. Berrange
2019-02-26
1
-66
/
+0
*
util: add helper APIs for dealing with inotify in portable manner
Daniel P. Berrangé
2019-02-26
1
-0
/
+128
*
block: enhance QEMUIOVector structure
Vladimir Sementsov-Ogievskiy
2019-02-22
1
-2
/
+62
*
slirp: replace global polling with per-instance & notifier
Marc-André Lureau
2019-02-07
1
-0
/
+15
*
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190206' into staging
Peter Maydell
2019-02-07
1
-1
/
+1
|
\
|
*
tcg: add early clober modifier in atomic16_cmpxchg on aarch64
Catherine Ho
2019-02-06
1
-1
/
+1
*
|
queue: fix QTAILQ_FOREACH_REVERSE_SAFE
Paolo Bonzini
2019-02-05
1
-1
/
+1
|
/
*
mmap-alloc: fix hugetlbfs misaligned length in ppc64
Murilo Opsfelder Araujo
2019-02-04
1
-1
/
+1
*
block: Eliminate the S_1KiB, S_2KiB, ... macros
Markus Armbruster
2019-02-01
1
-73
/
+0
*
uuid: Make qemu_uuid_bswap() take and return a QemuUUID
Peter Maydell
2019-02-01
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2019-01-31' int...
Peter Maydell
2019-01-31
1
-0
/
+16
|
\
|
*
qemu-io: Add generic function for reinitializing optind.
Richard W.M. Jones
2019-01-31
1
-0
/
+16
*
|
Don't talk about the LGPL if the file is licensed under the GPL
Thomas Huth
2019-01-30
1
-6
/
+5
|
/
*
linux-user: Fix compilation with clang 3.4
Thomas Huth
2019-01-22
1
-0
/
+4
[prev]
[next]