diff options
Diffstat (limited to 'results/classifier/118/graphic/2645')
| -rw-r--r-- | results/classifier/118/graphic/2645 | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/2645 b/results/classifier/118/graphic/2645 new file mode 100644 index 000000000..ff37d1fd8 --- /dev/null +++ b/results/classifier/118/graphic/2645 @@ -0,0 +1,53 @@ +graphic: 0.964 +performance: 0.846 +assembly: 0.819 +architecture: 0.739 +debug: 0.690 +PID: 0.682 +device: 0.680 +peripherals: 0.669 +semantic: 0.645 +x86: 0.610 +ppc: 0.529 +hypervisor: 0.510 +permissions: 0.476 +vnc: 0.432 +register: 0.401 +mistranslation: 0.398 +user-level: 0.387 +TCG: 0.377 +kernel: 0.320 +i386: 0.287 +VMM: 0.268 +boot: 0.243 +virtual: 0.238 +files: 0.230 +socket: 0.210 +risc-v: 0.196 +arm: 0.171 +network: 0.154 +KVM: 0.117 + +Failed shutdown during record with `ide-hd` disk. +Description of problem: +Running `shutdown -h now` on the guest with an `ide-hd` disk during a recording results in a long wait, followed by a BMDMA error. +Steps to reproduce: +1. Install Ubuntu Server guest OS and create disk snapshot +1. Reboot and log in: `qemu-system-x86_64 -hda ubuntu_snapshot.qcow2 -m 2g -net none -monitor stdio` +2. Take a snapshot: `savevm loggedin` +3. Start recording from VM snapshot: `./qemu/build/qemu-system-x86_64 -icount shift=auto,rr=record,rrfile=ubuntu_shutdown.bin -drive file=ubuntu_snapshot.qcow2,if=none,id=img-direct -drive driver=blkreplay,if=none,image=img-direct,id=img-blkreplay -device ide-hd,drive=img-blkreplay -loadvm loggedin -net none -m 2g` +4. Run `shutdown -h now` in guest +5. Wait (~5-10 mins) +6. Observe BMDMA error (see below) +Additional information: +``` +ata1.00: exeption Emask 0x0 SAct 0.0 SErr 0.0 action 0x6 +ata1.00: BMDMA stat 0x5 +ata1.00: failed command: READ DMA +ata1.00: cmd c8/xx:xx:xx:xx:xx/xx:xx:xx:xx:xx/xx tag - dma 4096 in + res 00/00:00:00:00:00/00:00:00:00:00/00 Emask 0x2 (HSM violation) +ata1.00: revalidation failed (errno=-2) +... +``` + +Note: Running the same command on a guest with a `virtio` disk results in further progress, but still does not shut down (stuck on `[ OK ] Stopped Create final runtime dir for shutdown pivot root.`) |