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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
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
2016-03-10
osdep: add wrappers for socket functions
Daniel P. Berrange
1
-14
/
+0
2016-03-10
osdep: fix socket_error() to work with Mingw64
Daniel P. Berrange
1
-3
/
+0
2016-03-01
typedefs: Add CPUState
Lluís Vilanova
1
-0
/
+1
2016-02-25
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-6
/
+0
2016-02-23
include: Clean up includes
Peter Maydell
24
-54
/
+0
2016-02-23
osdep.h: Include config-target.h if NEED_CPU_H is defined
Peter Maydell
1
-0
/
+3
2016-02-23
osdep.h: Define macros for the benefit of C++ before C++11
Peter Maydell
1
-0
/
+14
2016-02-22
log: Redirect stderr to logfile if deamonized
Dimitris Aragiorgis
1
-6
/
+0
2016-02-22
throttle: Add support for burst periods
Alberto Garcia
1
-5
/
+36
2016-02-22
throttle: Use throttle_config_init() to initialize ThrottleConfig
Alberto Garcia
1
-0
/
+2
2016-02-22
throttle: Merge all functions that check the configuration into one
Alberto Garcia
1
-4
/
+0
2016-02-22
throttle: Make throttle_is_valid() set errp
Alberto Garcia
1
-1
/
+1
2016-02-22
throttle: Make throttle_max_is_missing_limit() set errp
Alberto Garcia
1
-1
/
+1
2016-02-22
throttle: Make throttle_conflicting() set errp
Alberto Garcia
1
-1
/
+1
2016-02-22
throttle: Make throttle_compute_timer() static
Alberto Garcia
1
-6
/
+0
2016-02-19
osdep.h: Remove int_fast*_t Solaris compatibility code
Peter Maydell
1
-7
/
+0
2016-02-16
oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.h
Peter Maydell
1
-0
/
+11
2016-02-16
build: Don't redefine 'inline'
Eric Blake
1
-12
/
+0
[next]