Home
last modified time | relevance | path

Searched full:simple (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/qemu/tests/qemu-iotests/
H A D075.out12 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 D07550 _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 Dsimple.h2 * 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 Dinclude-simple.out11 module include-simple.json
12 include include-simple-sub.json
13 module include-simple-sub.json
H A Dinclude-simple.json1 { 'include': 'include-simple-sub.json' }
H A Dinclude-before-err.json1 { 'include': 'include-simple-sub.json' }
/qemu/docs/system/
H A Dauthz.rst44 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 Dqemu-option-trace.rst.inc8 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 Dtest-authz-simple.c2 * 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 Dqom.rst33 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 Dtrace-events6 # simple.c
7 …d(void *authz, const char *wantidentity, const char *gotidentity) "AuthZ simple %p check want iden…
H A Dsimple.c2 * QEMU simple authorization driver
22 #include "authz/simple.h"
H A Dmeson.build6 'simple.c',
/qemu/include/hw/display/
H A Di2c-ddc.h1 /* 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 Dcontrol.c15 #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 Dmeson.build84 if 'simple' in get_option('trace_backends')
85 trace_ss.add(files('simple.c'))
/qemu/qapi/
H A Dstring-input-visitor.c139 /* 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 Dpr-helper.rst27 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 Dsimple.py4 Simple built-in backend.
61 '#include "trace/simple.h"',
/qemu/include/qemu/
H A Dqueue.h5 * 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 Dsimpletrace.py3 # 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 Dstream-under-throttle50 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 DREADME6 A very simple inline assembly, write syscall based hello world
/qemu/tests/rocker/
H A DREADME1 Tests require simp (simple network simulator) found here:
/qemu/tests/tcg/mips/
H A DREADME7 A very simple inline assembly, write syscall based hello world

12345678910>>...15