/qemu/python/qemu/utils/ |
H A D | qom_common.py | 47 def make(cls, value: Dict[str, Any]) -> 'ObjectPropertyInfo': argument 89 def register(cls, subparsers: Any) -> None: argument 100 def configure_parser(cls, parser: argparse.ArgumentParser) -> None: argument 118 def add_path_prop_arg(cls, parser: argparse.ArgumentParser) -> None: argument 166 def entry_point(cls) -> int: argument
|
H A D | qom.py | 71 def configure_parser(cls, parser: argparse.ArgumentParser) -> None: argument 118 def configure_parser(cls, parser: argparse.ArgumentParser) -> None: argument 166 def configure_parser(cls, parser: argparse.ArgumentParser) -> None: argument 212 def configure_parser(cls, parser: argparse.ArgumentParser) -> None: argument
|
H A D | qom_fuse.py | 70 def configure_parser(cls, parser: argparse.ArgumentParser) -> None: argument
|
H A D | qemu_ga_client.py | 120 def __gen_ipv4_netmask(cls, prefixlen: int) -> str: argument
|
/qemu/tests/migration-stress/guestperf/ |
H A D | report.py | 38 def deserialize(cls, data): argument 92 def deserialize(cls, data): argument 112 def from_json(cls, data): argument 116 def from_json_file(cls, filename): argument
|
H A D | timings.py | 37 def deserialize(cls, data): argument 54 def deserialize(cls, data): argument
|
H A D | progress.py | 60 def deserialize(cls, data): argument 118 def deserialize(cls, data): argument
|
H A D | hardware.py | 55 def deserialize(cls, data): argument
|
H A D | scenario.py | 96 def deserialize(cls, data): argument
|
/qemu/python/qemu/qmp/ |
H A D | message.py | 133 def _serialize(cls, value: object) -> bytes: argument 145 def _deserialize(cls, data: bytes) -> Dict[str, object]: argument
|
H A D | qmp_shell.py | 157 def visit_Name(cls, # pylint: disable=invalid-name argument 236 def _parse_value(cls, val: str) -> object: argument
|
H A D | legacy.py | 124 def parse_address(cls, address: str) -> SocketAddrT: argument
|
H A D | qmp_client.py | 596 def make_execute_msg(cls, cmd: str, argument
|
/qemu/authz/ |
H A D | base.c | 30 QAuthZClass *cls = QAUTHZ_GET_CLASS(authz); in qauthz_is_allowed() local
|
/qemu/tests/tcg/s390x/ |
H A D | fma.c | 155 int cls[3]; member
|
H A D | vfminmax.c | 242 int cls[2]; member
|
/qemu/tests/qapi-schema/ |
H A D | test-qapi.py | 103 def _print_features(cls, features, indent=4): argument
|
/qemu/tests/qemu-iotests/ |
H A D | qcow2_format.py | 364 def create(cls, magic, data): argument
|
/qemu/tests/unit/ |
H A D | test-qmp-cmds.c | 165 static void do_qmp_dispatch_error(bool allow_oob, ErrorClass cls, in do_qmp_dispatch_error()
|
H A D | check-qom-proplist.c | 138 static void dummy_class_init(ObjectClass *cls, const void *data) in dummy_class_init()
|
/qemu/python/qemu/machine/ |
H A D | machine.py | 687 def _qmp_args(cls, conv_keys: bool, argument
|
/qemu/scripts/qapi/ |
H A D | schema.py | 290 def is_user_module(cls, name: str) -> bool: argument 299 def is_builtin_module(cls, name: str) -> bool: argument
|
/qemu/hw/core/ |
H A D | qdev-properties.c | 783 static const Property *qdev_prop_walk(DeviceClass *cls, const char *name) in qdev_prop_walk()
|
/qemu/fpu/ |
H A D | softfloat.c | 487 FloatClass cls; member 504 FloatClass cls; member 512 FloatClass cls; member
|