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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-07
Make pow2ceil() and pow2floor() inline
Peter Maydell
1
-23
/
+0
2015-09-07
Remove unused qemu_fls function
Peter Maydell
1
-5
/
+0
2015-09-04
qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOpts
Bo Tu
1
-0
/
+5
2015-08-18
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-13
/
+35
2015-08-14
rcu: Allow calling rcu_(un)register_thread() during synchronize_rcu()
Wen Congyang
1
-13
/
+35
2015-08-05
throttle: refuse bps_max/iops_max without bps/iops
Stefan Hajnoczi
1
-0
/
+15
2015-07-24
rcu: actually register threads that have RCU read-side critical sections
Paolo Bonzini
1
-0
/
+2
2015-07-20
timer: rename NSEC_PER_SEC due to Mac OS X header clash
Stefan Hajnoczi
1
-2
/
+2
2015-07-07
crypto: move built-in AES implementation into crypto/
Daniel P. Berrange
2
-1653
/
+1
2015-07-06
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-7
/
+7
2015-07-02
timer: Use a single definition of NSEC_PER_SEC for the whole codebase
Alberto Garcia
1
-2
/
+2
2015-06-26
cutils: allow compilation with icc
Artyom Tarasenko
1
-7
/
+7
2015-06-25
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-1
/
+26
2015-06-23
util/qemu-sockets: improve ai_flag hints for ipv6 hosts
Wolfgang Bumiller
1
-3
/
+6
2015-06-23
iov: don't touch iov in iov_send_recv()
Wen Congyang
1
-1
/
+13
2015-06-23
util/hbitmap: Add an API to reset all set bits in hbitmap
Wen Congyang
1
-0
/
+13
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-1
/
+0
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
2
-0
/
+2
2015-06-22
qmp: Wean off qerror_report()
Markus Armbruster
1
-2
/
+2
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-10
/
+12
2015-06-22
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
1
-6
/
+19
2015-06-22
qobject: Use 'bool' for qbool
Eric Blake
1
-1
/
+1
2015-06-12
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-33
/
+48
2015-06-12
throttle: Update throttle infrastructure copyright
Alberto Garcia
1
-3
/
+5
2015-06-12
throttle: Extract timers from ThrottleState into a separate structure
BenoƮt Canet
1
-30
/
+43
2015-06-12
event-notifier: Always return 0 for posix implementation
Fam Zheng
1
-1
/
+2
2015-06-12
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
Fam Zheng
1
-5
/
+3
2015-06-10
QemuOpts: increase number of vm_config_groups
Gerd Hoffmann
1
-1
/
+1
2015-06-09
QemuOpts: Convert qemu_opt_foreach() to Error
Markus Armbruster
2
-5
/
+9
2015-06-09
QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure
Markus Armbruster
2
-7
/
+12
2015-06-09
QemuOpts: Convert qemu_opts_foreach() to Error
Markus Armbruster
2
-5
/
+7
2015-06-08
QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure
Markus Armbruster
2
-8
/
+15
2015-06-05
bitmap: add atomic test and clear
Stefan Hajnoczi
1
-0
/
+45
2015-06-05
bitmap: add atomic set functions
Stefan Hajnoczi
1
-0
/
+38
2015-06-03
util: socket: Add missing localaddr and localport option for DGRAM socket
Peter Krempa
1
-0
/
+6
2015-05-22
util: allow \n to terminate password input
Daniel P. Berrange
1
-1
/
+2
2015-05-22
util: move read_password method out of qemu-img into osdep/oslib
Daniel P. Berrange
2
-0
/
+90
2015-05-20
qemu-sockets: Report explicit error if unlink fails
Cole Robinson
1
-1
/
+6
2015-04-30
util: Remove unused functions
Thomas Huth
2
-85
/
+0
2015-04-30
qemu-config: remove stray inclusions of hw/ files
Paolo Bonzini
1
-2
/
+0
2015-04-28
block: Resize bitmaps on bdrv_truncate
John Snow
1
-0
/
+48
2015-04-28
hbitmap: add hbitmap_merge
John Snow
1
-0
/
+33
2015-04-28
hbitmap: cache array lengths
John Snow
1
-0
/
+4
2015-04-27
qemu-config: Accept empty option values
Eduardo Habkost
1
-1
/
+3
2015-04-02
util/qemu-config: fix regression of qmp_query_command_line_options
Marcel Apfelbaum
1
-0
/
+81
2015-04-01
rcu: do not create thread in pthread_atfork callback
Paolo Bonzini
1
-4
/
+3
2015-03-18
util/uri: Add overflow check to rfc3986_parse_port
Max Reitz
1
-10
/
+14
2015-03-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-6
/
+33
2015-03-10
rcu: handle forks safely
Paolo Bonzini
1
-1
/
+32
2015-03-10
qemu-thread: do not use PTHREAD_MUTEX_ERRORCHECK
Paolo Bonzini
1
-5
/
+1
[next]