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
...
*
|
move socket_set_nodelay to osdep.c
MORITA Kazutaka
2013-03-04
1
-0
/
+1
|
/
*
qemu-log: default to stderr for logging output
Peter Maydell
2013-02-26
1
-2
/
+6
*
qemu-log: Remove qemu_log_try_set_file() and its users
Peter Maydell
2013-02-23
1
-8
/
+0
*
iohandler: switch to GPollFD
Stefan Hajnoczi
2013-02-21
1
-2
/
+2
*
host-utils: Use __int128_t for mul[us]64
Richard Henderson
2013-02-17
1
-9
/
+8
*
bitops: Remove routines redundant with host-utils
Richard Henderson
2013-02-16
1
-48
/
+0
*
bitops: Write bitops_flsl in terms of clzl
Richard Henderson
2013-02-16
1
-28
/
+1
*
hbitmap: Use non-bitops ctzl
Richard Henderson
2013-02-16
1
-1
/
+2
*
host-utils: Fix coding style and add comments
Richard Henderson
2013-02-16
1
-18
/
+82
*
host-utils: Add host long specific aliases for clz, ctz, ctpop
Richard Henderson
2013-02-16
1
-0
/
+19
*
qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_items
Peter Maydell
2013-02-16
1
-3
/
+3
*
qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log
Peter Maydell
2013-02-16
1
-4
/
+8
*
qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask
Peter Maydell
2013-02-16
1
-1
/
+1
*
qemu-log: Abstract out "print usage message about valid log categories"
Peter Maydell
2013-02-16
1
-0
/
+5
*
qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename
Peter Maydell
2013-02-16
1
-1
/
+1
*
bswap: Fix width of swap in leul_to_cpu
Richard Henderson
2013-02-06
1
-2
/
+10
*
bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl
Paolo Bonzini
2013-02-02
3
-60
/
+23
*
hbitmap: add assertion on hbitmap_iter_init
Paolo Bonzini
2013-01-25
1
-1
/
+2
*
add hierarchical bitmap data type and test cases
Paolo Bonzini
2013-01-25
1
-0
/
+207
*
host-utils: add ffsl
Paolo Bonzini
2013-01-25
1
-0
/
+26
*
bswap: improve gluing
Blue Swirl
2013-01-17
1
-10
/
+10
*
qemu-option: move standard option definitions out of qemu-config.c
Paolo Bonzini
2013-01-12
1
-5
/
+0
*
bswap: Rewrite cpu_to_<endian><type>u with {ld,st}<type>_<endian>_p
Richard Henderson
2013-01-12
1
-94
/
+53
*
bswap: Rewrite all ld<type>_<endian>_p functions
Richard Henderson
2013-01-12
1
-270
/
+30
*
bswap: Add host endian unaligned access functions
Richard Henderson
2013-01-12
1
-1
/
+50
*
bswap: Tidy base definitions of bswapN
Richard Henderson
2013-01-12
1
-42
/
+30
*
iov: add iov_discard_front/back() to remove data
Stefan Hajnoczi
2013-01-02
1
-0
/
+13
*
Disable semaphores fallback code for OpenBSD
Brad Smith
2012-12-28
1
-1
/
+1
*
fpu: move public header file to include/fpu
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
33
-0
/
+4321
*
qom: move include files to include/qom/
Paolo Bonzini
2012-12-19
5
-1187
/
+2
*
migration: move include files to include/migration/
Paolo Bonzini
2012-12-19
1
-79
/
+0
*
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
stream: fix ratelimit_set_speed
Dietmar Maurer
2012-11-30
1
-1
/
+1
*
virtio-rng: fix typos, comments
Amit Shah
2012-11-26
1
-3
/
+3
*
qom: make object_finalize static
Paolo Bonzini
2012-11-26
1
-9
/
+0
*
qom: make object_delete usable for statically-allocated objects
Paolo Bonzini
2012-11-26
1
-0
/
+9
*
qdev: move bus removal to object_unparent
Paolo Bonzini
2012-11-26
1
-0
/
+11
*
rng-random: add an RNG backend that uses /dev/random (v3)
Anthony Liguori
2012-11-16
1
-0
/
+22
*
rng: add RndBackend abstract object class
Anthony Liguori
2012-11-16
1
-0
/
+93
*
object: add object_property_add_bool (v2)
Anthony Liguori
2012-11-16
1
-0
/
+16
*
cpu: Move thread_id to CPUState
Andreas Färber
2012-10-31
1
-0
/
+1
*
cpus: Pass CPUState to run_on_cpu()
Andreas Färber
2012-10-31
1
-0
/
+10
*
cpus: Pass CPUState to [qemu_]cpu_has_work()
Andreas Färber
2012-10-31
1
-0
/
+10
*
cpu: Move queued_work_{first,last} to CPUState
Andreas Färber
2012-10-31
1
-0
/
+1
*
cpus: Pass CPUState to qemu_cpu_kick()
Andreas Färber
2012-10-31
1
-0
/
+8
*
cpu: Move halt_cond to CPUState
Andreas Färber
2012-10-31
1
-0
/
+1
*
cpus: Pass CPUState to cpu_is_stopped()
Andreas Färber
2012-10-31
1
-0
/
+11
*
cpu: Move stopped field to CPUState
Andreas Färber
2012-10-31
1
-0
/
+2
*
cpu: Move stop field to CPUState
Andreas Färber
2012-10-31
1
-0
/
+2
[prev]
[next]