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
2016-07-06
sockets: Use new QAPI cloning
Eric Blake
1
-23
/
+0
2016-07-06
qapi: Add new visit_complete() function
Eric Blake
1
-4
/
+2
2016-07-06
qmp-output-visitor: Favor new visit_free() function
Eric Blake
1
-1
/
+1
2016-07-06
qmp-input-visitor: Favor new visit_free() function
Eric Blake
1
-4
/
+2
2016-07-04
log: Permit -dfilter 0..0xffffffffffffffff
Markus Armbruster
1
-1
/
+1
2016-07-04
range: Replace internal representation of Range
Markus Armbruster
1
-9
/
+7
2016-07-04
range: Eliminate direct Range member access
Markus Armbruster
2
-5
/
+3
2016-07-04
log: Clean up misuse of Range for -dfilter
Markus Armbruster
1
-13
/
+15
2016-06-30
qapi: Fix memleak in string visitors on int lists
Eric Blake
1
-46
/
+29
2016-06-30
qapi: Simplify use of range.h
Eric Blake
1
-4
/
+16
2016-06-30
range: Create range.c for code that should not be inline
Eric Blake
2
-0
/
+82
2016-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+18
2016-06-29
socket: unlink unix socket on remove
Marc-André Lureau
1
-0
/
+18
2016-06-28
Change net/socket.c to use socket_*() functions
Ashijeet Acharya
1
-0
/
+36
2016-06-20
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-0
/
+13
2016-06-20
trace: split out trace events for util/ directory
Daniel P. Berrange
1
-0
/
+13
2016-06-20
log: Fix qemu_set_log_filename() error handling
Markus Armbruster
1
-3
/
+3
2016-06-20
log: Fix qemu_set_dfilter_ranges() error reporting
Markus Armbruster
1
-56
/
+57
2016-06-20
log: Plug memory leak on multiple -dfilter
Markus Armbruster
1
-0
/
+7
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
1
-5
/
+1
2016-06-16
avx2 configure: Use primitives in test
Dr. David Alan Gilbert
1
-7
/
+1
2016-06-16
clean-includes: run it once more
Paolo Bonzini
2
-0
/
+2
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
4
-8
/
+0
2016-06-16
hbitmap: add 'pos < size' asserts
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2016-06-11
qht: QEMU's fast, resizable and scalable Hash Table
Emilio G. Cota
2
-0
/
+834
2016-06-11
qdist: add module to represent frequency distributions of data
Emilio G. Cota
2
-0
/
+396
2016-06-07
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...
Peter Maydell
5
-5
/
+0
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
5
-5
/
+0
2016-06-07
throttle: refuse iops-size without iops-total/read/write
Stefan Hajnoczi
1
-0
/
+8
2016-05-26
migration: add reporting of errors for outgoing migration
Daniel P. Berrange
1
-1
/
+1
2016-05-23
osdep: Move default qemu_hw_version() value to a macro
Eduardo Habkost
1
-8
/
+1
2016-05-23
exec.c: Ensure right alignment also for file backed ram
Dominik Dingel
1
-13
/
+0
2016-05-19
qemu-common: stop including qemu/host-utils.h from qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-05-19
log: do not use CONFIG_USER_ONLY
Paolo Bonzini
1
-2
/
+10
2016-05-18
Fix some typos found by codespell
Stefan Weil
1
-2
/
+2
2016-05-18
util: fix comment typos
Wei Jiangang
2
-3
/
+3
2016-05-16
rfifolock: no need to get thread identifier when nesting
Changlong Xie
1
-1
/
+1
2016-05-12
qapi: Use strict QMP input visitor in more places
Eric Blake
1
-1
/
+1
2016-05-12
qapi: Consolidate QMP input visitor creation
Eric Blake
1
-1
/
+1
2016-04-28
QemuOpts: Fix qemu_opts_foreach() dangling location regression
Markus Armbruster
1
-3
/
+3
2016-04-22
event-notifier: Add "is_external" parameter
Fam Zheng
2
-1
/
+4
2016-04-22
util: align memory allocations to 2M on AArch64
Christoffer Dall
1
-1
/
+2
2016-04-06
util: Improved qemu_hexmap() to include an ascii dump of the buffer
Isaac Lozano
1
-11
/
+22
2016-04-05
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+18
2016-04-05
util: retry getaddrinfo if getting EAI_BADFLAGS with AI_V4MAPPED
Daniel P. Berrange
1
-1
/
+18
2016-03-31
log: move qemu_log_close/qemu_log_flush from header to log.c
Denis V. Lunev
1
-0
/
+17
2016-03-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
16
-15
/
+162
2016-03-23
Merge remote-tracking branch 'remotes/armbru/tags/pull-ivshmem-2016-03-18' in...
Peter Maydell
1
-0
/
+6
2016-03-22
qemu-log: support simple pid substitution for logs
Alex Bennée
1
-2
/
+19
2016-03-22
qemu-log: new option -dfilter to limit output
Alex Bennée
1
-0
/
+87
[next]