/qemu/tests/qemu-iotests/ |
H A D | 073 | 25 seq=`basename $0` 34 trap "_cleanup; exit \$status" 0 1 2 3 15 56 $QEMU_IO -c "write -P 0xa5 0 $size" "$TEST_IMG.base" | _filter_qemu_io 61 $QEMU_IO -c "write -P 0x11 0 0x10000" "$TEST_IMG" | _filter_qemu_io 62 $QEMU_IO -c "write -P 0x11 0x10000 0x10000" "$TEST_IMG.base" | _filter_qemu_io 64 $QEMU_IO -c "read -P 0x11 0 0x20000" "$TEST_IMG" | _filter_qemu_io 69 $QEMU_IO -c "write -P 0x22 0x20000 0x10000" "$TEST_IMG" | _filter_qemu_io 70 $QEMU_IO -c "write -c -P 0x22 0x30000 0x10000" "$TEST_IMG" | _filter_qemu_io 72 $QEMU_IO -c "read -P 0x22 0x20000 0x20000" "$TEST_IMG" | _filter_qemu_io 77 $QEMU_IO -c "write -P 0x33 0x40000 0x20000" "$TEST_IMG" | _filter_qemu_io [all …]
|
H A D | 257.out | 9 --- Write #0 --- 11 write -P0x49 0x0000000 0x10000 13 write -P0x6c 0x0100000 0x10000 15 write -P0x6f 0x2000000 0x10000 17 write -P0x76 0x3ff0000 0x10000 23 --- Reference Backup #0 --- 35 {"data": {"device": "ref_backup_0", "len": 67108864, "offset": 67108864, "speed": 0, "type": "backu… 44 write -P0x65 0x0000000 0x10000 46 write -P0x77 0x00f8000 0x10000 48 write -P0x72 0x2008000 0x10000 [all …]
|
H A D | 312 | 31 seq=`basename $0` 38 _rm_test_img "$TEST_IMG.0" 44 trap "_cleanup; exit \$status" 0 1 2 3 15 60 TEST_IMG="$TEST_IMG.0" _make_test_img -o cluster_size=64k 10M 66 quorum="$quorum,file.children.0.file.filename=$TEST_IMG.0" 69 quorum="$quorum,file.children.0.driver=$IMGFMT" 87 # Three data regions, the largest one (0x30000) will be picked, end result: 88 # offset 0x10000, length 0x30000 -> data 89 $QEMU_IO -c "write -P 0 $((0x10000)) $((0x10000))" "$TEST_IMG.0" | _filter_qemu_io 90 $QEMU_IO -c "write -P 0 $((0x10000)) $((0x30000))" "$TEST_IMG.1" | _filter_qemu_io [all …]
|
H A D | 176.out | 3 === Test pass snapshot.0 === 30 0x7ffd0000 0x30000 TEST_DIR/t.IMGFMT.base 32 0x7ffd0000 0x10000 TEST_DIR/t.IMGFMT.base 33 0x7ffe0000 0x20000 TEST_DIR/t.IMGFMT.itmd 34 0x83400000 0x200 TEST_DIR/t.IMGFMT.itmd 36 0x7ffd0000 0x10000 TEST_DIR/t.IMGFMT.base 37 0x7ffe0000 0x20000 TEST_DIR/t.IMGFMT.itmd 38 0x83400000 0x200 TEST_DIR/t.IMGFMT.itmd 70 0x7ffd0000 0x30000 TEST_DIR/t.IMGFMT.base 72 0x7ffd0000 0x10000 TEST_DIR/t.IMGFMT.base [all …]
|
H A D | 097.out | 3 === Test pass 0 === 30 0x7ffd0000 0x30000 TEST_DIR/t.IMGFMT.base 32 0x7ffd0000 0x10000 TEST_DIR/t.IMGFMT.base 33 0x7ffe0000 0x20000 TEST_DIR/t.IMGFMT.itmd 34 0x83400000 0x200 TEST_DIR/t.IMGFMT.itmd 36 0x7ffd0000 0x10000 TEST_DIR/t.IMGFMT.base 37 0x7ffe0000 0x20000 TEST_DIR/t.IMGFMT.itmd 38 0x83400000 0x200 TEST_DIR/t.IMGFMT.itmd 67 0x7ffd0000 0x30000 TEST_DIR/t.IMGFMT.base 69 0x7ffd0000 0x10000 TEST_DIR/t.IMGFMT.base [all …]
|
H A D | 031.out | 8 magic 0x514649fb 10 backing_file_offset 0x0 11 backing_file_size 0x0 14 crypt_method 0 16 l1_table_offset 0x30000 17 refcount_table_offset 0x10000 19 nb_snapshots 0 20 snapshot_offset 0x0 28 magic 0x12345678 (<unknown>) 36 magic 0x514649fb [all …]
|
H A D | 046 | 25 seq=`basename $0` 34 trap "_cleanup; exit \$status" 0 1 2 3 15 60 local pattern=0 61 local cur_sec=0 63 for ((i=0;i<=$((sectors - 1));i++)); do 71 backing_io 0 32 write | $QEMU_IO "$TEST_IMG" | _filter_qemu_io 84 aio_write -P 10 0x18000 0x2000 87 aio_write -P 11 0x12000 0x2000 88 aio_write -P 12 0x1c000 0x2000 98 aio_write -P 20 0x28000 0x2000 [all …]
|
H A D | 102.out | 6 wrote 65536/65536 bytes at offset 0 9 64 KiB (0x10000) bytes allocated at offset 0 bytes (0x0) 11 0 0x10000 TEST_DIR/t.IMGFMT 16 wrote 65536/65536 bytes at offset 0 22 64 KiB (0x10000) bytes allocated at offset 0 bytes (0x0)
|
H A D | 033 | 25 seq=`basename $0` 34 trap "_cleanup; exit \$status" 0 1 2 3 15 74 do_test $align "write -P 0xa 0x200 0x400" "$TEST_IMG" | _filter_qemu_io 75 do_test $align "write -P 0xa 0x20000 0x600" "$TEST_IMG" | _filter_qemu_io 76 do_test $align "$write_zero_cmd 0x400 0x20000" "$TEST_IMG" | _filter_qemu_io 80 do_test $align "read -P 0xa 0x200 0x200" "$TEST_IMG" | _filter_qemu_io 81 do_test $align "read -P 0x0 0x400 0x20000" "$TEST_IMG" | _filter_qemu_io 82 do_test $align "read -P 0xa 0x20400 0x200" "$TEST_IMG" | _filter_qemu_io 86 do_test $align "write -P 0xb 0x10000 0x10000" "$TEST_IMG" | _filter_qemu_io 87 do_test $align "$write_zero_cmd 0x10000 0x10000" "$TEST_IMG" | _filter_qemu_io [all …]
|
H A D | 061.out | 6 wrote 131072/131072 bytes at offset 0 8 magic 0x514649fb 10 backing_file_offset 0x0 11 backing_file_size 0x0 14 crypt_method 0 16 l1_table_offset 0x30000 17 refcount_table_offset 0x10000 19 nb_snapshots 0 20 snapshot_offset 0x0 22 compatible_features [0] [all …]
|
H A D | 288 | 25 seq=`basename $0` 35 trap "_cleanup; exit \$status" 0 1 2 3 15 67 $QEMU_IO --object "$SECRET" --image-opts "$TEST_IMG" -c "write -P 0x51 0x10000 0x400" | _filter_qem… 84 QEMU_IO_OPTIONS= IMGOPTSSYNTAX= $QEMU_IO -f raw -c "write -P 0x51 0x10000 0x400" "$TEST_IMG_FILE" |… 94 status=0
|
H A D | 077 | 25 seq=`basename $0` 34 trap "_cleanup; exit \$status" 0 1 2 3 15 57 aio_write -P 10 0x200 0x200 62 off=0x1000 66 aio_write -P 10 $((off + 0x200)) 0x200 68 aio_write -P 11 $((off + 0x400)) 0x200 73 off=$((off + 0x1000)) 79 aio_write -P 10 0x5000 0x200 81 aio_write -P 11 0x5200 0x200 82 aio_write -P 12 0x5400 0x200 [all …]
|
H A D | 165 | 28 disk_size = 0x40000000 # 1G 31 regions1 = ((0x0fff00, 0x10000), 32 (0x200000, 0x100000)) 34 regions2 = ((0x10000000, 0x20000), 35 (0x3fff0000, 0x10000))
|
/qemu/include/hw/arm/ |
H A D | xlnx-versal.h | 174 #define MM_TOP_RSVD 0xa0000000U 175 #define MM_TOP_RSVD_SIZE 0x4000000 176 #define MM_GIC_APU_DIST_MAIN 0xf9000000U 177 #define MM_GIC_APU_DIST_MAIN_SIZE 0x10000 178 #define MM_GIC_APU_REDIST_0 0xf9080000U 179 #define MM_GIC_APU_REDIST_0_SIZE 0x80000 181 #define MM_UART0 0xff000000U 182 #define MM_UART0_SIZE 0x10000 183 #define MM_UART1 0xff010000U 184 #define MM_UART1_SIZE 0x10000 [all …]
|
H A D | xlnx-zynqmp.h | 66 #define XLNX_ZYNQMP_OCM_RAM_0_ADDRESS 0xFFFC0000 67 #define XLNX_ZYNQMP_OCM_RAM_SIZE 0x10000 78 #define XLNX_ZYNQMP_GIC_REGION_SIZE 0x1000 79 #define XLNX_ZYNQMP_GIC_ALIASES (0x10000 / XLNX_ZYNQMP_GIC_REGION_SIZE) 81 #define XLNX_ZYNQMP_MAX_LOW_RAM_SIZE 0x80000000ull 83 #define XLNX_ZYNQMP_MAX_HIGH_RAM_SIZE 0x800000000ull 84 #define XLNX_ZYNQMP_HIGH_RAM_START 0x800000000ull
|
/qemu/tests/unit/ |
H A D | test-resv-mem.c | 16 #define DEBUG 0 22 int i = 0; in print_ranges() 31 printf("%s rev[%i] = [0x%"PRIx64",0x%"PRIx64"]\n", in print_ranges() 95 in = insert_sorted_range(in, 0x10000, UINT64_MAX); in check_range_reverse_array() 96 expected = insert_sorted_range(expected, 0x0, 0xFFFF); in check_range_reverse_array() 97 run_range_inverse_array("test1", &in, &expected, 0x0, UINT64_MAX); in check_range_reverse_array() 101 in = insert_sorted_range(in, 0x10000, 0xFFFFFFFFFFFF); in check_range_reverse_array() 102 expected = insert_sorted_range(expected, 0x0, 0xFFFF); in check_range_reverse_array() 103 expected = insert_sorted_range(expected, 0x1000000000000, UINT64_MAX); in check_range_reverse_array() 104 run_range_inverse_array("test1", &in, &expected, 0x0, UINT64_MAX); in check_range_reverse_array() [all …]
|
/qemu/hw/riscv/ |
H A D | microblaze-v-generic.c | 30 #define MEMORY_BASEADDR 0x80000000 31 #define INTC_BASEADDR 0x41200000 32 #define TIMER_BASEADDR 0x41c00000 33 #define TIMER_BASEADDR2 0x41c10000 34 #define UARTLITE_BASEADDR 0x40600000 35 #define ETHLITE_BASEADDR 0x40e00000 36 #define UART16550_BASEADDR 0x44a10000 37 #define AXIENET_BASEADDR 0x40c00000 38 #define AXIDMA_BASEADDR 0x41e00000 39 #define GPIO_BASEADDR 0x40000000 [all …]
|
/qemu/tests/multiboot/ |
H A D | aout_kludge.S | 25 #define MB_MAGIC 0x1badb002 26 #define MB_FLAGS 0x10000 34 #define LAST_BYTE_VALUE 0xa5 47 .int 0x100000 48 .int 0x100000 54 .int 0x100000 55 .int 0x100000 57 .int 0 61 .int 0x100000 62 .int 0x100000 [all …]
|
/qemu/pc-bios/dtb/ |
H A D | petalogix-s3adsp1800.dts | 11 #address-cells = <0x01>; 12 #size-cells = <0x01>; 18 reg = <0x90000000 0x8000000>; 27 #address-cells = <0x01>; 28 #size-cells = <0x00>; 29 #cpus = <0x01>; 31 cpu@0 { 32 clock-frequency = <0x3b9aca0>; 34 d-cache-baseaddr = <0x90000000>; 35 d-cache-highaddr = <0x97ffffff>; [all …]
|
/qemu/include/hw/intc/ |
H A D | arm_gicv3_its_common.h | 30 #define ITS_CONTROL_SIZE 0x10000 31 #define ITS_TRANS_SIZE 0x10000 34 #define GITS_CTLR 0x0 35 #define GITS_IIDR 0x4 36 #define GITS_TYPER 0x8 37 #define GITS_CBASER 0x80 38 #define GITS_CWRITER 0x88 39 #define GITS_CREADR 0x90 40 #define GITS_BASER 0x100 42 #define GITS_TRANSLATER 0x0040
|
/qemu/tests/qemu-iotests/tests/ |
H A D | migrate-bitmaps-test | 85 regions = ((0, 0x10000), 86 (0xf0000, 0x10000), 87 (0xa0201, 0x1000)) 140 regions = ((0, 0x10000), 141 (0xf0000, 0x10000), 142 (0xa0201, 0x1000)) 255 self.assert_qmp(node, 'dirty-bitmaps[0]/name', 'bmap0') 279 name = ('_' if cmb[0] else '_not_') + 'persistent_' 290 name = ('_' if cmb[0] else '_not_') + 'persistent_'
|
/qemu/tests/qtest/ |
H A D | aspeed-hace-utils.c | 22 static const uint8_t test_vector[3] = {0x61, 0x62, 0x63}; 25 0xdd, 0xaf, 0x35, 0xa1, 0x93, 0x61, 0x7a, 0xba, 0xcc, 0x41, 0x73, 0x49, 26 0xae, 0x20, 0x41, 0x31, 0x12, 0xe6, 0xfa, 0x4e, 0x89, 0xa9, 0x7e, 0xa2, 27 0x0a, 0x9e, 0xee, 0xe6, 0x4b, 0x55, 0xd3, 0x9a, 0x21, 0x92, 0x99, 0x2a, 28 0x27, 0x4f, 0xc1, 0xa8, 0x36, 0xba, 0x3c, 0x23, 0xa3, 0xfe, 0xeb, 0xbd, 29 0x45, 0x4d, 0x44, 0x23, 0x64, 0x3c, 0xe8, 0x0e, 0x2a, 0x9a, 0xc9, 0x4f, 30 0xa5, 0x4c, 0xa4, 0x9f}; 33 0xcb, 0x00, 0x75, 0x3f, 0x45, 0xa3, 0x5e, 0x8b, 0xb5, 0xa0, 0x3d, 0x69, 34 0x9a, 0xc6, 0x50, 0x07, 0x27, 0x2c, 0x32, 0xab, 0x0e, 0xde, 0xd1, 0x63, 35 0x1a, 0x8b, 0x60, 0x5a, 0x43, 0xff, 0x5b, 0xed, 0x80, 0x86, 0x07, 0x2b, [all …]
|
/qemu/tests/tcg/i386/system/ |
H A D | boot.S | 17 .int 0x1BADB002 18 .int 0x10000 19 .int -(0x10000+0x1BADB002) 27 .int 0 29 .int 0 31 .int 0 33 .int 0 46 ljmp $0x8,$.Lloadcs 48 mov $0x10,%eax 60 movw $0x8,idt_00+2(,%ebx,8) [all …]
|
/qemu/scripts/oss-fuzz/ |
H A D | reorder_fuzzer_qtest_trace.py | 37 [R +0.028431] readw 0x10000 38 [R +0.028434] outl 0xc000 0xbeef # Triggers a DMA read from 0xbeef and 0xbf00 39 [DMA][R +0.034639] write 0xbeef 0x2 0xAAAA 40 [DMA][R +0.034639] write 0xbf00 0x2 0xBBBB 41 [R +0.028431] readw 0xfc000 44 readw 0x10000 45 write 0xbeef 0x2 0xAAAA 46 write 0xbf00 0x2 0xBBBB 47 outl 0xc000 0xbeef 48 readw 0xfc000 [all …]
|
/qemu/hw/intc/ |
H A D | exynos4210_gic.c | 36 #define EXYNOS4210_EXT_GIC_CPU_REGION_SIZE 0x10000 37 #define EXYNOS4210_EXT_GIC_DIST_REGION_SIZE 0x10000 39 #define EXYNOS4210_EXT_GIC_PER_CPU_OFFSET 0x8000 45 #define EXYNOS4210_GIC_CPU_REGION_SIZE 0x100 46 #define EXYNOS4210_GIC_DIST_REGION_SIZE 0x1000 87 for (i = 0; i < n; i++) { in exynos4210_gic_realize() 95 0, in exynos4210_gic_realize() 103 sysbus_mmio_get_region(gicbusdev, 0), in exynos4210_gic_realize() 104 0, in exynos4210_gic_realize()
|