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
2015-10-26
Merge remote-tracking branch 'remotes/elmarco/tags/ivshmem-pull-request' into...
Peter Maydell
1
-1
/
+1
2015-10-24
util: const event_notifier_get_fd() argument
Marc-André Lureau
1
-1
/
+1
2015-10-23
block: Add BlockBackendRootState
Max Reitz
1
-0
/
+1
2015-10-22
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20151021' into staging
Peter Maydell
1
-0
/
+1
2015-10-22
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-0
/
+36
2015-10-22
vhost: add migration block if memfd failed
Marc-André Lureau
1
-0
/
+2
2015-10-22
util: add memfd helpers
Marc-André Lureau
1
-0
/
+4
2015-10-22
util: add linux-only memfd fallback
Marc-André Lureau
1
-0
/
+20
2015-10-21
exec: factor out duplicate mmap code
Michael S. Tsirkin
1
-0
/
+10
2015-10-20
util: pull Buffer code out of VNC module
Daniel P. Berrange
1
-0
/
+118
2015-10-20
coroutine: move into libqemuutil.a library
Daniel P. Berrange
2
-0
/
+273
2015-10-20
osdep: add qemu_fork() wrapper for safely handling signals
Daniel P. Berrange
1
-0
/
+16
2015-10-20
sockets: move qapi_copy_SocketAddress into qemu-sockets.c
Daniel P. Berrange
1
-0
/
+4
2015-10-20
sockets: add helpers for creating SocketAddress from a socket
Daniel P. Berrange
1
-0
/
+30
2015-10-19
cpu-exec: Add "nochain" debug flag
Richard Henderson
1
-0
/
+1
2015-10-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+1
2015-10-16
block: Remove bdrv_swap()
Kevin Wolf
1
-6
/
+0
2015-10-12
exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct
Peter Maydell
1
-0
/
+1
2015-10-12
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
1
-0
/
+1
2015-10-12
init/cleanup of netfilter object
Yang Hongyang
1
-0
/
+1
2015-10-08
s/cpu_get_real_ticks/cpu_get_host_ticks/
Christopher Covington
1
-10
/
+10
2015-09-25
typedef: add typedef for QemuOpts
Pavel Dovgalyuk
2
-4
/
+4
2015-09-24
oslib-win32: only provide localtime_r/gmtime_r if missing
Daniel P. Berrange
1
-1
/
+3
2015-09-24
qemu-thread: add a fast path to the Win32 QemuEvent
Paolo Bonzini
1
-0
/
+1
2015-09-19
machine: Eliminate QEMUMachine and qemu_register_machine()
Eduardo Habkost
1
-1
/
+0
2015-09-16
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+1
2015-09-16
monitor: remove target-specific code from monitor.c
Pavel Butsykin
1
-0
/
+1
2015-09-15
host-utils: Add revbit functions
Richard Henderson
1
-0
/
+77
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
4
-59
/
+6
2015-09-09
rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/
Emilio G. Cota
1
-1
/
+1
2015-09-09
remove qemu/tls.h
Paolo Bonzini
1
-52
/
+0
2015-09-07
iohandler: Use aio API
Fam Zheng
1
-2
/
+1
2015-09-07
seqlock: read sequence number atomically
Emilio G. Cota
1
-3
/
+3
2015-09-07
seqlock: add missing 'inline' to seqlock_read_retry
Emilio G. Cota
1
-1
/
+1
2015-09-07
Make pow2ceil() and pow2floor() inline
Peter Maydell
1
-0
/
+33
2015-08-19
qemu-common.h: Move muldiv64() to host-utils.h
Peter Maydell
2
-0
/
+30
2015-08-19
osdep.h: Add header comment
Peter Maydell
1
-0
/
+24
2015-08-19
osdep.h: Move some OS header includes and fixups from qemu-common.h
Peter Maydell
1
-1
/
+48
2015-08-19
compiler.h: Use glue() in QEMU_BUILD_BUG_ON define
Peter Maydell
1
-3
/
+1
2015-08-19
osdep.h: Move some compiler-specific things to compiler.h
Peter Maydell
2
-47
/
+48
2015-08-19
osdep.h: Remove qemu_printf
Peter Maydell
1
-2
/
+0
2015-08-14
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-0
/
+2
2015-08-13
pc: Move PCMachineClass, PCMachineState to qemu/typedefs.h
Eduardo Habkost
1
-0
/
+2
2015-08-05
throttle: refuse bps_max/iops_max without bps/iops
Stefan Hajnoczi
1
-0
/
+2
2015-07-20
timer: rename NSEC_PER_SEC due to Mac OS X header clash
Stefan Hajnoczi
1
-1
/
+1
2015-07-07
crypto: move built-in AES implementation into crypto/
Daniel P. Berrange
1
-68
/
+0
2015-07-06
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-0
/
+27
2015-07-06
Stop including qemu-common.h in memory.h
Peter Maydell
1
-0
/
+17
2015-07-02
timer: Use a single definition of NSEC_PER_SEC for the whole codebase
Alberto Garcia
1
-1
/
+1
2015-07-02
timer: Move NANOSECONDS_PER_SECONDS to timer.h
Alberto Garcia
2
-2
/
+2
[next]