qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

186.out (17161B)


      1 QA output created by 186
      2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
      3 
      4 === Empty drives ===
      5 
      6 Testing: -device floppy
      7 QEMU X.Y.Z monitor - type 'help' for more information
      8 (qemu) info block
      9 /machine/peripheral-anon/device[1]: [not inserted]
     10     Attached to:      /machine/peripheral-anon/device[N]
     11     Removable device: not locked, tray closed
     12 (qemu) quit
     13 
     14 Testing: -device floppy,id=qdev_id
     15 QEMU X.Y.Z monitor - type 'help' for more information
     16 (qemu) info block
     17 qdev_id: [not inserted]
     18     Attached to:      qdev_id
     19     Removable device: not locked, tray closed
     20 (qemu) quit
     21 
     22 Testing: -device ide-cd
     23 QEMU X.Y.Z monitor - type 'help' for more information
     24 (qemu) info block
     25 /machine/peripheral-anon/device[1]: [not inserted]
     26     Attached to:      /machine/peripheral-anon/device[N]
     27     Removable device: not locked, tray closed
     28 (qemu) quit
     29 
     30 Testing: -device ide-cd,id=qdev_id
     31 QEMU X.Y.Z monitor - type 'help' for more information
     32 (qemu) info block
     33 qdev_id: [not inserted]
     34     Attached to:      qdev_id
     35     Removable device: not locked, tray closed
     36 (qemu) quit
     37 
     38 Testing: -device scsi-cd
     39 QEMU X.Y.Z monitor - type 'help' for more information
     40 (qemu) info block
     41 /machine/peripheral-anon/device[1]: [not inserted]
     42     Attached to:      /machine/peripheral-anon/device[N]
     43     Removable device: not locked, tray closed
     44 (qemu) quit
     45 
     46 Testing: -device scsi-cd,id=qdev_id
     47 QEMU X.Y.Z monitor - type 'help' for more information
     48 (qemu) info block
     49 qdev_id: [not inserted]
     50     Attached to:      qdev_id
     51     Removable device: not locked, tray closed
     52 (qemu) quit
     53 
     54 
     55 === -blockdev/-device=<node-name> ===
     56 
     57 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null
     58 QEMU X.Y.Z monitor - type 'help' for more information
     59 (qemu) info block
     60 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
     61     Attached to:      /machine/peripheral-anon/device[N]
     62     Cache mode:       writeback
     63 (qemu) quit
     64 
     65 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null,id=qdev_id
     66 QEMU X.Y.Z monitor - type 'help' for more information
     67 (qemu) info block
     68 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
     69     Attached to:      qdev_id
     70     Cache mode:       writeback
     71 (qemu) quit
     72 
     73 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null
     74 QEMU X.Y.Z monitor - type 'help' for more information
     75 (qemu) info block
     76 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
     77     Attached to:      /machine/peripheral-anon/device[N]
     78     Cache mode:       writeback
     79 (qemu) quit
     80 
     81 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null,id=qdev_id
     82 QEMU X.Y.Z monitor - type 'help' for more information
     83 (qemu) info block
     84 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
     85     Attached to:      qdev_id
     86     Cache mode:       writeback
     87 (qemu) quit
     88 
     89 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=null
     90 QEMU X.Y.Z monitor - type 'help' for more information
     91 (qemu) info block
     92 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
     93     Attached to:      /machine/peripheral-anon/device[N]/virtio-backend
     94     Cache mode:       writeback
     95 (qemu) quit
     96 
     97 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=null,id=qdev_id
     98 QEMU X.Y.Z monitor - type 'help' for more information
     99 (qemu) info block
    100 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
    101     Attached to:      /machine/peripheral/qdev_id/virtio-backend
    102     Cache mode:       writeback
    103 (qemu) quit
    104 
    105 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device floppy,drive=null
    106 QEMU X.Y.Z monitor - type 'help' for more information
    107 (qemu) info block
    108 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
    109     Attached to:      /machine/peripheral-anon/device[N]
    110     Removable device: not locked, tray closed
    111     Cache mode:       writeback
    112 (qemu) quit
    113 
    114 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device floppy,drive=null,id=qdev_id
    115 QEMU X.Y.Z monitor - type 'help' for more information
    116 (qemu) info block
    117 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
    118     Attached to:      qdev_id
    119     Removable device: not locked, tray closed
    120     Cache mode:       writeback
    121 (qemu) quit
    122 
    123 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-cd,drive=null
    124 QEMU X.Y.Z monitor - type 'help' for more information
    125 (qemu) info block
    126 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
    127     Attached to:      /machine/peripheral-anon/device[N]
    128     Removable device: not locked, tray closed
    129     Cache mode:       writeback
    130 (qemu) quit
    131 
    132 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-cd,drive=null,id=qdev_id
    133 QEMU X.Y.Z monitor - type 'help' for more information
    134 (qemu) info block
    135 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
    136     Attached to:      qdev_id
    137     Removable device: not locked, tray closed
    138     Cache mode:       writeback
    139 (qemu) quit
    140 
    141 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-cd,drive=null
    142 QEMU X.Y.Z monitor - type 'help' for more information
    143 (qemu) info block
    144 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
    145     Attached to:      /machine/peripheral-anon/device[N]
    146     Removable device: not locked, tray closed
    147     Cache mode:       writeback
    148 (qemu) quit
    149 
    150 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-cd,drive=null,id=qdev_id
    151 QEMU X.Y.Z monitor - type 'help' for more information
    152 (qemu) info block
    153 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
    154     Attached to:      qdev_id
    155     Removable device: not locked, tray closed
    156     Cache mode:       writeback
    157 (qemu) quit
    158 
    159 
    160 === -drive if=none/-device=<node-name> ===
    161 
    162 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null,id=qdev_id
    163 QEMU X.Y.Z monitor - type 'help' for more information
    164 (qemu) info block
    165 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    166     Removable device: not locked, tray closed
    167     Cache mode:       writeback
    168 
    169 null: json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    170     Attached to:      qdev_id
    171     Cache mode:       writeback
    172 (qemu) quit
    173 
    174 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null,id=qdev_id
    175 QEMU X.Y.Z monitor - type 'help' for more information
    176 (qemu) info block
    177 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    178     Removable device: not locked, tray closed
    179     Cache mode:       writeback
    180 
    181 null: json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    182     Attached to:      qdev_id
    183     Cache mode:       writeback
    184 (qemu) quit
    185 
    186 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=null,id=qdev_id
    187 QEMU X.Y.Z monitor - type 'help' for more information
    188 (qemu) info block
    189 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    190     Removable device: not locked, tray closed
    191     Cache mode:       writeback
    192 
    193 null: json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    194     Attached to:      /machine/peripheral/qdev_id/virtio-backend
    195     Cache mode:       writeback
    196 (qemu) quit
    197 
    198 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device floppy,drive=null,id=qdev_id
    199 QEMU X.Y.Z monitor - type 'help' for more information
    200 (qemu) info block
    201 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    202     Removable device: not locked, tray closed
    203     Cache mode:       writeback
    204 
    205 null: json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    206     Attached to:      qdev_id
    207     Removable device: not locked, tray closed
    208     Cache mode:       writeback
    209 (qemu) quit
    210 
    211 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device ide-cd,drive=null,id=qdev_id
    212 QEMU X.Y.Z monitor - type 'help' for more information
    213 (qemu) info block
    214 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    215     Removable device: not locked, tray closed
    216     Cache mode:       writeback
    217 
    218 null: json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    219     Attached to:      qdev_id
    220     Removable device: not locked, tray closed
    221     Cache mode:       writeback
    222 (qemu) quit
    223 
    224 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device scsi-cd,drive=null,id=qdev_id
    225 QEMU X.Y.Z monitor - type 'help' for more information
    226 (qemu) info block
    227 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    228     Removable device: not locked, tray closed
    229     Cache mode:       writeback
    230 
    231 null: json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    232     Attached to:      qdev_id
    233     Removable device: not locked, tray closed
    234     Cache mode:       writeback
    235 (qemu) quit
    236 
    237 
    238 === -drive if=none/-device=<bb-name> (with medium) ===
    239 
    240 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=none0
    241 QEMU X.Y.Z monitor - type 'help' for more information
    242 (qemu) info block
    243 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    244     Attached to:      /machine/peripheral-anon/device[N]
    245     Cache mode:       writeback
    246 (qemu) quit
    247 
    248 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=none0,id=qdev_id
    249 QEMU X.Y.Z monitor - type 'help' for more information
    250 (qemu) info block
    251 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    252     Attached to:      qdev_id
    253     Cache mode:       writeback
    254 (qemu) quit
    255 
    256 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=none0
    257 QEMU X.Y.Z monitor - type 'help' for more information
    258 (qemu) info block
    259 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    260     Attached to:      /machine/peripheral-anon/device[N]
    261     Cache mode:       writeback
    262 (qemu) quit
    263 
    264 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=none0,id=qdev_id
    265 QEMU X.Y.Z monitor - type 'help' for more information
    266 (qemu) info block
    267 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    268     Attached to:      qdev_id
    269     Cache mode:       writeback
    270 (qemu) quit
    271 
    272 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=none0
    273 QEMU X.Y.Z monitor - type 'help' for more information
    274 (qemu) info block
    275 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    276     Attached to:      /machine/peripheral-anon/device[N]/virtio-backend
    277     Cache mode:       writeback
    278 (qemu) quit
    279 
    280 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=none0,id=qdev_id
    281 QEMU X.Y.Z monitor - type 'help' for more information
    282 (qemu) info block
    283 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    284     Attached to:      /machine/peripheral/qdev_id/virtio-backend
    285     Cache mode:       writeback
    286 (qemu) quit
    287 
    288 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device floppy,drive=none0
    289 QEMU X.Y.Z monitor - type 'help' for more information
    290 (qemu) info block
    291 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    292     Attached to:      /machine/peripheral-anon/device[N]
    293     Removable device: not locked, tray closed
    294     Cache mode:       writeback
    295 (qemu) quit
    296 
    297 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device floppy,drive=none0,id=qdev_id
    298 QEMU X.Y.Z monitor - type 'help' for more information
    299 (qemu) info block
    300 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    301     Attached to:      qdev_id
    302     Removable device: not locked, tray closed
    303     Cache mode:       writeback
    304 (qemu) quit
    305 
    306 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device ide-cd,drive=none0
    307 QEMU X.Y.Z monitor - type 'help' for more information
    308 (qemu) info block
    309 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    310     Attached to:      /machine/peripheral-anon/device[N]
    311     Removable device: not locked, tray closed
    312     Cache mode:       writeback
    313 (qemu) quit
    314 
    315 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device ide-cd,drive=none0,id=qdev_id
    316 QEMU X.Y.Z monitor - type 'help' for more information
    317 (qemu) info block
    318 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    319     Attached to:      qdev_id
    320     Removable device: not locked, tray closed
    321     Cache mode:       writeback
    322 (qemu) quit
    323 
    324 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device scsi-cd,drive=none0
    325 QEMU X.Y.Z monitor - type 'help' for more information
    326 (qemu) info block
    327 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    328     Attached to:      /machine/peripheral-anon/device[N]
    329     Removable device: not locked, tray closed
    330     Cache mode:       writeback
    331 (qemu) quit
    332 
    333 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device scsi-cd,drive=none0,id=qdev_id
    334 QEMU X.Y.Z monitor - type 'help' for more information
    335 (qemu) info block
    336 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    337     Attached to:      qdev_id
    338     Removable device: not locked, tray closed
    339     Cache mode:       writeback
    340 (qemu) quit
    341 
    342 
    343 === -drive if=none/-device=<bb-name> (without medium) ===
    344 
    345 Testing: -drive if=none
    346 QEMU X.Y.Z monitor - type 'help' for more information
    347 (qemu) info block
    348 none0: [not inserted]
    349     Removable device: not locked, tray closed
    350 (qemu) quit
    351 
    352 Testing: -drive if=none -device floppy,drive=none0
    353 QEMU X.Y.Z monitor - type 'help' for more information
    354 (qemu) info block
    355 none0: [not inserted]
    356     Attached to:      /machine/peripheral-anon/device[N]
    357     Removable device: not locked, tray closed
    358 (qemu) quit
    359 
    360 Testing: -drive if=none -device floppy,drive=none0,id=qdev_id
    361 QEMU X.Y.Z monitor - type 'help' for more information
    362 (qemu) info block
    363 none0: [not inserted]
    364     Attached to:      qdev_id
    365     Removable device: not locked, tray closed
    366 (qemu) quit
    367 
    368 Testing: -drive if=none -device ide-cd,drive=none0
    369 QEMU X.Y.Z monitor - type 'help' for more information
    370 (qemu) info block
    371 none0: [not inserted]
    372     Attached to:      /machine/peripheral-anon/device[N]
    373     Removable device: not locked, tray closed
    374 (qemu) quit
    375 
    376 Testing: -drive if=none -device ide-cd,drive=none0,id=qdev_id
    377 QEMU X.Y.Z monitor - type 'help' for more information
    378 (qemu) info block
    379 none0: [not inserted]
    380     Attached to:      qdev_id
    381     Removable device: not locked, tray closed
    382 (qemu) quit
    383 
    384 Testing: -drive if=none -device scsi-cd,drive=none0
    385 QEMU X.Y.Z monitor - type 'help' for more information
    386 (qemu) info block
    387 none0: [not inserted]
    388     Attached to:      /machine/peripheral-anon/device[N]
    389     Removable device: not locked, tray closed
    390 (qemu) quit
    391 
    392 Testing: -drive if=none -device scsi-cd,drive=none0,id=qdev_id
    393 QEMU X.Y.Z monitor - type 'help' for more information
    394 (qemu) info block
    395 none0: [not inserted]
    396     Attached to:      qdev_id
    397     Removable device: not locked, tray closed
    398 (qemu) quit
    399 
    400 
    401 === -drive if=... ===
    402 
    403 Testing: -drive if=floppy
    404 QEMU X.Y.Z monitor - type 'help' for more information
    405 (qemu) info block
    406 floppy0: [not inserted]
    407     Attached to:      /machine/unattached/device[N]
    408     Removable device: not locked, tray closed
    409 (qemu) quit
    410 
    411 Testing: -drive if=floppy,driver=null-co,read-zeroes=on
    412 QEMU X.Y.Z monitor - type 'help' for more information
    413 (qemu) info block
    414 floppy0 (NODE_NAME): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    415     Attached to:      /machine/unattached/device[N]
    416     Removable device: not locked, tray closed
    417     Cache mode:       writeback
    418 (qemu) quit
    419 
    420 Testing: -drive if=ide,driver=null-co,read-zeroes=on
    421 QEMU X.Y.Z monitor - type 'help' for more information
    422 (qemu) info block
    423 ide0-hd0 (NODE_NAME): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    424     Attached to:      /machine/unattached/device[N]
    425     Cache mode:       writeback
    426 (qemu) quit
    427 
    428 Testing: -drive if=ide,media=cdrom
    429 QEMU X.Y.Z monitor - type 'help' for more information
    430 (qemu) info block
    431 ide0-cd0: [not inserted]
    432     Attached to:      /machine/unattached/device[N]
    433     Removable device: not locked, tray closed
    434 (qemu) quit
    435 
    436 Testing: -drive if=ide,driver=null-co,read-zeroes=on,media=cdrom
    437 QEMU X.Y.Z monitor - type 'help' for more information
    438 (qemu) info block
    439 ide0-cd0 (NODE_NAME): json:{"read-zeroes": "on", "driver": "null-co"} (null-co, read-only)
    440     Attached to:      /machine/unattached/device[N]
    441     Removable device: not locked, tray closed
    442     Cache mode:       writeback
    443 (qemu) quit
    444 
    445 Testing: -drive if=virtio,driver=null-co,read-zeroes=on
    446 QEMU X.Y.Z monitor - type 'help' for more information
    447 (qemu) info block
    448 virtio0 (NODE_NAME): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
    449     Attached to:      /machine/peripheral-anon/device[N]/virtio-backend
    450     Cache mode:       writeback
    451 (qemu) quit
    452 
    453 Testing: -drive if=pflash,driver=null-co,read-zeroes=on,size=1M
    454 QEMU X.Y.Z monitor - type 'help' for more information
    455 (qemu) info block
    456 pflash0 (NODE_NAME): json:{"read-zeroes": "on", "driver": "null-co", "size": "1M"} (null-co)
    457     Attached to:      /machine/system.flash0
    458     Cache mode:       writeback
    459 (qemu) quit
    460 
    461 *** done