Lines Matching +full:config +full:- +full:host
11 # the COPYING file in the top-level directory.
19 # This is the config needed for current version of QEMU.
23 'machine' : "virt,gic-version=max",
32 DEFAULT_CONFIG = {'kvm' : {'cpu' : "host",
33 'machine' : "virt,gic-version=host"},
34 'tcg' : {'cpu' : "cortex-a57",
42 config = default_config
43 config.update(aarch_get_config_defaults(vmcls))
44 return config
48 config = CURRENT_CONFIG
61 # set the config values for backwards compatibility.
63 config.update(DEFAULT_CONFIG['kvm'])
65 config.update(DEFAULT_CONFIG['tcg'])
66 return config
81 sys.stderr.write("*** please check --efi-aarch64 argument or "\
82 "install qemu-efi-aarch64 package\n")
100 pflash_args_str = "-drive file={},format=raw,if=pflash "\
101 "-drive file={},format=raw,if=pflash"