qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

tests/qemu-iotests: Fix output of qemu-io related tests

One of the recent commits changed the way qemu-io prints out its
errors and warnings - they are now prefixed with the program name.
We've got to adapt the iotests accordingly to prevent that they
are failing.

Fixes: 99e98d7c9fc1a1639fad ("qemu-io: Use error_[gs]et_progname()")
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>

authored by

Thomas Huth and committed by
Kevin Wolf
36b9986b 22d96eac

+214 -214
+84 -84
tests/qemu-iotests/026.out
··· 14 14 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 15 15 16 16 Event: l1_update; errno: 5; imm: off; once: off; write 17 - Failed to flush the L2 table cache: Input/output error 18 - Failed to flush the refcount block cache: Input/output error 17 + qemu-io: Failed to flush the L2 table cache: Input/output error 18 + qemu-io: Failed to flush the refcount block cache: Input/output error 19 19 write failed: Input/output error 20 20 21 21 1 leaked clusters were found on the image. ··· 23 23 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 24 24 25 25 Event: l1_update; errno: 5; imm: off; once: off; write -b 26 - Failed to flush the L2 table cache: Input/output error 27 - Failed to flush the refcount block cache: Input/output error 26 + qemu-io: Failed to flush the L2 table cache: Input/output error 27 + qemu-io: Failed to flush the refcount block cache: Input/output error 28 28 write failed: Input/output error 29 29 30 30 1 leaked clusters were found on the image. ··· 42 42 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 43 43 44 44 Event: l1_update; errno: 28; imm: off; once: off; write 45 - Failed to flush the L2 table cache: No space left on device 46 - Failed to flush the refcount block cache: No space left on device 45 + qemu-io: Failed to flush the L2 table cache: No space left on device 46 + qemu-io: Failed to flush the refcount block cache: No space left on device 47 47 write failed: No space left on device 48 48 49 49 1 leaked clusters were found on the image. ··· 51 51 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 52 52 53 53 Event: l1_update; errno: 28; imm: off; once: off; write -b 54 - Failed to flush the L2 table cache: No space left on device 55 - Failed to flush the refcount block cache: No space left on device 54 + qemu-io: Failed to flush the L2 table cache: No space left on device 55 + qemu-io: Failed to flush the refcount block cache: No space left on device 56 56 write failed: No space left on device 57 57 58 58 1 leaked clusters were found on the image. ··· 134 134 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 135 135 136 136 Event: l2_update; errno: 5; imm: off; once: off; write 137 - Failed to flush the L2 table cache: Input/output error 138 - Failed to flush the refcount block cache: Input/output error 137 + qemu-io: Failed to flush the L2 table cache: Input/output error 138 + qemu-io: Failed to flush the refcount block cache: Input/output error 139 139 write failed: Input/output error 140 140 141 141 127 leaked clusters were found on the image. ··· 143 143 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 144 144 145 145 Event: l2_update; errno: 5; imm: off; once: off; write -b 146 - Failed to flush the L2 table cache: Input/output error 147 - Failed to flush the refcount block cache: Input/output error 146 + qemu-io: Failed to flush the L2 table cache: Input/output error 147 + qemu-io: Failed to flush the refcount block cache: Input/output error 148 148 write failed: Input/output error 149 149 150 150 127 leaked clusters were found on the image. ··· 162 162 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 163 163 164 164 Event: l2_update; errno: 28; imm: off; once: off; write 165 - Failed to flush the L2 table cache: No space left on device 166 - Failed to flush the refcount block cache: No space left on device 165 + qemu-io: Failed to flush the L2 table cache: No space left on device 166 + qemu-io: Failed to flush the refcount block cache: No space left on device 167 167 write failed: No space left on device 168 168 169 169 127 leaked clusters were found on the image. ··· 171 171 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 172 172 173 173 Event: l2_update; errno: 28; imm: off; once: off; write -b 174 - Failed to flush the L2 table cache: No space left on device 175 - Failed to flush the refcount block cache: No space left on device 174 + qemu-io: Failed to flush the L2 table cache: No space left on device 175 + qemu-io: Failed to flush the refcount block cache: No space left on device 176 176 write failed: No space left on device 177 177 178 178 127 leaked clusters were found on the image. ··· 190 190 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 191 191 192 192 Event: l2_alloc_write; errno: 5; imm: off; once: off; write 193 - Failed to flush the L2 table cache: Input/output error 194 - Failed to flush the refcount block cache: Input/output error 193 + qemu-io: Failed to flush the L2 table cache: Input/output error 194 + qemu-io: Failed to flush the refcount block cache: Input/output error 195 195 write failed: Input/output error 196 196 No errors were found on the image. 197 197 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 198 198 199 199 Event: l2_alloc_write; errno: 5; imm: off; once: off; write -b 200 - Failed to flush the L2 table cache: Input/output error 201 - Failed to flush the refcount block cache: Input/output error 200 + qemu-io: Failed to flush the L2 table cache: Input/output error 201 + qemu-io: Failed to flush the refcount block cache: Input/output error 202 202 write failed: Input/output error 203 203 204 204 1 leaked clusters were found on the image. ··· 216 216 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 217 217 218 218 Event: l2_alloc_write; errno: 28; imm: off; once: off; write 219 - Failed to flush the L2 table cache: No space left on device 220 - Failed to flush the refcount block cache: No space left on device 219 + qemu-io: Failed to flush the L2 table cache: No space left on device 220 + qemu-io: Failed to flush the refcount block cache: No space left on device 221 221 write failed: No space left on device 222 222 No errors were found on the image. 223 223 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 224 224 225 225 Event: l2_alloc_write; errno: 28; imm: off; once: off; write -b 226 - Failed to flush the L2 table cache: No space left on device 227 - Failed to flush the refcount block cache: No space left on device 226 + qemu-io: Failed to flush the L2 table cache: No space left on device 227 + qemu-io: Failed to flush the refcount block cache: No space left on device 228 228 write failed: No space left on device 229 229 230 230 1 leaked clusters were found on the image. ··· 242 242 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 243 243 244 244 Event: write_aio; errno: 5; imm: off; once: off; write 245 - Failed to flush the L2 table cache: Input/output error 246 - Failed to flush the refcount block cache: Input/output error 245 + qemu-io: Failed to flush the L2 table cache: Input/output error 246 + qemu-io: Failed to flush the refcount block cache: Input/output error 247 247 write failed: Input/output error 248 248 No errors were found on the image. 249 249 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 250 250 251 251 Event: write_aio; errno: 5; imm: off; once: off; write -b 252 - Failed to flush the L2 table cache: Input/output error 253 - Failed to flush the refcount block cache: Input/output error 252 + qemu-io: Failed to flush the L2 table cache: Input/output error 253 + qemu-io: Failed to flush the refcount block cache: Input/output error 254 254 write failed: Input/output error 255 255 No errors were found on the image. 256 256 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 ··· 266 266 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 267 267 268 268 Event: write_aio; errno: 28; imm: off; once: off; write 269 - Failed to flush the L2 table cache: No space left on device 270 - Failed to flush the refcount block cache: No space left on device 269 + qemu-io: Failed to flush the L2 table cache: No space left on device 270 + qemu-io: Failed to flush the refcount block cache: No space left on device 271 271 write failed: No space left on device 272 272 No errors were found on the image. 273 273 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 274 274 275 275 Event: write_aio; errno: 28; imm: off; once: off; write -b 276 - Failed to flush the L2 table cache: No space left on device 277 - Failed to flush the refcount block cache: No space left on device 276 + qemu-io: Failed to flush the L2 table cache: No space left on device 277 + qemu-io: Failed to flush the refcount block cache: No space left on device 278 278 write failed: No space left on device 279 279 No errors were found on the image. 280 280 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 ··· 290 290 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 291 291 292 292 Event: refblock_load; errno: 5; imm: off; once: off; write 293 - Failed to flush the L2 table cache: Input/output error 294 - Failed to flush the refcount block cache: Input/output error 293 + qemu-io: Failed to flush the L2 table cache: Input/output error 294 + qemu-io: Failed to flush the refcount block cache: Input/output error 295 295 write failed: Input/output error 296 296 No errors were found on the image. 297 297 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 298 298 299 299 Event: refblock_load; errno: 5; imm: off; once: off; write -b 300 - Failed to flush the L2 table cache: Input/output error 301 - Failed to flush the refcount block cache: Input/output error 300 + qemu-io: Failed to flush the L2 table cache: Input/output error 301 + qemu-io: Failed to flush the refcount block cache: Input/output error 302 302 write failed: Input/output error 303 303 No errors were found on the image. 304 304 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 ··· 314 314 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 315 315 316 316 Event: refblock_load; errno: 28; imm: off; once: off; write 317 - Failed to flush the L2 table cache: No space left on device 318 - Failed to flush the refcount block cache: No space left on device 317 + qemu-io: Failed to flush the L2 table cache: No space left on device 318 + qemu-io: Failed to flush the refcount block cache: No space left on device 319 319 write failed: No space left on device 320 320 No errors were found on the image. 321 321 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 322 322 323 323 Event: refblock_load; errno: 28; imm: off; once: off; write -b 324 - Failed to flush the L2 table cache: No space left on device 325 - Failed to flush the refcount block cache: No space left on device 324 + qemu-io: Failed to flush the L2 table cache: No space left on device 325 + qemu-io: Failed to flush the refcount block cache: No space left on device 326 326 write failed: No space left on device 327 327 No errors were found on the image. 328 328 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 ··· 338 338 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 339 339 340 340 Event: refblock_update_part; errno: 5; imm: off; once: off; write 341 - Failed to flush the L2 table cache: Input/output error 342 - Failed to flush the refcount block cache: Input/output error 341 + qemu-io: Failed to flush the L2 table cache: Input/output error 342 + qemu-io: Failed to flush the refcount block cache: Input/output error 343 343 write failed: Input/output error 344 344 No errors were found on the image. 345 345 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 346 346 347 347 Event: refblock_update_part; errno: 5; imm: off; once: off; write -b 348 - Failed to flush the L2 table cache: Input/output error 349 - Failed to flush the refcount block cache: Input/output error 348 + qemu-io: Failed to flush the L2 table cache: Input/output error 349 + qemu-io: Failed to flush the refcount block cache: Input/output error 350 350 write failed: Input/output error 351 351 No errors were found on the image. 352 352 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 ··· 362 362 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 363 363 364 364 Event: refblock_update_part; errno: 28; imm: off; once: off; write 365 - Failed to flush the L2 table cache: No space left on device 366 - Failed to flush the refcount block cache: No space left on device 365 + qemu-io: Failed to flush the L2 table cache: No space left on device 366 + qemu-io: Failed to flush the refcount block cache: No space left on device 367 367 write failed: No space left on device 368 368 No errors were found on the image. 369 369 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 370 370 371 371 Event: refblock_update_part; errno: 28; imm: off; once: off; write -b 372 - Failed to flush the L2 table cache: No space left on device 373 - Failed to flush the refcount block cache: No space left on device 372 + qemu-io: Failed to flush the L2 table cache: No space left on device 373 + qemu-io: Failed to flush the refcount block cache: No space left on device 374 374 write failed: No space left on device 375 375 No errors were found on the image. 376 376 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 ··· 386 386 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 387 387 388 388 Event: refblock_alloc; errno: 5; imm: off; once: off; write 389 - Failed to flush the L2 table cache: Input/output error 390 - Failed to flush the refcount block cache: Input/output error 389 + qemu-io: Failed to flush the L2 table cache: Input/output error 390 + qemu-io: Failed to flush the refcount block cache: Input/output error 391 391 write failed: Input/output error 392 392 No errors were found on the image. 393 393 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 394 394 395 395 Event: refblock_alloc; errno: 5; imm: off; once: off; write -b 396 - Failed to flush the L2 table cache: Input/output error 397 - Failed to flush the refcount block cache: Input/output error 396 + qemu-io: Failed to flush the L2 table cache: Input/output error 397 + qemu-io: Failed to flush the refcount block cache: Input/output error 398 398 write failed: Input/output error 399 399 No errors were found on the image. 400 400 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 ··· 410 410 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 411 411 412 412 Event: refblock_alloc; errno: 28; imm: off; once: off; write 413 - Failed to flush the L2 table cache: No space left on device 414 - Failed to flush the refcount block cache: No space left on device 413 + qemu-io: Failed to flush the L2 table cache: No space left on device 414 + qemu-io: Failed to flush the refcount block cache: No space left on device 415 415 write failed: No space left on device 416 416 No errors were found on the image. 417 417 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 418 418 419 419 Event: refblock_alloc; errno: 28; imm: off; once: off; write -b 420 - Failed to flush the L2 table cache: No space left on device 421 - Failed to flush the refcount block cache: No space left on device 420 + qemu-io: Failed to flush the L2 table cache: No space left on device 421 + qemu-io: Failed to flush the refcount block cache: No space left on device 422 422 write failed: No space left on device 423 423 No errors were found on the image. 424 424 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 ··· 477 477 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 478 478 479 479 Event: refblock_alloc_hookup; errno: 28; imm: off; once: off; write 480 - Failed to flush the L2 table cache: No space left on device 481 - Failed to flush the refcount block cache: No space left on device 480 + qemu-io: Failed to flush the L2 table cache: No space left on device 481 + qemu-io: Failed to flush the refcount block cache: No space left on device 482 482 write failed: No space left on device 483 483 484 484 55 leaked clusters were found on the image. ··· 486 486 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 487 487 488 488 Event: refblock_alloc_hookup; errno: 28; imm: off; once: off; write -b 489 - Failed to flush the L2 table cache: No space left on device 490 - Failed to flush the refcount block cache: No space left on device 489 + qemu-io: Failed to flush the L2 table cache: No space left on device 490 + qemu-io: Failed to flush the refcount block cache: No space left on device 491 491 write failed: No space left on device 492 492 493 493 251 leaked clusters were found on the image. ··· 505 505 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 506 506 507 507 Event: refblock_alloc_write; errno: 28; imm: off; once: off; write 508 - Failed to flush the L2 table cache: No space left on device 509 - Failed to flush the refcount block cache: No space left on device 508 + qemu-io: Failed to flush the L2 table cache: No space left on device 509 + qemu-io: Failed to flush the refcount block cache: No space left on device 510 510 write failed: No space left on device 511 511 No errors were found on the image. 512 512 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 513 513 514 514 Event: refblock_alloc_write; errno: 28; imm: off; once: off; write -b 515 - Failed to flush the L2 table cache: No space left on device 516 - Failed to flush the refcount block cache: No space left on device 515 + qemu-io: Failed to flush the L2 table cache: No space left on device 516 + qemu-io: Failed to flush the refcount block cache: No space left on device 517 517 write failed: No space left on device 518 518 No errors were found on the image. 519 519 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 ··· 529 529 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 530 530 531 531 Event: refblock_alloc_write_blocks; errno: 28; imm: off; once: off; write 532 - Failed to flush the L2 table cache: No space left on device 533 - Failed to flush the refcount block cache: No space left on device 532 + qemu-io: Failed to flush the L2 table cache: No space left on device 533 + qemu-io: Failed to flush the refcount block cache: No space left on device 534 534 write failed: No space left on device 535 535 536 536 10 leaked clusters were found on the image. ··· 538 538 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 539 539 540 540 Event: refblock_alloc_write_blocks; errno: 28; imm: off; once: off; write -b 541 - Failed to flush the L2 table cache: No space left on device 542 - Failed to flush the refcount block cache: No space left on device 541 + qemu-io: Failed to flush the L2 table cache: No space left on device 542 + qemu-io: Failed to flush the refcount block cache: No space left on device 543 543 write failed: No space left on device 544 544 545 545 23 leaked clusters were found on the image. ··· 557 557 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 558 558 559 559 Event: refblock_alloc_write_table; errno: 28; imm: off; once: off; write 560 - Failed to flush the L2 table cache: No space left on device 561 - Failed to flush the refcount block cache: No space left on device 560 + qemu-io: Failed to flush the L2 table cache: No space left on device 561 + qemu-io: Failed to flush the refcount block cache: No space left on device 562 562 write failed: No space left on device 563 563 564 564 10 leaked clusters were found on the image. ··· 566 566 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 567 567 568 568 Event: refblock_alloc_write_table; errno: 28; imm: off; once: off; write -b 569 - Failed to flush the L2 table cache: No space left on device 570 - Failed to flush the refcount block cache: No space left on device 569 + qemu-io: Failed to flush the L2 table cache: No space left on device 570 + qemu-io: Failed to flush the refcount block cache: No space left on device 571 571 write failed: No space left on device 572 572 573 573 23 leaked clusters were found on the image. ··· 585 585 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 586 586 587 587 Event: refblock_alloc_switch_table; errno: 28; imm: off; once: off; write 588 - Failed to flush the L2 table cache: No space left on device 589 - Failed to flush the refcount block cache: No space left on device 588 + qemu-io: Failed to flush the L2 table cache: No space left on device 589 + qemu-io: Failed to flush the refcount block cache: No space left on device 590 590 write failed: No space left on device 591 591 592 592 10 leaked clusters were found on the image. ··· 594 594 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 595 595 596 596 Event: refblock_alloc_switch_table; errno: 28; imm: off; once: off; write -b 597 - Failed to flush the L2 table cache: No space left on device 598 - Failed to flush the refcount block cache: No space left on device 597 + qemu-io: Failed to flush the L2 table cache: No space left on device 598 + qemu-io: Failed to flush the refcount block cache: No space left on device 599 599 write failed: No space left on device 600 600 601 601 23 leaked clusters were found on the image. ··· 631 631 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 632 632 633 633 Event: l1_grow_write_table; errno: 5; imm: off; once: off 634 - Failed to flush the L2 table cache: Input/output error 635 - Failed to flush the refcount block cache: Input/output error 634 + qemu-io: Failed to flush the L2 table cache: Input/output error 635 + qemu-io: Failed to flush the refcount block cache: Input/output error 636 636 write failed: Input/output error 637 637 No errors were found on the image. 638 638 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 ··· 643 643 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 644 644 645 645 Event: l1_grow_write_table; errno: 28; imm: off; once: off 646 - Failed to flush the L2 table cache: No space left on device 647 - Failed to flush the refcount block cache: No space left on device 646 + qemu-io: Failed to flush the L2 table cache: No space left on device 647 + qemu-io: Failed to flush the refcount block cache: No space left on device 648 648 write failed: No space left on device 649 649 No errors were found on the image. 650 650 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 ··· 655 655 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 656 656 657 657 Event: l1_grow_activate_table; errno: 5; imm: off; once: off 658 - Failed to flush the L2 table cache: Input/output error 659 - Failed to flush the refcount block cache: Input/output error 658 + qemu-io: Failed to flush the L2 table cache: Input/output error 659 + qemu-io: Failed to flush the refcount block cache: Input/output error 660 660 write failed: Input/output error 661 661 662 662 96 leaked clusters were found on the image. ··· 669 669 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 670 670 671 671 Event: l1_grow_activate_table; errno: 28; imm: off; once: off 672 - Failed to flush the L2 table cache: No space left on device 673 - Failed to flush the refcount block cache: No space left on device 672 + qemu-io: Failed to flush the L2 table cache: No space left on device 673 + qemu-io: Failed to flush the refcount block cache: No space left on device 674 674 write failed: No space left on device 675 675 676 676 96 leaked clusters were found on the image.
+3 -3
tests/qemu-iotests/060.out
··· 20 20 lazy refcounts: false 21 21 refcount bits: 16 22 22 corrupt: true 23 - can't open device TEST_DIR/t.IMGFMT: IMGFMT: Image is corrupt; cannot be opened read/write 23 + qemu-io: can't open device TEST_DIR/t.IMGFMT: IMGFMT: Image is corrupt; cannot be opened read/write 24 24 no file open, try 'help open' 25 25 read 512/512 bytes at offset 0 26 26 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) ··· 267 267 === Testing zero refcount table size === 268 268 269 269 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 270 - can't open device TEST_DIR/t.IMGFMT: Image does not contain a reference count table 270 + qemu-io: can't open device TEST_DIR/t.IMGFMT: Image does not contain a reference count table 271 271 ERROR cluster 0 refcount=0 reference=1 272 272 ERROR cluster 3 refcount=0 reference=1 273 273 Rebuilding refcount structure ··· 296 296 Can't get refcount for cluster 3: Input/output error 297 297 Rebuilding refcount structure 298 298 Repairing cluster 1 refcount=1 reference=0 299 - can't open device TEST_DIR/t.IMGFMT: Could not repair dirty image: Input/output error 299 + qemu-io: can't open device TEST_DIR/t.IMGFMT: Could not repair dirty image: Input/output error 300 300 --- Repairing --- 301 301 Leaked cluster 1 refcount=1 reference=0 302 302 Repairing cluster 1 refcount=1 reference=0
+1 -1
tests/qemu-iotests/069.out
··· 4 4 5 5 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=131072 6 6 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 backing_file=TEST_DIR/t.IMGFMT.base 7 - can't open device TEST_DIR/t.IMGFMT: Could not open backing file: Could not open 'TEST_DIR/t.IMGFMT.base': No such file or directory 7 + qemu-io: can't open device TEST_DIR/t.IMGFMT: Could not open backing file: Could not open 'TEST_DIR/t.IMGFMT.base': No such file or directory 8 8 *** done
+1 -1
tests/qemu-iotests/070.out
··· 1 1 QA output created by 070 2 2 3 3 === Verify open image read-only fails, due to dirty log === 4 - can't open device TEST_DIR/iotest-dirtylog-10G-4M.vhdx: VHDX image file 'TEST_DIR/iotest-dirtylog-10G-4M.vhdx' opened read-only, but contains a log that needs to be replayed 4 + qemu-io: can't open device TEST_DIR/iotest-dirtylog-10G-4M.vhdx: VHDX image file 'TEST_DIR/iotest-dirtylog-10G-4M.vhdx' opened read-only, but contains a log that needs to be replayed 5 5 To replay the log, run: 6 6 qemu-img check -r all 'TEST_DIR/iotest-dirtylog-10G-4M.vhdx' 7 7 === Verify open image replays log ===
+7 -7
tests/qemu-iotests/075.out
··· 9 9 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 10 10 11 11 == block_size must be a multiple of 512 == 12 - can't open device TEST_DIR/simple-pattern.cloop: block_size 513 must be a multiple of 512 12 + qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size 513 must be a multiple of 512 13 13 14 14 == block_size cannot be zero == 15 - can't open device TEST_DIR/simple-pattern.cloop: block_size cannot be zero 15 + qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size cannot be zero 16 16 17 17 == huge block_size === 18 - can't open device TEST_DIR/simple-pattern.cloop: block_size 4294966784 must be 64 MB or less 18 + qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size 4294966784 must be 64 MB or less 19 19 20 20 == offsets_size overflow === 21 - can't open device TEST_DIR/simple-pattern.cloop: n_blocks 4294967295 must be 536870911 or less 21 + qemu-io: can't open device TEST_DIR/simple-pattern.cloop: n_blocks 4294967295 must be 536870911 or less 22 22 23 23 == refuse images that require too many offsets === 24 - can't open device TEST_DIR/simple-pattern.cloop: image requires too many offsets, try increasing block size 24 + qemu-io: can't open device TEST_DIR/simple-pattern.cloop: image requires too many offsets, try increasing block size 25 25 26 26 == refuse images with non-monotonically increasing offsets == 27 - can't open device TEST_DIR/simple-pattern.cloop: offsets not monotonically increasing at index 1, image file is corrupt 27 + qemu-io: can't open device TEST_DIR/simple-pattern.cloop: offsets not monotonically increasing at index 1, image file is corrupt 28 28 29 29 == refuse images with invalid compressed block size == 30 - can't open device TEST_DIR/simple-pattern.cloop: invalid compressed block size at index 1, image file is corrupt 30 + qemu-io: can't open device TEST_DIR/simple-pattern.cloop: invalid compressed block size at index 1, image file is corrupt 31 31 *** done
+3 -3
tests/qemu-iotests/076.out
··· 5 5 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 6 6 7 7 == Negative catalog size == 8 - can't open device TEST_DIR/parallels-v1: Catalog too large 8 + qemu-io: can't open device TEST_DIR/parallels-v1: Catalog too large 9 9 10 10 == Overflow in catalog allocation == 11 - can't open device TEST_DIR/parallels-v1: Catalog too large 11 + qemu-io: can't open device TEST_DIR/parallels-v1: Catalog too large 12 12 13 13 == Zero sectors per track == 14 - can't open device TEST_DIR/parallels-v1: Invalid image: Zero sectors per track 14 + qemu-io: can't open device TEST_DIR/parallels-v1: Invalid image: Zero sectors per track 15 15 16 16 == Read from a valid v2 image == 17 17 read 65536/65536 bytes at offset 0
+6 -6
tests/qemu-iotests/078.out
··· 5 5 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 6 6 7 7 == Negative catalog size == 8 - can't open device TEST_DIR/empty.bochs: Catalog size is too large 8 + qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too large 9 9 10 10 == Overflow for catalog size * sizeof(uint32_t) == 11 - can't open device TEST_DIR/empty.bochs: Catalog size is too large 11 + qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too large 12 12 13 13 == Too small catalog bitmap for image size == 14 - can't open device TEST_DIR/empty.bochs: Catalog size is too small for this disk size 15 - can't open device TEST_DIR/empty.bochs: Catalog size is too small for this disk size 14 + qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too small for this disk size 15 + qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too small for this disk size 16 16 17 17 == Negative extent size == 18 - can't open device TEST_DIR/empty.bochs: Extent size 2147483648 is too large 18 + qemu-io: can't open device TEST_DIR/empty.bochs: Extent size 2147483648 is too large 19 19 20 20 == Zero extent size == 21 - can't open device TEST_DIR/empty.bochs: Extent size must be at least 512 21 + qemu-io: can't open device TEST_DIR/empty.bochs: Extent size must be at least 512 22 22 *** done
+20 -20
tests/qemu-iotests/080.out
··· 2 2 3 3 == Huge header size == 4 4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 5 - can't open device TEST_DIR/t.qcow2: qcow2 header exceeds cluster size 6 - can't open device TEST_DIR/t.qcow2: qcow2 header exceeds cluster size 5 + qemu-io: can't open device TEST_DIR/t.qcow2: qcow2 header exceeds cluster size 6 + qemu-io: can't open device TEST_DIR/t.qcow2: qcow2 header exceeds cluster size 7 7 8 8 == Huge unknown header extension == 9 9 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 10 - can't open device TEST_DIR/t.qcow2: Invalid backing file offset 11 - can't open device TEST_DIR/t.qcow2: Header extension too large 12 - can't open device TEST_DIR/t.qcow2: Header extension too large 10 + qemu-io: can't open device TEST_DIR/t.qcow2: Invalid backing file offset 11 + qemu-io: can't open device TEST_DIR/t.qcow2: Header extension too large 12 + qemu-io: can't open device TEST_DIR/t.qcow2: Header extension too large 13 13 14 14 == Huge refcount table size == 15 15 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 16 - can't open device TEST_DIR/t.qcow2: Reference count table too large 17 - can't open device TEST_DIR/t.qcow2: Reference count table too large 16 + qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table too large 17 + qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table too large 18 18 19 19 == Misaligned refcount table == 20 20 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 21 - can't open device TEST_DIR/t.qcow2: Reference count table offset invalid 21 + qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table offset invalid 22 22 23 23 == Huge refcount offset == 24 24 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 25 - can't open device TEST_DIR/t.qcow2: Reference count table offset invalid 25 + qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table offset invalid 26 26 27 27 == Invalid snapshot table == 28 28 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 29 - can't open device TEST_DIR/t.qcow2: Snapshot table too large 30 - can't open device TEST_DIR/t.qcow2: Snapshot table too large 31 - can't open device TEST_DIR/t.qcow2: Snapshot table offset invalid 32 - can't open device TEST_DIR/t.qcow2: Snapshot table offset invalid 29 + qemu-io: can't open device TEST_DIR/t.qcow2: Snapshot table too large 30 + qemu-io: can't open device TEST_DIR/t.qcow2: Snapshot table too large 31 + qemu-io: can't open device TEST_DIR/t.qcow2: Snapshot table offset invalid 32 + qemu-io: can't open device TEST_DIR/t.qcow2: Snapshot table offset invalid 33 33 34 34 == Hitting snapshot table size limit == 35 35 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 ··· 39 39 40 40 == Invalid L1 table == 41 41 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 42 - can't open device TEST_DIR/t.qcow2: Active L1 table too large 43 - can't open device TEST_DIR/t.qcow2: Active L1 table too large 44 - can't open device TEST_DIR/t.qcow2: Active L1 table offset invalid 45 - can't open device TEST_DIR/t.qcow2: Active L1 table offset invalid 42 + qemu-io: can't open device TEST_DIR/t.qcow2: Active L1 table too large 43 + qemu-io: can't open device TEST_DIR/t.qcow2: Active L1 table too large 44 + qemu-io: can't open device TEST_DIR/t.qcow2: Active L1 table offset invalid 45 + qemu-io: can't open device TEST_DIR/t.qcow2: Active L1 table offset invalid 46 46 47 47 == Invalid L1 table (with internal snapshot in the image) == 48 48 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 ··· 50 50 51 51 == Invalid backing file size == 52 52 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 53 - can't open device TEST_DIR/t.qcow2: Backing file name too long 53 + qemu-io: can't open device TEST_DIR/t.qcow2: Backing file name too long 54 54 55 55 == Invalid L2 entry (huge physical offset) == 56 56 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 ··· 66 66 qemu-img: Failed to load snapshot: Snapshot L1 table offset invalid 67 67 qemu-img: Snapshot L1 table offset invalid 68 68 qemu-img: Failed to turn zero into data clusters: Invalid argument 69 - Failed to flush the refcount block cache: Invalid argument 69 + qemu-io: Failed to flush the refcount block cache: Invalid argument 70 70 write failed: Invalid argument 71 71 qemu-img: Snapshot L1 table offset invalid 72 72 qemu-img: Could not apply snapshot 'test': Failed to load snapshot: Invalid argument ··· 89 89 qemu-img: Failed to load snapshot: Snapshot L1 table too large 90 90 qemu-img: Snapshot L1 table too large 91 91 qemu-img: Failed to turn zero into data clusters: File too large 92 - Failed to flush the refcount block cache: File too large 92 + qemu-io: Failed to flush the refcount block cache: File too large 93 93 write failed: File too large 94 94 qemu-img: Snapshot L1 table too large 95 95 qemu-img: Could not apply snapshot 'test': Failed to load snapshot: File too large
+1 -1
tests/qemu-iotests/081.out
··· 70 70 10 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 71 71 72 72 == checking the blkverify mode with invalid settings == 73 - can't open: blkverify=on can only be set if there are exactly two files and vote-threshold is 2 73 + qemu-io: can't open: blkverify=on can only be set if there are exactly two files and vote-threshold is 2 74 74 75 75 == dynamically adding a child to a quorum == 76 76 Testing:
+6 -6
tests/qemu-iotests/088.out
··· 2 2 3 3 == Invalid block size == 4 4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 5 - can't open device TEST_DIR/t.vpc: Invalid block size 0 6 - can't open device TEST_DIR/t.vpc: Invalid block size 0 7 - can't open device TEST_DIR/t.vpc: Invalid block size 128 8 - can't open device TEST_DIR/t.vpc: Invalid block size 128 9 - can't open device TEST_DIR/t.vpc: Invalid block size 305419896 10 - can't open device TEST_DIR/t.vpc: Invalid block size 305419896 5 + qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 0 6 + qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 0 7 + qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 128 8 + qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 128 9 + qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 305419896 10 + qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 305419896 11 11 *** done
+7 -7
tests/qemu-iotests/103.out
··· 5 5 6 6 === Testing invalid option combinations === 7 7 8 - can't open device TEST_DIR/t.IMGFMT: cache-size, l2-cache-size and refcount-cache-size may not be set at the same time 9 - can't open device TEST_DIR/t.IMGFMT: l2-cache-size may not exceed cache-size 10 - can't open device TEST_DIR/t.IMGFMT: refcount-cache-size may not exceed cache-size 11 - can't open device TEST_DIR/t.IMGFMT: cache-size, l2-cache-size and refcount-cache-size may not be set at the same time 12 - can't open device TEST_DIR/t.IMGFMT: L2 cache entry size must be a power of two between 512 and the cluster size (65536) 13 - can't open device TEST_DIR/t.IMGFMT: L2 cache entry size must be a power of two between 512 and the cluster size (65536) 14 - can't open device TEST_DIR/t.IMGFMT: L2 cache entry size must be a power of two between 512 and the cluster size (65536) 8 + qemu-io: can't open device TEST_DIR/t.IMGFMT: cache-size, l2-cache-size and refcount-cache-size may not be set at the same time 9 + qemu-io: can't open device TEST_DIR/t.IMGFMT: l2-cache-size may not exceed cache-size 10 + qemu-io: can't open device TEST_DIR/t.IMGFMT: refcount-cache-size may not exceed cache-size 11 + qemu-io: can't open device TEST_DIR/t.IMGFMT: cache-size, l2-cache-size and refcount-cache-size may not be set at the same time 12 + qemu-io: can't open device TEST_DIR/t.IMGFMT: L2 cache entry size must be a power of two between 512 and the cluster size (65536) 13 + qemu-io: can't open device TEST_DIR/t.IMGFMT: L2 cache entry size must be a power of two between 512 and the cluster size (65536) 14 + qemu-io: can't open device TEST_DIR/t.IMGFMT: L2 cache entry size must be a power of two between 512 and the cluster size (65536) 15 15 16 16 === Testing valid option combinations === 17 17
+1 -1
tests/qemu-iotests/114.out
··· 7 7 cluster_size: 65536 8 8 backing file: TEST_DIR/t.IMGFMT.base 9 9 backing file format: foo 10 - can't open device TEST_DIR/t.qcow2: Could not open backing file: Unknown driver 'foo' 10 + qemu-io: can't open device TEST_DIR/t.qcow2: Could not open backing file: Unknown driver 'foo' 11 11 no file open, try 'help open' 12 12 read 4096/4096 bytes at offset 0 13 13 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
+7 -7
tests/qemu-iotests/116.out
··· 2 2 3 3 == truncated header cluster == 4 4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 5 - can't open device TEST_DIR/t.qed: Could not open 'TEST_DIR/t.qed': Invalid argument 5 + qemu-io: can't open device TEST_DIR/t.qed: Could not open 'TEST_DIR/t.qed': Invalid argument 6 6 7 7 == invalid header magic == 8 8 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 9 - can't open device TEST_DIR/t.qed: Image not in QED format 9 + qemu-io: can't open device TEST_DIR/t.qed: Image not in QED format 10 10 11 11 == invalid cluster size == 12 12 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 13 - can't open device TEST_DIR/t.qed: Could not open 'TEST_DIR/t.qed': Invalid argument 13 + qemu-io: can't open device TEST_DIR/t.qed: Could not open 'TEST_DIR/t.qed': Invalid argument 14 14 15 15 == invalid table size == 16 16 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 17 - can't open device TEST_DIR/t.qed: Could not open 'TEST_DIR/t.qed': Invalid argument 17 + qemu-io: can't open device TEST_DIR/t.qed: Could not open 'TEST_DIR/t.qed': Invalid argument 18 18 19 19 == invalid header size == 20 20 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 21 - can't open device TEST_DIR/t.qed: Could not open 'TEST_DIR/t.qed': Invalid argument 21 + qemu-io: can't open device TEST_DIR/t.qed: Could not open 'TEST_DIR/t.qed': Invalid argument 22 22 23 23 == invalid L1 table offset == 24 24 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 25 - can't open device TEST_DIR/t.qed: Could not open 'TEST_DIR/t.qed': Invalid argument 25 + qemu-io: can't open device TEST_DIR/t.qed: Could not open 'TEST_DIR/t.qed': Invalid argument 26 26 27 27 == invalid image size == 28 28 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 29 - can't open device TEST_DIR/t.qed: Could not open 'TEST_DIR/t.qed': Invalid argument 29 + qemu-io: can't open device TEST_DIR/t.qed: Could not open 'TEST_DIR/t.qed': Invalid argument 30 30 *** done
+1 -1
tests/qemu-iotests/131.out
··· 22 22 read 32768/32768 bytes at offset 0 23 23 32 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 24 24 == Corrupt image == 25 - can't open device TEST_DIR/t.parallels: parallels: Image was not closed correctly; cannot be opened read/write 25 + qemu-io: can't open device TEST_DIR/t.parallels: parallels: Image was not closed correctly; cannot be opened read/write 26 26 ERROR image was not closed correctly 27 27 28 28 1 errors were found on the image.
+15 -15
tests/qemu-iotests/133.out
··· 4 4 5 5 === Check that node-name can't be changed === 6 6 7 - Cannot change the option 'node-name' 8 - Cannot change the option 'node-name' 9 - Cannot change the option 'node-name' 7 + qemu-io: Cannot change the option 'node-name' 8 + qemu-io: Cannot change the option 'node-name' 9 + qemu-io: Cannot change the option 'node-name' 10 10 11 11 === Check that unchanged node-name is okay === 12 12 13 13 14 14 === Check that driver can't be changed === 15 15 16 - Cannot change the option 'driver' 17 - Cannot change the option 'driver' 18 - Cannot change the option 'driver' 16 + qemu-io: Cannot change the option 'driver' 17 + qemu-io: Cannot change the option 'driver' 18 + qemu-io: Cannot change the option 'driver' 19 19 20 20 === Check that unchanged driver is okay === 21 21 ··· 27 27 28 28 === Check that mixing -c/-r/-w and their corresponding options is forbidden === 29 29 30 - Cannot set both -r/-w and 'read-only' 31 - Cannot set both -r/-w and 'read-only' 32 - Cannot set both -c and the cache options 33 - Cannot set both -c and the cache options 34 - Cannot set both -c and the cache options 30 + qemu-io: Cannot set both -r/-w and 'read-only' 31 + qemu-io: Cannot set both -r/-w and 'read-only' 32 + qemu-io: Cannot set both -c and the cache options 33 + qemu-io: Cannot set both -c and the cache options 34 + qemu-io: Cannot set both -c and the cache options 35 35 36 36 === Check that invalid options are handled correctly === 37 37 38 - Parameter 'read-only' expects 'on' or 'off' 39 - Parameter 'cache.no-flush' expects 'on' or 'off' 40 - Parameter 'cache.direct' expects 'on' or 'off' 41 - Parameter 'auto-read-only' expects 'on' or 'off' 38 + qemu-io: Parameter 'read-only' expects 'on' or 'off' 39 + qemu-io: Parameter 'cache.no-flush' expects 'on' or 'off' 40 + qemu-io: Parameter 'cache.direct' expects 'on' or 'off' 41 + qemu-io: Parameter 'auto-read-only' expects 'on' or 'off' 42 42 *** done
+14 -14
tests/qemu-iotests/137.out
··· 15 15 16 16 === Try setting some invalid values === 17 17 18 - Parameter 'lazy-refcounts' expects 'on' or 'off' 19 - cache-size, l2-cache-size and refcount-cache-size may not be set at the same time 20 - l2-cache-size may not exceed cache-size 21 - refcount-cache-size may not exceed cache-size 22 - L2 cache entry size must be a power of two between 512 and the cluster size (65536) 23 - L2 cache entry size must be a power of two between 512 and the cluster size (65536) 24 - Refcount cache size too big 25 - Conflicting values for qcow2 options 'overlap-check' ('constant') and 'overlap-check.template' ('all') 26 - Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all 27 - Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all 28 - Cache clean interval too big 18 + qemu-io: Parameter 'lazy-refcounts' expects 'on' or 'off' 19 + qemu-io: cache-size, l2-cache-size and refcount-cache-size may not be set at the same time 20 + qemu-io: l2-cache-size may not exceed cache-size 21 + qemu-io: refcount-cache-size may not exceed cache-size 22 + qemu-io: L2 cache entry size must be a power of two between 512 and the cluster size (65536) 23 + qemu-io: L2 cache entry size must be a power of two between 512 and the cluster size (65536) 24 + qemu-io: Refcount cache size too big 25 + qemu-io: Conflicting values for qcow2 options 'overlap-check' ('constant') and 'overlap-check.template' ('all') 26 + qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all 27 + qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all 28 + qemu-io: Cache clean interval too big 29 29 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=36028797018963968 30 - L2 cache size too big 30 + qemu-io: L2 cache size too big 31 31 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 32 32 33 33 === Test transaction semantics === 34 34 35 - Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all 35 + qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all 36 36 wrote 512/512 bytes at offset 0 37 37 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 38 38 ./common.rc: Killed ( if [ "${VALGRIND_QEMU}" == "y" ]; then ··· 44 44 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 45 45 wrote 65536/65536 bytes at offset 0 46 46 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 47 - Parameter 'lazy-refcounts' expects 'on' or 'off' 47 + qemu-io: Parameter 'lazy-refcounts' expects 'on' or 'off' 48 48 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with qcow2_header); further corruption events will be suppressed 49 49 write failed: Input/output error 50 50 *** done
+1 -1
tests/qemu-iotests/140.out
··· 8 8 read 65536/65536 bytes at offset 0 9 9 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 10 10 {"return": {}} 11 - can't open device nbd+unix:///drv?socket=TEST_DIR/nbd: Requested export not available 11 + qemu-io: can't open device nbd+unix:///drv?socket=TEST_DIR/nbd: Requested export not available 12 12 server reported: export 'drv' not present 13 13 {"return": {}} 14 14 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}}
+1 -1
tests/qemu-iotests/143.out
··· 1 1 QA output created by 143 2 2 {"return": {}} 3 3 {"return": {}} 4 - can't open device nbd+unix:///no_such_export?socket=TEST_DIR/nbd: Requested export not available 4 + qemu-io: can't open device nbd+unix:///no_such_export?socket=TEST_DIR/nbd: Requested export not available 5 5 server reported: export 'no_such_export' not present 6 6 {"return": {}} 7 7 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}}
+15 -15
tests/qemu-iotests/153.out
··· 23 23 == Running utility commands == 24 24 25 25 _qemu_io_wrapper -c read 0 512 TEST_DIR/t.qcow2 26 - can't open device TEST_DIR/t.qcow2: Failed to get "write" lock 26 + qemu-io: can't open device TEST_DIR/t.qcow2: Failed to get "write" lock 27 27 Is another process using the image [TEST_DIR/t.qcow2]? 28 28 29 29 _qemu_io_wrapper -r -c read 0 512 TEST_DIR/t.qcow2 30 - can't open device TEST_DIR/t.qcow2: Failed to get shared "write" lock 30 + qemu-io: can't open device TEST_DIR/t.qcow2: Failed to get shared "write" lock 31 31 Is another process using the image [TEST_DIR/t.qcow2]? 32 32 33 33 _qemu_io_wrapper -c open TEST_DIR/t.qcow2 -c read 0 512 34 - can't open device TEST_DIR/t.qcow2: Failed to get "write" lock 34 + qemu-io: can't open device TEST_DIR/t.qcow2: Failed to get "write" lock 35 35 Is another process using the image [TEST_DIR/t.qcow2]? 36 36 no file open, try 'help open' 37 37 38 38 _qemu_io_wrapper -c open -r TEST_DIR/t.qcow2 -c read 0 512 39 - can't open device TEST_DIR/t.qcow2: Failed to get shared "write" lock 39 + qemu-io: can't open device TEST_DIR/t.qcow2: Failed to get shared "write" lock 40 40 Is another process using the image [TEST_DIR/t.qcow2]? 41 41 no file open, try 'help open' 42 42 ··· 100 100 == Running utility commands -U == 101 101 102 102 _qemu_io_wrapper -U -c read 0 512 TEST_DIR/t.qcow2 103 - can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images 103 + qemu-io: can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images 104 104 105 105 _qemu_io_wrapper -U -r -c read 0 512 TEST_DIR/t.qcow2 106 106 107 107 _qemu_io_wrapper -c open -U TEST_DIR/t.qcow2 -c read 0 512 108 - can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images 108 + qemu-io: can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images 109 109 no file open, try 'help open' 110 110 111 111 _qemu_io_wrapper -c open -r -U TEST_DIR/t.qcow2 -c read 0 512 ··· 166 166 == Running utility commands == 167 167 168 168 _qemu_io_wrapper -c read 0 512 TEST_DIR/t.qcow2 169 - can't open device TEST_DIR/t.qcow2: Failed to get "write" lock 169 + qemu-io: can't open device TEST_DIR/t.qcow2: Failed to get "write" lock 170 170 Is another process using the image [TEST_DIR/t.qcow2]? 171 171 172 172 _qemu_io_wrapper -r -c read 0 512 TEST_DIR/t.qcow2 173 173 174 174 _qemu_io_wrapper -c open TEST_DIR/t.qcow2 -c read 0 512 175 - can't open device TEST_DIR/t.qcow2: Failed to get "write" lock 175 + qemu-io: can't open device TEST_DIR/t.qcow2: Failed to get "write" lock 176 176 Is another process using the image [TEST_DIR/t.qcow2]? 177 177 no file open, try 'help open' 178 178 ··· 222 222 == Running utility commands -U == 223 223 224 224 _qemu_io_wrapper -U -c read 0 512 TEST_DIR/t.qcow2 225 - can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images 225 + qemu-io: can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images 226 226 227 227 _qemu_io_wrapper -U -r -c read 0 512 TEST_DIR/t.qcow2 228 228 229 229 _qemu_io_wrapper -c open -U TEST_DIR/t.qcow2 -c read 0 512 230 - can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images 230 + qemu-io: can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images 231 231 no file open, try 'help open' 232 232 233 233 _qemu_io_wrapper -c open -r -U TEST_DIR/t.qcow2 -c read 0 512 ··· 325 325 == Running utility commands -U == 326 326 327 327 _qemu_io_wrapper -U -c read 0 512 TEST_DIR/t.qcow2 328 - can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images 328 + qemu-io: can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images 329 329 330 330 _qemu_io_wrapper -U -r -c read 0 512 TEST_DIR/t.qcow2 331 331 332 332 _qemu_io_wrapper -c open -U TEST_DIR/t.qcow2 -c read 0 512 333 - can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images 333 + qemu-io: can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images 334 334 no file open, try 'help open' 335 335 336 336 _qemu_io_wrapper -c open -r -U TEST_DIR/t.qcow2 -c read 0 512 ··· 420 420 {"return": "OKrn"} 421 421 422 422 _qemu_io_wrapper TEST_DIR/t.qcow2 -c write 0 512 423 - can't open device TEST_DIR/t.qcow2: Failed to get "write" lock 423 + qemu-io: can't open device TEST_DIR/t.qcow2: Failed to get "write" lock 424 424 Is another process using the image [TEST_DIR/t.qcow2]? 425 425 Creating overlay with qemu-img when the guest is running should be allowed 426 426 ··· 437 437 {"return": ""} 438 438 439 439 _qemu_io_wrapper TEST_DIR/t.qcow2 -c write 0 512 440 - can't open device TEST_DIR/t.qcow2: Failed to get "write" lock 440 + qemu-io: can't open device TEST_DIR/t.qcow2: Failed to get "write" lock 441 441 Is another process using the image [TEST_DIR/t.qcow2]? 442 442 Closing the other 443 443 {"return": ""} ··· 458 458 No conflict: 459 459 460 460 Conflict: 461 - -U conflicts with image options 461 + qemu-io: -U conflicts with image options 462 462 *** done
+3 -3
tests/qemu-iotests/187.out
··· 3 3 4 4 Start from read-only 5 5 6 - Block node is read-only 6 + qemu-io: Block node is read-only 7 7 wrote 65536/65536 bytes at offset 0 8 8 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 9 - Block node is read-only 9 + qemu-io: Block node is read-only 10 10 11 11 Start from read-write 12 12 13 13 wrote 65536/65536 bytes at offset 0 14 14 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 15 - Block node is read-only 15 + qemu-io: Block node is read-only 16 16 wrote 65536/65536 bytes at offset 0 17 17 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 18 18 *** done
+1 -1
tests/qemu-iotests/188.out
··· 14 14 16 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 15 15 16 16 == verify open failure with wrong password == 17 - can't open: Invalid password, cannot unlock any keyslot 17 + qemu-io: can't open: Invalid password, cannot unlock any keyslot 18 18 *** done
+1 -1
tests/qemu-iotests/197.out
··· 16 16 2 GiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 17 17 read 1024/1024 bytes at offset 3221226496 18 18 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 19 - can't open device TEST_DIR/t.wrap.qcow2: Can't use copy-on-read on read-only device 19 + qemu-io: can't open device TEST_DIR/t.wrap.qcow2: Can't use copy-on-read on read-only device 20 20 2 GiB (0x80010000) bytes allocated at offset 0 bytes (0x0) 21 21 1023.938 MiB (0x3fff0000) bytes not allocated at offset 2 GiB (0x80010000) 22 22 64 KiB (0x10000) bytes allocated at offset 3 GiB (0xc0000000)
+1 -1
tests/qemu-iotests/205
··· 78 78 79 79 def assertConnectFailed(self, qemu_io_output): 80 80 self.assertEqual(filter_qemu_io(qemu_io_output).strip(), 81 - "can't open device " + nbd_uri + 81 + "qemu-io: can't open device " + nbd_uri + 82 82 ": Requested export not available\n" 83 83 "server reported: export 'exp' not present") 84 84
+1 -1
tests/qemu-iotests/215.out
··· 16 16 2 GiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 17 17 read 1024/1024 bytes at offset 3221226496 18 18 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 19 - can't open device TEST_DIR/t.wrap.qcow2: Block node is read-only 19 + qemu-io: can't open device TEST_DIR/t.wrap.qcow2: Block node is read-only 20 20 2 GiB (0x80010000) bytes allocated at offset 0 bytes (0x0) 21 21 1023.938 MiB (0x3fff0000) bytes not allocated at offset 2 GiB (0x80010000) 22 22 64 KiB (0x10000) bytes allocated at offset 3 GiB (0xc0000000)
+8 -8
tests/qemu-iotests/226.out
··· 3 3 === Testing with driver:file === 4 4 5 5 == Testing RO == 6 - can't open: A regular file was expected by the 'file' driver, but something else was given 7 - warning: Opening a character device as a file using the 'file' driver is deprecated 6 + qemu-io: can't open: A regular file was expected by the 'file' driver, but something else was given 7 + qemu-io: warning: Opening a character device as a file using the 'file' driver is deprecated 8 8 == Testing RW == 9 - can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory 10 - warning: Opening a character device as a file using the 'file' driver is deprecated 9 + qemu-io: can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory 10 + qemu-io: warning: Opening a character device as a file using the 'file' driver is deprecated 11 11 12 12 === Testing with driver:host_device === 13 13 14 14 == Testing RO == 15 - can't open: 'host_device' driver expects either a character or block device 15 + qemu-io: can't open: 'host_device' driver expects either a character or block device 16 16 == Testing RW == 17 - can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory 17 + qemu-io: can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory 18 18 19 19 === Testing with driver:host_cdrom === 20 20 21 21 == Testing RO == 22 - can't open: 'host_cdrom' driver expects either a character or block device 22 + qemu-io: can't open: 'host_cdrom' driver expects either a character or block device 23 23 == Testing RW == 24 - can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory 24 + qemu-io: can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory 25 25 26 26 *** done
+5 -5
tests/qemu-iotests/244.out
··· 9 9 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 10 10 read 65536/65536 bytes at offset 0 11 11 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 12 - can't open device TEST_DIR/t.qcow2: Could not open 'inexistent': No such file or directory 12 + qemu-io: can't open device TEST_DIR/t.qcow2: Could not open 'inexistent': No such file or directory 13 13 no file open, try 'help open' 14 14 15 15 Data file required, but without data file name in the image: 16 - can't open device TEST_DIR/t.qcow2: 'data-file' is required for this image 16 + qemu-io: can't open device TEST_DIR/t.qcow2: 'data-file' is required for this image 17 17 no file open, try 'help open' 18 18 read 65536/65536 bytes at offset 0 19 19 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 20 - can't open device TEST_DIR/t.qcow2: Could not open 'inexistent': No such file or directory 20 + qemu-io: can't open device TEST_DIR/t.qcow2: Could not open 'inexistent': No such file or directory 21 21 no file open, try 'help open' 22 22 23 23 Setting data-file for an image with internal data: 24 24 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 25 - can't open device TEST_DIR/t.qcow2: 'data-file' can only be set for images with an external data file 25 + qemu-io: can't open device TEST_DIR/t.qcow2: 'data-file' can only be set for images with an external data file 26 26 no file open, try 'help open' 27 - can't open device TEST_DIR/t.qcow2: Could not open 'inexistent': No such file or directory 27 + qemu-io: can't open device TEST_DIR/t.qcow2: Could not open 'inexistent': No such file or directory 28 28 no file open, try 'help open' 29 29 30 30 === Conflicting features ===