/qemu/tests/qemu-iotests/ |
H A D | 075.out | 12 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size 513 must be a multiple of 512 15 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size cannot be zero 18 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size 4294966784 must be 64 MB or le… 21 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: n_blocks 4294967295 must be 536870911 or … 24 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: image requires too many offsets, try incr… 27 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: offsets not monotonically increasing at i… 30 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: invalid compressed block size at index 1,…
|
H A D | 075 | 50 _use_sample_img simple-pattern.cloop.bz2 55 _use_sample_img simple-pattern.cloop.bz2 60 _use_sample_img simple-pattern.cloop.bz2 66 _use_sample_img simple-pattern.cloop.bz2 72 _use_sample_img simple-pattern.cloop.bz2 78 _use_sample_img simple-pattern.cloop.bz2 84 _use_sample_img simple-pattern.cloop.bz2 90 _use_sample_img simple-pattern.cloop.bz2 97 _use_sample_img simple-pattern.cloop.bz2
|
/qemu/include/authz/ |
H A D | simple.h | 2 * QEMU simple authorization driver 27 #define TYPE_QAUTHZ_SIMPLE "authz-simple" 37 * This authorization driver provides a simple mechanism 45 * "qom-type": "authz-simple", 55 * -object authz-simple,id=authz0,identity=fred
|
/qemu/tests/qapi-schema/ |
H A D | include-simple.out | 11 module include-simple.json 12 include include-simple-sub.json 13 module include-simple-sub.json
|
H A D | include-simple.json | 1 { 'include': 'include-simple-sub.json' }
|
H A D | include-before-err.json | 1 { 'include': 'include-simple-sub.json' }
|
/qemu/docs/system/ |
H A D | authz.rst | 44 of mechanism configured for SASL. It might be a simple UNIX style user 57 Simple section in Authorization drivers 60 This authorization driver provides a simple mechanism for granting access 78 "qom-type": "authz-simple", 89 -object authz-simple,id=authz0,identity=fred 200 file /etc/pam.d/qemu-vnc-tls. For a simple file 246 $QEMU --object authz-simple,id=authz0,identity=fred \ 254 $QEMU --object authz-simple,id=authz0,identity=fred \
|
/qemu/docs/ |
H A D | qemu-option-trace.rst.inc | 8 available if QEMU has been compiled with the ``simple``, ``log`` 19 available if QEMU has been compiled with the ``simple``, ``log`` or 26 the ``simple`` tracing backend.
|
/qemu/tests/unit/ |
H A D | test-authz-simple.c | 2 * QEMU simple authorization object testing 25 #include "authz/simple.h" 48 g_test_add_func("/authz/simple", test_authz_simple); in main()
|
/qemu/docs/devel/ |
H A D | qom.rst | 33 A simple minimal device implementation may look something like below: 65 In the above example, we create a simple type that is described by #TypeInfo. 319 :caption: Declaring a simple type 326 :caption: Expansion from declaring a simple type 356 :caption: Defining a simple type 363 :caption: Expansion from defining a simple type 404 them is that the former is for simple leaf classes that don't need 409 :caption: Defining a simple type implementing interfaces 428 :caption: Defining a simple abstract type
|
/qemu/authz/ |
H A D | trace-events | 6 # simple.c 7 …d(void *authz, const char *wantidentity, const char *gotidentity) "AuthZ simple %p check want iden…
|
H A D | simple.c | 2 * QEMU simple authorization driver 22 #include "authz/simple.h"
|
H A D | meson.build | 6 'simple.c',
|
/qemu/include/hw/display/ |
H A D | i2c-ddc.h | 1 /* A simple I2C slave for returning monitor EDID data via DDC. 26 /* A simple I2C slave which just returns the contents of its EDID blob. */
|
/qemu/trace/ |
H A D | control.c | 15 #include "trace/simple.h" 247 * If both the simple and the log backends are enabled, "--trace file" in trace_init_file() 248 * only applies to the simple backend; use "-D" for the log in trace_init_file() 268 fprintf(stderr, "failed to initialize simple tracing backend.\n"); in trace_init_backends()
|
H A D | meson.build | 84 if 'simple' in get_option('trace_backends') 85 trace_ss.add(files('simple.c'))
|
/qemu/qapi/ |
H A D | string-input-visitor.c | 139 /* parse a simple int64 or range */ in try_parse_int64_list_entry() 190 /* just parse a simple int64, bail out if not completely consumed */ in parse_type_int64() 229 /* parse a simple uint64 or range */ in try_parse_uint64_list_entry() 280 /* just parse a simple uint64, bail out if not completely consumed */ in parse_type_uint64()
|
/qemu/docs/interop/ |
H A D | pr-helper.rst | 27 After connecting to the helper program's socket, the helper starts a simple 77 The sense data is always sent to keep the protocol simple, even though
|
/qemu/scripts/tracetool/backend/ |
H A D | simple.py | 4 Simple built-in backend. 61 '#include "trace/simple.h"',
|
/qemu/include/qemu/ |
H A D | queue.h | 5 * the implementations. Left in singly-linked lists, lists, simple 45 * lists, simple queues, and tail queues. 64 * A simple queue is headed by a pair of pointers, one the head of the 69 * list. A simple queue may only be traversed in the forward direction. 270 * Simple queue definitions. 287 * Simple queue functions. 377 * Simple queue access methods.
|
/qemu/scripts/ |
H A D | simpletrace.py | 3 # Pretty-printer for simple trace backend binary trace files 17 from tracetool.backend.simple import is_string 21 # This is the binary format that the QEMU "simple" trace backend 325 This function is useful as a driver for simple analysis scripts. More
|
/qemu/tests/qemu-iotests/tests/ |
H A D | stream-under-throttle | 50 Create a simple backing chain between two images, write something to 102 Do a simple stream beneath the two throttle nodes. Should complete
|
/qemu/tests/tcg/arm/ |
H A D | README | 6 A very simple inline assembly, write syscall based hello world
|
/qemu/tests/rocker/ |
H A D | README | 1 Tests require simp (simple network simulator) found here:
|
/qemu/tests/tcg/mips/ |
H A D | README | 7 A very simple inline assembly, write syscall based hello world
|