index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'kwolf/tags/for-anthony' into staging
Anthony Liguori
2013-12-06
1
-0
/
+6
|
\
|
*
util/error: Save errno from clobbering
Max Reitz
2013-11-28
1
-0
/
+6
*
|
util: Use qemu_getauxval in linux qemu_cache_utils_init
Richard Henderson
2013-11-30
1
-31
/
+20
*
|
osdep: Create qemu_getauxval and qemu_init_auxval
Richard Henderson
2013-11-30
2
-0
/
+75
|
/
*
qmp: access the local QemuOptsLists for drive option
Amos Kong
2013-11-14
1
-1
/
+76
*
qemu-thread: add QemuEvent
Paolo Bonzini
2013-10-17
2
-0
/
+142
*
compatfd: switch to QemuThread
Jan Kiszka
2013-10-17
1
-13
/
+3
*
blockdev: Separate ID generation from DriveInfo creation
Kevin Wolf
2013-10-11
1
-0
/
+6
*
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
2013-10-09
1
-2
/
+2
|
\
|
*
util/path: Fix type which is longer than 8 bit for MinGW
Stefan Weil
2013-10-05
1
-2
/
+2
*
|
util: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
2013-10-02
1
-3
/
+3
*
|
util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR
Sebastian Ottlik
2013-10-02
2
-0
/
+22
|
/
*
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-09-23
1
-0
/
+7
|
\
|
*
osdep: warn if open(O_DIRECT) on fails with EINVAL
Stefan Hajnoczi
2013-09-18
1
-0
/
+7
*
|
iov: avoid "orig_len may be used unitialized" warning
Michael Tokarev
2013-09-20
1
-6
/
+4
|
/
*
exec: Don't abort when we can't allocate guest memory
Markus Armbruster
2013-09-12
2
-7
/
+2
*
Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into staging
Anthony Liguori
2013-09-11
1
-0
/
+35
|
\
|
*
error: Add error_set_win32 and error_setg_win32
Tomoki Sekiyama
2013-09-09
1
-0
/
+35
*
|
throttle: Add a new throttling API implementing continuous leaky bucket.
Benoît Canet
2013-09-06
2
-0
/
+397
|
/
*
option: Add assigned flag to QEMUOptionParameter
Max Reitz
2013-08-30
1
-0
/
+9
*
qemu-option: Guard against qemu_opts_set_defaults() misuse
Markus Armbruster
2013-08-12
1
-0
/
+9
*
iov: handle EOF in iov_send_recv
MORITA Kazutaka
2013-08-06
1
-0
/
+6
*
semaphore: fix a hangup problem under load on NetBSD hosts.
Izumi Tsutsui
2013-08-05
1
-12
/
+16
*
qdev: Add SIZE type to qdev properties
Vasilis Liaskovitis
2013-07-29
1
-2
/
+2
*
aes: Remove unused code (NDEBUG, u16)
Stefan Weil
2013-07-27
1
-5
/
+0
*
QemuOpts: Add qemu_opt_unset()
Kevin Wolf
2013-07-26
1
-0
/
+14
*
add timestamp to error_report()
Seiji Aguchi
2013-07-10
1
-0
/
+10
*
qemu-option: Fix qemu_opts_set_defaults() for corner cases
Markus Armbruster
2013-07-09
1
-9
/
+1
*
qemu-option: Fix qemu_opts_find() for null id arguments
Markus Armbruster
2013-07-09
1
-8
/
+4
*
qemu-socket: don't leak opts on error
Gerd Hoffmann
2013-06-28
1
-1
/
+1
*
qemu-socket: catch monitor_get_fd failures
Gerd Hoffmann
2013-06-28
1
-1
/
+1
*
qemu-socket: drop pointless allocation
Gerd Hoffmann
2013-06-28
1
-1
/
+0
*
qemu-socket: zero-initialize SocketAddress
Gerd Hoffmann
2013-06-28
1
-2
/
+2
*
notify: add NotiferWithReturn so notifier list can abort
Stefan Hajnoczi
2013-06-28
1
-0
/
+30
*
acl: acl_add can't insert before last list element, fix
Markus Armbruster
2013-06-21
1
-2
/
+2
*
qemu-option: check_params() is now unused, drop it
Markus Armbruster
2013-06-19
1
-30
/
+0
*
qemu-socket: allow hostnames starting with a digit
Ján Tomko
2013-06-18
1
-9
/
+4
*
error: add error_setg_file_open() helper
Luiz Capitulino
2013-06-17
1
-0
/
+5
*
create qemu_openpty_raw() helper function and move it to a separate file
Michael Tokarev
2013-06-14
2
-1
/
+136
*
qemu-io: Move qemu_strsep() to cutils.c
Kevin Wolf
2013-06-06
1
-0
/
+21
*
cutils: Support 'P' and 'E' suffixes in strtosz()
Kevin Wolf
2013-06-06
1
-0
/
+4
*
osdep: add qemu_get_local_state_pathname()
Laszlo Ersek
2013-05-30
2
-0
/
+31
*
Rename hexdump to avoid FreeBSD libutil conflict
Ed Maste
2013-05-20
2
-2
/
+2
*
osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory
Paolo Bonzini
2013-05-14
2
-0
/
+16
*
osdep, kvm: rename low-level RAM allocation functions
Paolo Bonzini
2013-05-14
2
-4
/
+4
*
clean unnecessary code: don't check g_strdup arg for NULL
Dong Xu Wang
2013-05-12
1
-1
/
+1
*
qemu: add castagnoli crc32c checksum algorithm
Jeff Cody
2013-05-03
2
-0
/
+116
*
win32: add readv/writev emulation
Paolo Bonzini
2013-04-29
2
-1
/
+44
*
monitor: introduce query-command-line-options
Amos Kong
2013-04-25
1
-0
/
+67
*
ccid-card-passthru, dev-smartcard-reader: add debug environment variables
Alon Levy
2013-04-24
1
-0
/
+23
[next]