Record/replay example does not work

Bug #1810590 reported by Andreas Gustafsson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
QEMU
Expired
Undecided
Unassigned

Bug Description

Trying the record part of the record/replay example at https://github.com/qemu/qemu/blob/master/docs/replay.txt qemu immediately hangs with no guest output displayed. This is with qemu from today's git (e59dbbac0364344a3ad84c3497a98c56003d3fb8).

To reproduce:

  wget https://people.debian.org/~aurel32/qemu/i386/debian_squeeze_i386_standard.qcow2

  mv debian_squeeze_i386_standard.qcow2 disk.qcow2

  qemu-system-i386 \
       -icount shift=7,rr=record,rrfile=replay.bin \
       -drive file=disk.qcow2,if=none,id=img-direct \
       -drive driver=blkreplay,if=none,image=img-direct,id=img-blkreplay \
       -device ide-hd,drive=img-blkreplay \
       -netdev user,id=net1 -device rtl8139,netdev=net1 \
       -object filter-replay,id=replay,netdev=net1

The above qemu command line is exactly the same as in the example.

Tested on a Debian 9 x86_64 host.

Revision history for this message
Thomas Huth (th-huth) wrote : Moved bug report

This is an automated cleanup. This bug report has been moved to QEMU's
new bug tracker on gitlab.com and thus gets marked as 'expired' now.
Please continue with the discussion here:

 https://gitlab.com/qemu-project/qemu/-/issues/160

Changed in qemu:
status: New → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.