Lines Matching +full:kvm +full:- +full:build
11 # the COPYING file in the top-level directory.
20 # This works for both kvm and tcg.
23 'machine' : "virt,gic-version=max",
32 DEFAULT_CONFIG = {'kvm' : {'cpu' : "host",
33 'machine' : "virt,gic-version=host"},
34 'tcg' : {'cpu' : "cortex-a57",
55 "To continue with the current build of QEMU, "\
63 config.update(DEFAULT_CONFIG['kvm'])
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"