index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-io-cmds.c
Age
Commit message (
Expand
)
Author
2015-09-14
qemu-io: Add command 'reopen'
Kevin Wolf
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
2015-05-22
qemu-io: Use getopt() correctly
Eric Blake
2015-02-16
qemu-io: Use BlockBackend
Max Reitz
2015-02-16
qemu-io: Account IO by aio_read and aio_write
Fam Zheng
2014-12-12
qemu-io: Add sigraise command
Max Reitz
2014-10-23
qemu-io: Respect early image end for map
Max Reitz
2014-08-20
qemu-io-cmds: g_renew() can't fail, bury dead error handling
Markus Armbruster
2014-08-20
block: Use g_new() & friends to avoid multiplying sizes
Markus Armbruster
2014-08-20
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-07-09
block: prefer aio_poll to qemu_aio_wait
Paolo Bonzini
2014-03-19
qemu-io-cmds: Fixed typo in example for writev.
Maria Kustova
2014-03-13
qemu-io: Fix warnings from static code analysis
Stefan Weil
2014-01-24
qemu-io: New command 'sleep'
Kevin Wolf
2014-01-22
qemu-io: add command completion
Stefan Hajnoczi
2013-11-29
blkdebug: add "remove_break" command
Fam Zheng
2013-11-28
block: add flags to bdrv_*_write_zeroes
Peter Lieven
2013-10-11
block/qapi: Human-readable ImageInfoSpecific dump
Max Reitz
2013-09-06
block: expect errors from bdrv_co_is_allocated
Paolo Bonzini
2013-08-22
aio / timers: Untangle include files
Alex Bligh
2013-06-06
qemu-io: Interface cleanup
Kevin Wolf
2013-06-06
qemu-io: Move remaining helpers from cmd.c
Kevin Wolf
2013-06-06
qemu-io: Move functions for registering and running commands
Kevin Wolf
2013-06-06
qemu-io: Move 'help' function
Kevin Wolf
2013-06-06
qemu-io: Factor out qemuio_command
Kevin Wolf
2013-06-06
qemu-io: Split off commands to qemu-io-cmds.c
Kevin Wolf