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
Age
Commit message (
Expand
)
Author
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
2014-06-16
vpc.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
vmdk.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
vhdx.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
vdi.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
ssh.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
sheepdog.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
rbd.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
raw_bsd.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
raw-win32.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
raw-posix.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
qed.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
qcow2.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
QemuOpts: export qemu_opt_find
Chunyan Liu
2014-06-16
qcow.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
nfs.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
iscsi.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
gluster.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
cow.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
vvfat.c: handle cross_driver's create_options and create_opts
Chunyan Liu
2014-06-16
change block layer to support both QemuOpts and QEMUOptionParamter
Chunyan Liu
2014-06-16
QemuOpts: check NULL input for qemu_opts_del
Chunyan Liu
2014-06-16
QemuOpts: add qemu_opts_append to replace append_option_parameters
Chunyan Liu
2014-06-16
QemuOpts: add conversion between QEMUOptionParameter to QemuOpts
Chunyan Liu
2014-06-16
QemuOpts: add qemu_opts_print_help to replace print_option_help
Chunyan Liu
2014-06-16
QemuOpts: add qemu_opt_get_*_del functions for replace work
Chunyan Liu
2014-06-16
QemuOpts: move qemu_opt_del ahead for later calling
Chunyan Liu
2014-06-16
QemuOpts: change opt->name|str from (const char *) to (char *)
Chunyan Liu
2014-06-16
qapi: output def_value_str when query command line options
Chunyan Liu
2014-06-16
QemuOpts: add def_value_str to QemuOptDesc
Chunyan Liu
2014-06-16
QemuOpts: repurpose qemu_opts_print to replace print_option_parameters
Chunyan Liu
2014-06-16
QemuOpts: move find_desc_by_name ahead for later calling
Chunyan Liu
2014-06-16
block/nfs: fix potential segfault on early callback
Peter Lieven
2014-06-16
blockdev: Remove unused DriveInfo reference count
Markus Armbruster
2014-06-16
blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()
Markus Armbruster
2014-06-16
blockdev: Move 'serial' option to drive_init()
Kevin Wolf
2014-06-16
block: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-06-16
configure: Enable dead code (lzo, snappy, quorum)
Stefan Weil
2014-06-13
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140613-1' into s...
Peter Maydell
2014-06-13
Merge remote-tracking branch 'remotes/kraxel/tags/pull-trivial-20140613-1' in...
Peter Maydell
2014-06-13
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140613-1' into ...
Peter Maydell
2014-06-13
Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-20140613-1' in...
Peter Maydell
2014-06-13
Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20140613-1' into...
Peter Maydell
2014-06-13
usb-host: add range checks for usb-host parameters
Gerd Hoffmann
2014-06-13
inet_listen_opts: add error checking
Gerd Hoffmann
2014-06-13
qxl-render: add sanity check
Gerd Hoffmann
2014-06-13
spice: add mouse cursor support
Gerd Hoffmann
2014-06-13
char: fix avail_connections init in qemu_chr_open_eventfd()
David Marchand
2014-06-13
audio: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-06-12
Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20140611-1' into s...
Peter Maydell
[next]