/qemu/tests/qemu-iotests/ |
H A D | 021.out | 4 == testing writev -P -1 == 7 == testing read -P -1 == 10 == testing write -P -1 == 13 == testing readv -P -1 == 16 == testing aio_read -P -1 == 19 == testing aio_write -P -1 == 22 == testing writev -P 300 == 25 == testing read -P 300 == 28 == testing write -P 300 == 31 == testing readv -P 300 == [all …]
|
H A D | 271.out | 8 write -q -P PATTERN 0 1k 10 write -q -P PATTERN 3k 512 12 write -q -P PATTERN 5k 1k 14 write -q -P PATTERN 6k 2k 16 write -q -P PATTERN 8k 6k 18 write -q -P PATTERN 15k 4k 20 write -q -P PATTERN 32k 1k 22 write -q -P PATTERN 63k 4k 29 write -q -P PATTERN 0 64k 35 write -q -P PATTERN 3k 512 [all …]
|
H A D | 149.out | 10 qemu-io -c write -P 0xa7 100M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-145-… 16 qemu-io -c write -P 0x13 3145728M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-… 23 qemu-io -c read -P 0xa7 100M 10M --object secret,id=sec0,data=MTIzNDU2,format=base64 --image-opts d… 28 qemu-io -c read -P 0x13 3145728M 10M --object secret,id=sec0,data=MTIzNDU2,format=base64 --image-op… 33 qemu-io -c write -P 0x91 100M 10M --object secret,id=sec0,data=MTIzNDU2,format=base64 --image-opts … 38 qemu-io -c write -P 0x5e 3145728M 10M --object secret,id=sec0,data=MTIzNDU2,format=base64 --image-o… 46 qemu-io -c read -P 0x91 100M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-145-a… 52 qemu-io -c read -P 0x5e 3145728M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-1… 68 qemu-io -c write -P 0xa7 100M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-145-… 74 qemu-io -c write -P 0x13 3145728M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-… [all …]
|
H A D | 181.out | 10 (qemu) qemu-io disk "write -P 0x55 0 64k" 14 (qemu) qemu-io disk "read -P 0x55 0 64k" 23 (qemu) qemu-io disk "read -P 0x55 0 64k" 27 (qemu) qemu-io disk "write -P 0x66 1M 64k"
|
H A D | 156.out | 19 'qemu-io source "write -P 3 128k 128k"' } } 36 'qemu-io source "write -P 4 192k 64k"' } } 51 'qemu-io source "read -P 1 0k 64k"' } } 57 'qemu-io source "read -P 2 64k 64k"' } } 63 'qemu-io source "read -P 3 128k 64k"' } } 69 'qemu-io source "read -P 4 192k 64k"' } }
|
H A D | 137 | 121 _make_test_img -o "cluster_size=256k" 32P
|
H A D | 049.out | 101 qemu-img: Invalid image size specified. You may use k, M, G, T, P or E suffixes for 106 Optional suffix k, M, G, T, P or E means kilo-, mega-, giga-, tera-, peta- 110 qemu-img: Invalid image size specified. You may use k, M, G, T, P or E suffixes for 115 Optional suffix k, M, G, T, P or E means kilo-, mega-, giga-, tera-, peta- 119 qemu-img: Invalid image size specified. You may use k, M, G, T, P or E suffixes for 124 Optional suffix k, M, G, T, P or E means kilo-, mega-, giga-, tera-, peta-
|
H A D | 117.out | 16 'arguments': { 'command-line': 'qemu-io format "write -P 42 0 64k"' } }
|
H A D | 051.out | 386 (qemu) qemu-io drive0 "write -P 0x22 0 4k" 393 (qemu) qemu-io drive0 "write -P 0x22 0 4k" 400 (qemu) qemu-io drive0 "write -P 0x22 0 4k" 407 (qemu) qemu-io drive0 "write -P 0x22 0 4k" 414 (qemu) qemu-io drive0 "write -P 0x22 0 4k" 421 (qemu) qemu-io drive0 "write -P 0x22 0 4k" 428 (qemu) qemu-io drive0 "write -P 0x22 0 4k" 435 (qemu) qemu-io drive0 "write -P 0x22 0 4k" 444 (qemu) qemu-io drive0 "write -P 0x22 0 4k" 453 (qemu) qemu-io drive0 "write -P 0x33 0 4k"
|
/qemu/subprojects/libvduse/include/ |
H A D | atomic.h | 252 #define qatomic_read_i64(P) \ argument 253 _Generic(*(P), int64_t: qatomic_read__nocheck(P)) 254 #define qatomic_read_u64(P) \ argument 255 _Generic(*(P), uint64_t: qatomic_read__nocheck(P)) 256 #define qatomic_set_i64(P, V) \ argument 257 _Generic(*(P), int64_t: qatomic_set__nocheck(P, V)) 258 #define qatomic_set_u64(P, V) \ argument 259 _Generic(*(P), uint64_t: qatomic_set__nocheck(P, V))
|
/qemu/include/qemu/ |
H A D | atomic.h | 252 #define qatomic_read_i64(P) \ argument 253 _Generic(*(P), int64_t: qatomic_read__nocheck(P)) 254 #define qatomic_read_u64(P) \ argument 255 _Generic(*(P), uint64_t: qatomic_read__nocheck(P)) 256 #define qatomic_set_i64(P, V) \ argument 257 _Generic(*(P), int64_t: qatomic_set__nocheck(P, V)) 258 #define qatomic_set_u64(P, V) \ argument 259 _Generic(*(P), uint64_t: qatomic_set__nocheck(P, V))
|
/qemu/subprojects/libvhost-user/include/ |
H A D | atomic.h | 252 #define qatomic_read_i64(P) \ argument 253 _Generic(*(P), int64_t: qatomic_read__nocheck(P)) 254 #define qatomic_read_u64(P) \ argument 255 _Generic(*(P), uint64_t: qatomic_read__nocheck(P)) 256 #define qatomic_set_i64(P, V) \ argument 257 _Generic(*(P), int64_t: qatomic_set__nocheck(P, V)) 258 #define qatomic_set_u64(P, V) \ argument 259 _Generic(*(P), uint64_t: qatomic_set__nocheck(P, V))
|
/qemu/tests/qemu-iotests/tests/ |
H A D | qsd-migrate.out | 8 …ommand", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backend \"write -P 0x11 0 4k\""}} 10 …command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backend \"read -P 0x11 0 4k\""}} 23 …command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backend \"read -P 0x11 0 4k\""}} 34 …command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backend \"read -P 0x11 0 4k\""}} 36 …ommand", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backend \"write -P 0x22 0 4k\""}} 38 …command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backend \"read -P 0x22 0 4k\""}}
|
H A D | write-zeroes-unmap.out | 27 (qemu) qemu-io none0 "write -P 0 0 1m" 47 (qemu) qemu-io none0 "write -P 0 0 1m" 57 (qemu) qemu-io none0 "write -P 0 0 1m"
|
/qemu/scripts/codeconverter/codeconverter/ |
H A D | regexps.py | 21 def P(*regexps, name=None, capture=False, repeat='') -> str: function 37 return P(*regexps, name=name) 41 return P('|'.join(regexps), **kwargs) 53 r = P(*regexps, repeat=n)
|
/qemu/scripts/ |
H A D | get_maintainer.pl | 16 my $P = $0; 147 or warn "$P: Can't find a readable .get_maintainer.conf file $!\n"; 205 die "$P: invalid argument - use --help if necessary\n"; 214 print("${P} ${V}\n"); 220 die "$P: missing patchfile or -f file - use --help if necessary\n"; 239 die "$P: Missing required option: email, scm, status, subsystem or web\n"; 247 die "$P: Please select at least 1 email option\n"; 251 die "$P: The current directory does not appear to be " 261 or die "$P: Can't open MAINTAINERS: $!\n"; 307 or warn "$P: Can't open .mailmap: $!\n"; [all …]
|
H A D | checkpatch.pl | 12 my $P = $0; 13 $P =~ s@.*/@@g; 48 $P [OPTION]... [FILE]... 49 $P [OPTION]... [GIT-REV-LIST] 143 print "$P: no input files\n"; 222 die "$P: $root: --root does not point at a valid tree\n"; 451 die "$P: git log --reverse --no-merges --no-mailmap --format='%H %s' $ARGV[0] failed - $!\n"; 464 die "$P: no revisions returned for revlist '$ARGV[0]'\n" 477 die "$P: git show $hash - $!\n"; 505 die "$P: $filename: diff failed - $!\n"; [all …]
|
/qemu/docs/system/ppc/ |
H A D | prep.rst | 4 Use the executable ``qemu-system-ppc`` to simulate a complete 40P (PREP) 9 QEMU emulates the following 40P (PREP) peripherals:
|
/qemu/target/arm/tcg/ |
H A D | vfp.decode | 90 # P=0 U=0 W=0 is 64-bit VMOV 91 # P=1 W=0 is VLDR/VSTR 92 # P=U W=1 is UNDEF 93 # leaving P=0 U=1 W=x and P=1 U=0 W=1 for load/store multiple.
|
/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.lex | 129 "P"{PRED_ID}"V" { 136 "P"{PRED_ID}"N" {
|
/qemu/tests/tcg/aarch64/system/ |
H A D | pauth-3.c | 28 : [P] "r" (d[0]), in main()
|
/qemu/fpu/ |
H A D | softfloat.c | 716 #define PARTS_GENERIC_64_128(NAME, P) \ argument 717 _Generic((P), FloatParts64 *: parts64_##NAME, \ 720 #define PARTS_GENERIC_64_128_256(NAME, P) \ argument 721 _Generic((P), FloatParts64 *: parts64_##NAME, \ 725 #define parts_default_nan(P, S) PARTS_GENERIC_64_128(default_nan, P)(P, S) argument 726 #define parts_silence_nan(P, S) PARTS_GENERIC_64_128(silence_nan, P)(P, S) argument 731 #define parts_return_nan(P, S) PARTS_GENERIC_64_128(return_nan, P)(P, S) argument 863 #define parts_float_to_sint(P, R, Z, MN, MX, S) \ argument 864 PARTS_GENERIC_64_128(float_to_sint, P)(P, R, Z, MN, MX, S) 873 #define parts_float_to_uint(P, R, Z, M, S) \ argument [all …]
|
/qemu/target/mips/tcg/ |
H A D | nanomips_translate.c.inc | 80 /* P.GP.W instruction pool */ 97 /* P.U12 instruction pool */ 126 /* P.LUI instruction pool */ 132 /* P.GP.BH instruction pool */ 143 /* P.LS.U12 instruction pool */ 161 /* P.LS.S9 instruction pool */ 170 /* P.BAL instruction pool */ 176 /* P.J instruction pool */ 183 /* P.BR1 instruction pool */ 191 /* P.BR2 instruction pool */ [all …]
|
/qemu/tests/qemu-iotests/sample_images/ |
HD | simple-pattern.cloop.bz2 |
|
/qemu/target/hppa/ |
H A D | cpu.h | 46 #define PRIV_P_TO_MMU_IDX(PRIV, P) ((PRIV) * 2 + !!(P) + MMU_KERNEL_IDX) argument
|