Home | History | Annotate | Download | only in qemu

Lines Matching defs:option

162 #include "qemu-option.h"
435 char option[128];
439 p = get_opt_name(option, sizeof(option), p, '=');
443 if (!strcmp(tag, option)) {
1007 fprintf(stderr, "qemu: '%s' invalid snapshot option\n", str);
1020 fprintf(stderr, "qemu: invalid cache option\n");
1190 char option[128];
1195 optarg = get_opt_name(option, 128, optarg, ',') + 1;
1196 if (!strcmp(option, "node")) {
1197 if (get_param_value(option, 128, "nodeid", optarg) == 0) {
1200 nodenr = strtoull(option, NULL, 10);
1203 if (get_param_value(option, 128, "mem", optarg) == 0) {
1206 value = strtoull(option, &endptr, 0);
1217 if (get_param_value(option, 128, "cpus", optarg) == 0) {
1220 value = strtoull(option, &endptr, 10);
1842 #define DEF(option, opt_arg, opt_enum, opt_help) \
1871 #define DEF(option, opt_arg, opt_enum, opt_help) \
1888 #define DEF(option, opt_arg, opt_enum, opt_help) \
1889 { option, opt_arg, opt_enum },
2170 fprintf(stderr, "%s: invalid option -- '%s'\n",
2180 fprintf(stderr, "%s: option '%s' requires an argument\n",
2671 fprintf(stderr, "Too many option ROMs\n");
2819 fprintf(stderr, "-append only allowed with -kernel option\n");
2824 fprintf(stderr, "-initrd only allowed with -kernel option\n");
2874 fprintf(stderr, "Too many option ROMs\n");