qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1810590] [NEW] Record/replay example does not work
@ 2019-01-05 12:43 Andreas Gustafsson
  2021-05-05 11:10 ` [Bug 1810590] " Thomas Huth
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Gustafsson @ 2019-01-05 12:43 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

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.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1810590

Title:
  Record/replay example does not work

Status in QEMU:
  New

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1810590/+subscriptions

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-05 11:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-05 12:43 [Qemu-devel] [Bug 1810590] [NEW] Record/replay example does not work Andreas Gustafsson
2021-05-05 11:10 ` [Bug 1810590] " Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).