Sign in
qemu
/
qemu
/
5adca7ace9b80bf594e4c52c0d5b23573cba3639
/
util
9c22687
bitmap: use long as index
by Juan Quintela
· 11 years ago
0a0ee0b
Merge remote-tracking branch 'kwolf/tags/for-anthony' into staging
by Anthony Liguori
· 11 years ago
664d2c4
util: Use qemu_getauxval in linux qemu_cache_utils_init
by Richard Henderson
· 12 years ago
b6a3e69
osdep: Create qemu_getauxval and qemu_init_auxval
by Richard Henderson
· 12 years ago
b276d24
util/error: Save errno from clobbering
by Max Reitz
· 11 years ago
968854c
qmp: access the local QemuOptsLists for drive option
by Amos Kong
· 11 years ago
c7c4d06
qemu-thread: add QemuEvent
by Paolo Bonzini
· 11 years ago
518420d
compatfd: switch to QemuThread
by Jan Kiszka
· 12 years ago
326642b
blockdev: Separate ID generation from DriveInfo creation
by Kevin Wolf
· 12 years ago
80dfc87
Merge remote-tracking branch 'mjt/trivial-patches' into staging
by Anthony Liguori
· 11 years ago
ddd2363
util/path: Fix type which is longer than 8 bit for MinGW
by Stefan Weil
· 11 years ago
04fd1c7
util: call socket_set_fast_reuse instead of setting SO_REUSEADDR
by Sebastian Ottlik
· 11 years ago
606600a
util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR
by Sebastian Ottlik
· 11 years ago
16121fa
Merge remote-tracking branch 'stefanha/block' into staging
by Anthony Liguori
· 11 years ago
2be178a
iov: avoid "orig_len may be used unitialized" warning
by Michael Tokarev
· 11 years ago
a581307
osdep: warn if open(O_DIRECT) on fails with EINVAL
by Stefan Hajnoczi
· 11 years ago
3922825
exec: Don't abort when we can't allocate guest memory
by Markus Armbruster
· 11 years ago
f69f0bc
Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into staging
by Anthony Liguori
· 11 years ago
20840d4
error: Add error_set_win32 and error_setg_win32
by Tomoki Sekiyama
· 11 years ago
5ddfffb
throttle: Add a new throttling API implementing continuous leaky bucket.
by Benoît Canet
· 11 years ago
d4ca092
option: Add assigned flag to QEMUOptionParameter
by Max Reitz
· 11 years ago
cb77d19
qemu-option: Guard against qemu_opts_set_defaults() misuse
by Markus Armbruster
· 11 years ago
8400429
iov: handle EOF in iov_send_recv
by MORITA Kazutaka
· 11 years ago
79761c6
semaphore: fix a hangup problem under load on NetBSD hosts.
by Izumi Tsutsui
· 12 years ago
e8cd45c
qdev: Add SIZE type to qdev properties
by Vasilis Liaskovitis
· 11 years ago
9220eee
aes: Remove unused code (NDEBUG, u16)
by Stefan Weil
· 12 years ago
0dd6c52
QemuOpts: Add qemu_opt_unset()
by Kevin Wolf
· 12 years ago
5e2ac51
add timestamp to error_report()
by Seiji Aguchi
· 12 years ago
6d4cd40
qemu-option: Fix qemu_opts_set_defaults() for corner cases
by Markus Armbruster
· 12 years ago
96bc97e
qemu-option: Fix qemu_opts_find() for null id arguments
by Markus Armbruster
· 12 years ago
7a5b6af
qemu-socket: don't leak opts on error
by Gerd Hoffmann
· 12 years ago
d1ec72a
qemu-socket: catch monitor_get_fd failures
by Gerd Hoffmann
· 12 years ago
c1204af
qemu-socket: drop pointless allocation
by Gerd Hoffmann
· 12 years ago
afde3f8
qemu-socket: zero-initialize SocketAddress
by Gerd Hoffmann
· 12 years ago
5dae8e5
notify: add NotiferWithReturn so notifier list can abort
by Stefan Hajnoczi
· 12 years ago
4999f3a
acl: acl_add can't insert before last list element, fix
by Markus Armbruster
· 12 years ago
a86b35f
qemu-option: check_params() is now unused, drop it
by Markus Armbruster
· 12 years ago
391b7b9
qemu-socket: allow hostnames starting with a digit
by Ján Tomko
· 12 years ago
54028d7
error: add error_setg_file_open() helper
by Luiz Capitulino
· 12 years ago
4efeabb
create qemu_openpty_raw() helper function and move it to a separate file
by Michael Tokarev
· 12 years ago
a38ed81
qemu-io: Move qemu_strsep() to cutils.c
by Kevin Wolf
· 12 years ago
5e00984
cutils: Support 'P' and 'E' suffixes in strtosz()
by Kevin Wolf
· 12 years ago
e2ea351
osdep: add qemu_get_local_state_pathname()
by Laszlo Ersek
· 12 years ago
3568ac2
Rename hexdump to avoid FreeBSD libutil conflict
by Ed Maste
· 12 years ago
e7a09b9
osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory
by Paolo Bonzini
· 12 years ago
6eebf95
osdep, kvm: rename low-level RAM allocation functions
by Paolo Bonzini
· 12 years ago
7f303ad
clean unnecessary code: don't check g_strdup arg for NULL
by Dong Xu Wang
· 12 years ago
8e1b02b
qemu: add castagnoli crc32c checksum algorithm
by Jeff Cody
· 12 years ago
9adea5f
win32: add readv/writev emulation
by Paolo Bonzini
· 12 years ago
1f8f987
monitor: introduce query-command-line-options
by Amos Kong
· 12 years ago
b16352a
ccid-card-passthru, dev-smartcard-reader: add debug environment variables
by Alon Levy
· 12 years ago
d3bf825
util: move socket_init() to osdep.c
by Marc-André Lureau
· 12 years ago
83f75c2
iov: handle partial writes from sendmsg and recvmsg
by Paolo Bonzini
· 12 years ago
f48869a
iov: reorganize iov_send_recv, part 3
by Paolo Bonzini
· 12 years ago
5209d67
iov: reorganize iov_send_recv, part 2
by Paolo Bonzini
· 12 years ago
cb6247a
iov: reorganize iov_send_recv, part 1
by Paolo Bonzini
· 12 years ago
7dda5dc
migration: initialize RAM to zero
by Paolo Bonzini
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
cb2744e
unicode: New mod_utf8_codepoint()
by Markus Armbruster
· 12 years ago
5d6f5cd
aes: make Td[0-5] and Te[0-5] tables non static
by Aurelien Jarno
· 12 years ago
753d9b8
aes: move aes.h from include/block to include/qemu
by Aurelien Jarno
· 12 years ago
d05ef16
Allow clock_gettime() monotonic clock to be utilized on more OS's
by Brad Smith
· 12 years ago
1a751eb
qemu-socket: set passed fd non-blocking in socket_connect()
by Stefan Hajnoczi
· 12 years ago
f9e8cac
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
by Stefan Hajnoczi
· 12 years ago
49f676a
bitops: unroll while loop in find_next_bit()
by Peter Lieven
· 12 years ago
56ded70
buffer_is_zero: use vector optimizations if possible
by Peter Lieven
· 12 years ago
41a259b
cutils: add a function to find non-zero content in a buffer
by Peter Lieven
· 12 years ago
3f08ffb
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 12 years ago
f17c90b
nbd: Keep hostname and port separate
by Kevin Wolf
· 12 years ago
e62be88
qemu-socket: Make socket_optslist public
by Kevin Wolf
· 12 years ago
9957fc7
MinGW: Replace setsockopt by qemu_setsocketopt
by Stefan Weil
· 12 years ago
6ff66f5
iov: Factor out hexdumper
by Peter Crosthwaite
· 12 years ago
376609c
qemu-option: Add qemu_opts_absorb_qdict()
by Kevin Wolf
· 12 years ago
3ecc059
chardev: add udp support to qapi
by Gerd Hoffmann
· 12 years ago
6e72a00
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
by Anthony Liguori
· 12 years ago
6a245c6
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 12 years ago
baca6f1
char-socket: fix error reporting
by Anthony Liguori
· 12 years ago
4bd1afb
osdep: replace setsockopt by qemu_setsockopt
by Lei Li
· 12 years ago
2e07b29
oslib-posix: Align to permit transparent hugepages on ARM Linux
by Peter Maydell
· 12 years ago
bf1c852
move socket_set_nodelay to osdep.c
by MORITA Kazutaka
· 12 years ago
b4a42f8
hw: move qdev-monitor.o to toplevel directory
by Paolo Bonzini
· 12 years ago
fd7f0d6
hw: move fifo.[ch] to libqemuutil
by Paolo Bonzini
· 12 years ago
ff7a1eb
host-utils: Improve mulu64 and muls64
by Richard Henderson
· 12 years ago
f540166
host-utils: Use __int128_t for mul[us]64
by Richard Henderson
· 12 years ago
0f9d8bd
bitops: Replace bitops_ctol with ctzl
by Richard Henderson
· 12 years ago
4932398
bitops: Inline bitops_flsl
by Richard Henderson
· 12 years ago
265ce4a
bitops: Use non-bitops ctzl
by Richard Henderson
· 12 years ago
18331e7
hbitmap: Use non-bitops ctzl
by Richard Henderson
· 12 years ago
7216ae3
qemu-option: Disable two helpful messages that got broken recently
by Markus Armbruster
· 12 years ago
312fd5f
error: Strip trailing '\n' from error string arguments (again)
by Markus Armbruster
· 12 years ago
facf98a
qemu/iovec: Don't assert if sbytes is zero
by Aneesh Kumar K.V
· 12 years ago
e3f9fe2
cutils: unsigned int parsing functions
by Eduardo Habkost
· 12 years ago
fbeadf5
bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl
by Paolo Bonzini
· 12 years ago
7b2d977
util: Fix compilation of envlist.c for MinGW
by Stefan Weil
· 12 years ago
c64f50d
g_strdup(NULL) returns NULL; simplify
by Markus Armbruster
· 12 years ago
503cb22
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 12 years ago
0360ccf
bsd-user: avoid conflict with qemu_vmalloc
by Blue Swirl
· 12 years ago
1b09524
hbitmap: add assertion on hbitmap_iter_init
by Paolo Bonzini
· 12 years ago
e7c033c
add hierarchical bitmap data type and test cases
by Paolo Bonzini
· 12 years ago
e4ada48
Replace non-portable asprintf by g_strdup_printf
by Stefan Weil
· 12 years ago
Next »