Age | Commit message (Expand) | Author |
2014-06-26 | qemu_opts_append: Play nicely with QemuOptsList's head | Michal Privoznik |
2014-06-21 | QemuOpts: check NULL opts in qemu_opt_get functions | Chunyan Liu |
2014-06-16 | QemuOpts: cleanup tmp 'allocated' member from QemuOptsList | Chunyan Liu |
2014-06-16 | cleanup QEMUOptionParameter | Chunyan Liu |
2014-06-16 | QemuOpts: export qemu_opt_find | 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 | 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-05-09 | qemu-option: Clean up fragile use of error_is_set() | Markus Armbruster |
2014-04-25 | qerror.h: Remove QERR defines that are only used once | Cole Robinson |
2014-02-21 | qemu-option: has_help_option() and is_valid_option_list() | Kevin Wolf |
2014-02-17 | Use error_is_set() only when necessary | Markus Armbruster |
2014-01-06 | qemu-option: Remove qemu_opts_create_nofail | Peter Crosthwaite |
2013-10-11 | blockdev: Separate ID generation from DriveInfo creation | Kevin Wolf |
2013-08-30 | option: Add assigned flag to QEMUOptionParameter | Max Reitz |
2013-08-12 | qemu-option: Guard against qemu_opts_set_defaults() misuse | Markus Armbruster |
2013-07-29 | qdev: Add SIZE type to qdev properties | Vasilis Liaskovitis |
2013-07-26 | QemuOpts: Add qemu_opt_unset() | Kevin Wolf |
2013-07-09 | qemu-option: Fix qemu_opts_set_defaults() for corner cases | Markus Armbruster |
2013-07-09 | qemu-option: Fix qemu_opts_find() for null id arguments | Markus Armbruster |
2013-06-19 | qemu-option: check_params() is now unused, drop it | Markus Armbruster |
2013-03-15 | qemu-option: Add qemu_opts_absorb_qdict() | Kevin Wolf |
2013-02-11 | qemu-option: Disable two helpful messages that got broken recently | Markus Armbruster |
2013-01-30 | g_strdup(NULL) returns NULL; simplify | Markus Armbruster |
2013-01-12 | build: move libqemuutil.a components to util/ | Paolo Bonzini |