Home
last modified time | relevance | path

Searched refs:machine_type (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-smp-parse.c1013 const char *machine_type = opaque; in test_generic_valid() local
1014 Object *obj = object_new(machine_type); in test_generic_valid()
1032 const char *machine_type = opaque; in test_generic_invalid() local
1033 Object *obj = object_new(machine_type); in test_generic_invalid()
1051 const char *machine_type = opaque; in test_with_modules() local
1052 Object *obj = object_new(machine_type); in test_with_modules()
1101 const char *machine_type = opaque; in test_with_dies() local
1102 Object *obj = object_new(machine_type); in test_with_dies()
1151 const char *machine_type = opaque; in test_with_modules_dies() local
1152 Object *obj = object_new(machine_type); in test_with_modules_dies()
[all …]
/openbmc/qemu/tests/functional/
H A Dtest_multiprocess.py40 kernel_command_line, machine_type): argument
65 self.vm.add_args('-machine', machine_type)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dhex/dhex/
H A D0001-Fix-function-declaration-conflict-error-with-empty-p.patch31 #include "machine_type.h"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/
H A D0001-symbol-fix-S-cannot-work-with-kaslr-detection.patch86 if (machine_type("X86_64")) {
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py862 def set_machine(self, machine_type: str) -> None:
869 self._machine = machine_type
/openbmc/qemu/system/
H A Dvl.c1674 const char *machine_type = qdict_get_try_str(qdict, "type"); in select_machine() local
1678 if (machine_type) { in select_machine()
1679 machine_class = find_machine(machine_type, machines); in select_machine()
1681 error_setg(errp, "unsupported machine type: \"%s\"", machine_type); in select_machine()