index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
qemu
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-20
log: Fix qemu_set_log_filename() error handling
Markus Armbruster
1
-1
/
+1
2016-06-20
log: Fix qemu_set_dfilter_ranges() error reporting
Markus Armbruster
1
-1
/
+1
2016-06-17
bitops.h: Implement half-shuffle and half-unshuffle ops
Peter Maydell
1
-0
/
+108
2016-06-16
clean-includes: run it once more
Paolo Bonzini
2
-2
/
+0
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-2
/
+0
2016-06-11
qht: QEMU's fast, resizable and scalable Hash Table
Emilio G. Cota
1
-0
/
+183
2016-06-11
qdist: add module to represent frequency distributions of data
Emilio G. Cota
1
-0
/
+63
2016-06-11
qemu-thread: add simple test-and-set spinlock
Guillaume Delbergue
1
-0
/
+35
2016-06-11
include/processor.h: define cpu_relax()
Emilio G. Cota
1
-0
/
+30
2016-06-11
seqlock: rename write_lock/unlock to write_begin/end
Emilio G. Cota
1
-2
/
+2
2016-06-11
seqlock: remove optional mutex
Emilio G. Cota
1
-9
/
+1
2016-06-11
compiler.h: add QEMU_ALIGNED() to enforce struct alignment
Emilio G. Cota
1
-0
/
+2
2016-06-07
host-utils: Prefer 'false' for bool type
Eric Blake
1
-1
/
+1
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
2
-2
/
+0
2016-06-07
hw: Clean up includes
Peter Maydell
1
-1
/
+0
2016-05-29
atomics: do not emit consume barrier for atomic_rcu_read
Emilio G. Cota
1
-2
/
+12
2016-05-29
atomics: emit an smp_read_barrier_depends() barrier only for Alpha and Thread...
Emilio G. Cota
1
-0
/
+11
2016-05-26
migration: delete QEMUSizedBuffer struct
Daniel P. Berrange
1
-1
/
+0
2016-05-23
osdep: Move default qemu_hw_version() value to a macro
Eduardo Habkost
1
-0
/
+9
2016-05-23
exec.c: Ensure right alignment also for file backed ram
Dominik Dingel
1
-0
/
+13
2016-05-19
include: poison symbols in osdep.h
Paolo Bonzini
1
-0
/
+2
2016-05-19
log: do not use CONFIG_USER_ONLY
Paolo Bonzini
1
-15
/
+2
2016-05-19
include: move CPU-related definitions out of qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-05-18
Fix some typos found by codespell
Stefan Weil
1
-1
/
+1
2016-05-12
include/qemu/osdep.h: Add macros for pointer alignment
Sergey Fedorov
1
-0
/
+11
2016-05-12
include/qemu/osdep.h: Add a macro to check for alignment
Sergey Fedorov
1
-0
/
+3
2016-05-12
FIFO: Add a FIFO32 implementation
Jean-Christophe DUBOIS
1
-0
/
+191
2016-04-22
event-notifier: Add "is_external" parameter
Fam Zheng
1
-1
/
+3
2016-04-22
iohandler: Introduce iohandler_get_aio_context
Fam Zheng
1
-0
/
+1
2016-04-13
move const_le{16, 23} to qemu/bswap.h, add comment
Gerd Hoffmann
1
-0
/
+19
2016-04-05
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-24
/
+34
2016-04-05
include/qemu/atomic: add compile time asserts
Alex Bennée
1
-24
/
+34
2016-03-31
log: move qemu_log_close/qemu_log_flush from header to log.c
Denis V. Lunev
1
-17
/
+5
2016-03-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
15
-23
/
+326
2016-03-22
qemu-log: dfilter-ise exec, out_asm, op and opt_op
Alex Bennée
1
-0
/
+15
2016-03-22
qemu-log: new option -dfilter to limit output
Alex Bennée
1
-0
/
+2
2016-03-22
qemu-log: Avoid function call for disabled qemu_log_mask logging
Peter Maydell
1
-3
/
+10
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
6
-0
/
+246
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
1
-7
/
+2
2016-03-22
Move QEMU_ALIGN_*() from qemu-common.h to qemu/osdep.h
Markus Armbruster
1
-0
/
+6
2016-03-22
Move HOST_LONG_BITS from qemu-common.h to qemu/osdep.h
Markus Armbruster
2
-4
/
+11
2016-03-22
hw/pci/pci.h: Don't include qemu-common.h
Markus Armbruster
1
-0
/
+1
2016-03-22
include/qemu/iov.h: Don't include qemu-common.h
Markus Armbruster
1
-2
/
+28
2016-03-22
Clean up includes some more
Markus Armbruster
1
-1
/
+0
2016-03-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
3
-3
/
+0
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2
-4
/
+6
2016-03-22
Include setjmp.h in qemu/osdep.h (bug fix for w64)
Stefan Weil
1
-0
/
+3
2016-03-16
module: Rename machine_init() to opts_init()
Eduardo Habkost
1
-2
/
+2
2016-03-15
icount: decouple warp calls
Pavel Dovgalyuk
1
-4
/
+3
2016-03-14
typedefs: Add BdrvDirtyBitmap
Fam Zheng
1
-0
/
+1
[next]