cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

140.out (1074B)


      1QA output created by 140
      2Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536
      3wrote 65536/65536 bytes at offset 0
      464 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
      5{ 'execute': 'qmp_capabilities' }
      6{"return": {}}
      7{ 'execute': 'nbd-server-start',
      8       'arguments': { 'addr': { 'type': 'unix',
      9                                'data': { 'path': 'SOCK_DIR/nbd' }}}}
     10{"return": {}}
     11{ 'execute': 'nbd-server-add',
     12       'arguments': { 'device': 'drv' }}
     13{"return": {}}
     14read 65536/65536 bytes at offset 0
     1564 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
     16{ 'execute': 'eject',
     17       'arguments': { 'device': 'drv' }}
     18{"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "BLOCK_EXPORT_DELETED", "data": {"id": "drv"}}
     19qemu-io: can't open device nbd+unix:///drv?socket=SOCK_DIR/nbd: Requested export not available
     20server reported: export 'drv' not present
     21{ 'execute': 'quit' }
     22{"return": {}}
     23{"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}}
     24*** done