index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd.c
Age
Commit message (
Expand
)
Author
2013-06-06
qemu-io: Move remaining helpers from cmd.c
Kevin Wolf
2013-06-06
qemu-io: Move command_loop() and friends
Kevin Wolf
2013-06-06
qemu-io: Move functions for registering and running commands
Kevin Wolf
2013-06-06
qemu-io: Move qemu_strsep() to cutils.c
Kevin Wolf
2013-06-06
qemu-io: Move 'quit' function
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: Don't use global bs in command implementations
Kevin Wolf
2013-06-06
qemu-io: Make cvtnum() a wrapper around strtosz_suffix()
Kevin Wolf
2013-06-06
qemu-io: Remove unused args_command
Kevin Wolf
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
block: move include files to include/block/
Paolo Bonzini
2012-05-10
qemu-io: correctly print non-integer values as decimals
Paolo Bonzini
2012-04-19
qemu-io: use main_loop_wait
Paolo Bonzini
2011-11-07
cmd: Fix potential memory leak
Pavel Borzenkov
2011-11-07
cmd: Fix potential NULL pointer dereference
Pavel Borzenkov
2011-11-07
cmd: Fix coding style in cmd.c
Pavel Borzenkov
2011-09-21
use qemu_* ctype functions
Christoph Egger
2011-06-20
cmd: fix operator precedence
Frediano Ziglio
2010-06-22
qemu-io: check registered fds in command_loop()
MORITA Kazutaka
2010-04-25
Fix dead initialization, spotted by clang analyzer
Blue Swirl
2009-11-21
Fix OpenBSD build of qemu-io
Blue Swirl
2009-09-19
Fix indentation
Stefan Weil
2009-09-09
qemu-io: Improve portability (win32 now supported).
Stefan Weil
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
2009-04-07
Fix a few Sparse warnings
blueswir1
2009-04-05
Add files not included in previous commit.
aliguori