Searched full:parameter (Results 226 – 250 of 375) sorted by relevance
12345678910>>...15
/qemu/tests/docker/ |
H A D | Makefile.include | 172 @echo ' J=[0..9]* Overrides the -jN parameter for make commands'
|
/qemu/net/ |
H A D | filter-mirror.c | 255 error_set(errp, ERROR_CLASS_DEVICE_NOT_FOUND, "filter-mirror parameter"\ in filter_mirror_setup()
|
/qemu/tests/qtest/ |
H A D | cdrom-test.c | 94 * Check that at least the -cdrom parameter is basically working, i.e. we can
|
/qemu/include/net/ |
H A D | net.h | 252 * specify a more understandable "model=" parameter on the command line, not
|
/qemu/crypto/ |
H A D | der.c | 81 * @dst_len: output parameter, indicates how many bytes wrote.
|
/qemu/block/ |
H A D | stream.c | 281 * with @base parameter (still, it doesn't freeze link to base, so in in stream_start()
|
/qemu/qapi/ |
H A D | ui.json | 113 # parameter unless you're sure you are on the same machine as the 178 # parameter is missing, the primary display will be used. 182 # this parameter is missing, head #0 will be used. Also note that
|
H A D | qapi-visit-core.c | 407 error_setg(errp, "Parameter '%s' does not accept value '%s'", in input_type_enum()
|
H A D | block-export.json | 86 # @name: Export name. If unspecified, the @device parameter is used
|
H A D | opts-visitor.c | 187 error_setg(errp, "Invalid parameter '%s'", first->name); in opts_check_struct()
|
/qemu/docs/devel/ |
H A D | decodetree.rst | 60 a *parameter*, and the named function is only passed the ``DisasContext``
|
/qemu/hw/intc/ |
H A D | bcm2836_control.c | 155 * parameter when using named interrupts. Feel free to clean this up!
|
H A D | arm_gicv3.c | 375 /* Meaning of the 'irq' parameter: in gicv3_set_irq()
|
/qemu/scripts/qapi/ |
H A D | visit.py | 280 "Invalid parameter type for '%%s', expected: %(name)s",
|
/qemu/hw/sd/ |
H A D | ssi-sd.c | 233 /* ??? Don't know what Parameter Error really means, so in OBJECT_DECLARE_SIMPLE_TYPE()
|
/qemu/tests/qemu-iotests/ |
H A D | 206.out | 196 {"error": {"class": "GenericError", "desc": "Parameter 'version' does not accept value 'v1'"}}
|
H A D | 085.out | 34 {"error": {"class": "GenericError", "desc": "Parameter 'snapshot-file' is missing"}}
|
H A D | 271.out | 685 qemu-img: Invalid parameter 'extended_l2' 688 qemu-img: Invalid parameter 'extended_l2'
|
/qemu/tests/tcg/aarch64/system/ |
H A D | boot.S | 14 * x1 - semihosting parameter
|
/qemu/linux-headers/asm-s390/ |
H A D | kvm.h | 585 __u64 pp; /* program parameter [ARCH0] */
|
/qemu/tests/qtest/libqos/ |
H A D | qgraph.h | 115 * constructor needs an external parameter represented by the
|
/qemu/docs/devel/testing/ |
H A D | functional.rst | 245 ``qemu_bin`` parameter.
|
/qemu/include/qemu/ |
H A D | main-loop.h | 242 * has been set. @e is passed to it as a parameter.
|
/qemu/tests/unit/ |
H A D | check-qom-proplist.c | 492 "Parameter 'av' does not accept value 'yeti'"); in test_dummy_badenum()
|
/qemu/hw/i386/ |
H A D | x86-common.c | 815 /* handle vga= parameter */ in x86_load_linux() 832 fprintf(stderr, "qemu: invalid 'vga=' kernel parameter.\n"); in x86_load_linux()
|
12345678910>>...15