Merge remote-tracking branch 'remotes/nvme/tags/nvme-fixes-20210407-pull-request...
[qemu/ar7.git] / tests / qemu-iotests / 222.out
blob16643dde301fc587f43dab8476206ed797f90d58
1 --- Setting up images ---
3 Done
5 --- Launching VM ---
7 Done
9 --- Setting up Fleecing Graph ---
11 {"return": {}}
12 {"return": {}}
14 --- Setting up NBD Export ---
16 {"return": {}}
17 {"return": {}}
19 --- Sanity Check ---
21 read -P0x5d 0 64k
22 read -P0xd5 1M 64k
23 read -P0xdc 32M 64k
24 read -P0xcd 0x3ff0000 64k
25 read -P0 0x00f8000 32k
26 read -P0 0x2010000 32k
27 read -P0 0x3fe0000 64k
29 --- Testing COW ---
31 write -P0xab 0 64k
32 {"return": ""}
33 write -P0xad 0x00f8000 64k
34 {"return": ""}
35 write -P0x1d 0x2008000 64k
36 {"return": ""}
37 write -P0xea 0x3fe0000 64k
38 {"return": ""}
40 --- Verifying Data ---
42 read -P0x5d 0 64k
43 read -P0xd5 1M 64k
44 read -P0xdc 32M 64k
45 read -P0xcd 0x3ff0000 64k
46 read -P0 0x00f8000 32k
47 read -P0 0x2010000 32k
48 read -P0 0x3fe0000 64k
50 --- Cleanup ---
52 {"return": {}}
53 {"data": {"device": "drive0", "len": 67108864, "offset": 393216, "speed": 0, "type": "backup"}, "event": "BLOCK_JOB_CANCELLED", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}}
54 {"return": {}}
55 {"return": {}}
57 --- Confirming writes ---
59 read -P0xab 0 64k
60 read -P0xad 0x00f8000 64k
61 read -P0x1d 0x2008000 64k
62 read -P0xea 0x3fe0000 64k
63 read -P0xd5 0x108000 32k
64 read -P0xdc 32M 32k
65 read -P0xcd 0x3ff0000 64k
67 Done