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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-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
2016-02-09
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-61
/
+131
2016-02-09
include/qemu/atomic.h: default to __atomic functions
Alex Bennée
1
-61
/
+131
2016-02-09
iov: avoid memcpy for "simple" iov_from_buf/iov_to_buf
Paolo Bonzini
1
-4
/
+30
2016-02-04
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
1
-0
/
+1
2016-02-03
isa: add an ISA DMA interface, and store it within the ISA bus
Hervé Poussineau
1
-0
/
+1
2016-02-03
trace: convert stderr backend to log
Paolo Bonzini
1
-0
/
+1
2016-02-03
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
1
-59
/
+0
2016-01-21
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+2
2016-01-20
blockdev: Error out on negative throttling option values
Fam Zheng
1
-0
/
+2
2016-01-19
sockets: remove use of QemuOpts from socket_dgram
Daniel P. Berrange
1
-1
/
+0
2016-01-19
sockets: remove use of QemuOpts from header file
Daniel P. Berrange
1
-9
/
+0
2016-01-15
qemu-char: delete send_all/recv_all helper methods
Daniel P. Berrange
1
-2
/
+0
2016-01-13
error: Consistently name Error * objects err, and not errp
Markus Armbruster
1
-1
/
+1
2016-01-11
osdep.h: Include glib-compat.h in osdep.h rather than qemu-common.h
Peter Maydell
1
-0
/
+2
2015-12-18
util: add base64 decoding function
Daniel P. Berrange
1
-0
/
+58
2015-12-18
io: add QIOChannelSocket class
Daniel P. Berrange
1
-0
/
+19
2015-12-17
rcu: optimize rcu_read_lock
Paolo Bonzini
1
-5
/
+1
2015-12-17
user: introduce "-d page"
Paolo Bonzini
1
-0
/
+1
2015-12-17
qemu-log: introduce qemu_log_separate
Paolo Bonzini
1
-0
/
+7
2015-12-17
qapi: Convert QType into QAPI built-in enum type
Eric Blake
1
-0
/
+1
2015-12-04
typedefs: Put them back into alphabetical order
Markus Armbruster
1
-7
/
+6
2015-12-02
util/mmap-alloc: fix hugetlb support on ppc64
Michael S. Tsirkin
1
-0
/
+2
2015-11-25
osdep: Change default value of qemu_hw_version() to "2.5+"
Eduardo Habkost
1
-0
/
+4
2015-11-17
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into s...
Peter Maydell
1
-0
/
+43
2015-11-12
block: Add average I/O queue depth to BlockDeviceTimedStats
Alberto Garcia
1
-0
/
+1
2015-11-12
util: Infrastructure for computing recent averages
Alberto Garcia
1
-0
/
+63
2015-11-10
migration_completion: Take current state
Dr. David Alan Gilbert
1
-0
/
+1
2015-11-10
migrate_init: Call from savevm
Dr. David Alan Gilbert
1
-0
/
+1
[next]