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
2013-10-09
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
1
-2
/
+2
2013-10-05
util/path: Fix type which is longer than 8 bit for MinGW
Stefan Weil
1
-2
/
+2
2013-10-02
util: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
1
-3
/
+3
2013-10-02
util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR
Sebastian Ottlik
2
-0
/
+22
2013-09-23
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
1
-0
/
+7
2013-09-20
iov: avoid "orig_len may be used unitialized" warning
Michael Tokarev
1
-6
/
+4
2013-09-18
osdep: warn if open(O_DIRECT) on fails with EINVAL
Stefan Hajnoczi
1
-0
/
+7
2013-09-12
exec: Don't abort when we can't allocate guest memory
Markus Armbruster
2
-7
/
+2
2013-09-11
Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into staging
Anthony Liguori
1
-0
/
+35
2013-09-09
error: Add error_set_win32 and error_setg_win32
Tomoki Sekiyama
1
-0
/
+35
2013-09-06
throttle: Add a new throttling API implementing continuous leaky bucket.
Benoît Canet
2
-0
/
+397
2013-08-30
option: Add assigned flag to QEMUOptionParameter
Max Reitz
1
-0
/
+9
2013-08-12
qemu-option: Guard against qemu_opts_set_defaults() misuse
Markus Armbruster
1
-0
/
+9
2013-08-06
iov: handle EOF in iov_send_recv
MORITA Kazutaka
1
-0
/
+6
2013-08-05
semaphore: fix a hangup problem under load on NetBSD hosts.
Izumi Tsutsui
1
-12
/
+16
2013-07-29
qdev: Add SIZE type to qdev properties
Vasilis Liaskovitis
1
-2
/
+2
2013-07-27
aes: Remove unused code (NDEBUG, u16)
Stefan Weil
1
-5
/
+0
2013-07-26
QemuOpts: Add qemu_opt_unset()
Kevin Wolf
1
-0
/
+14
2013-07-10
add timestamp to error_report()
Seiji Aguchi
1
-0
/
+10
2013-07-09
qemu-option: Fix qemu_opts_set_defaults() for corner cases
Markus Armbruster
1
-9
/
+1
2013-07-09
qemu-option: Fix qemu_opts_find() for null id arguments
Markus Armbruster
1
-8
/
+4
2013-06-28
qemu-socket: don't leak opts on error
Gerd Hoffmann
1
-1
/
+1
2013-06-28
qemu-socket: catch monitor_get_fd failures
Gerd Hoffmann
1
-1
/
+1
2013-06-28
qemu-socket: drop pointless allocation
Gerd Hoffmann
1
-1
/
+0
2013-06-28
qemu-socket: zero-initialize SocketAddress
Gerd Hoffmann
1
-2
/
+2
2013-06-28
notify: add NotiferWithReturn so notifier list can abort
Stefan Hajnoczi
1
-0
/
+30
2013-06-21
acl: acl_add can't insert before last list element, fix
Markus Armbruster
1
-2
/
+2
2013-06-19
qemu-option: check_params() is now unused, drop it
Markus Armbruster
1
-30
/
+0
2013-06-18
qemu-socket: allow hostnames starting with a digit
Ján Tomko
1
-9
/
+4
2013-06-17
error: add error_setg_file_open() helper
Luiz Capitulino
1
-0
/
+5
2013-06-14
create qemu_openpty_raw() helper function and move it to a separate file
Michael Tokarev
2
-1
/
+136
2013-06-06
qemu-io: Move qemu_strsep() to cutils.c
Kevin Wolf
1
-0
/
+21
2013-06-06
cutils: Support 'P' and 'E' suffixes in strtosz()
Kevin Wolf
1
-0
/
+4
2013-05-30
osdep: add qemu_get_local_state_pathname()
Laszlo Ersek
2
-0
/
+31
2013-05-20
Rename hexdump to avoid FreeBSD libutil conflict
Ed Maste
2
-2
/
+2
2013-05-14
osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory
Paolo Bonzini
2
-0
/
+16
2013-05-14
osdep, kvm: rename low-level RAM allocation functions
Paolo Bonzini
2
-4
/
+4
2013-05-12
clean unnecessary code: don't check g_strdup arg for NULL
Dong Xu Wang
1
-1
/
+1
2013-05-03
qemu: add castagnoli crc32c checksum algorithm
Jeff Cody
2
-0
/
+116
2013-04-29
win32: add readv/writev emulation
Paolo Bonzini
2
-1
/
+44
2013-04-25
monitor: introduce query-command-line-options
Amos Kong
1
-0
/
+67
2013-04-24
ccid-card-passthru, dev-smartcard-reader: add debug environment variables
Alon Levy
1
-0
/
+23
2013-04-24
util: move socket_init() to osdep.c
Marc-André Lureau
2
-24
/
+23
2013-04-17
iov: handle partial writes from sendmsg and recvmsg
Paolo Bonzini
1
-47
/
+55
2013-04-17
iov: reorganize iov_send_recv, part 3
Paolo Bonzini
1
-15
/
+15
2013-04-17
iov: reorganize iov_send_recv, part 2
Paolo Bonzini
1
-14
/
+14
2013-04-17
iov: reorganize iov_send_recv, part 1
Paolo Bonzini
1
-7
/
+13
2013-04-16
migration: initialize RAM to zero
Paolo Bonzini
1
-17
/
+18
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2013-04-13
unicode: New mod_utf8_codepoint()
Markus Armbruster
2
-1
/
+101
[next]