[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 13/15] docs: convert replay.txt to rst
From: |
Paolo Bonzini |
Subject: |
Re: [PATCH v5 13/15] docs: convert replay.txt to rst |
Date: |
Tue, 22 Sep 2020 15:13:01 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
On 22/09/20 14:16, Pavel Dovgalyuk wrote:
> +
> +When you need to use snapshots with diskless virtual machine,
> +it must be started with 'orphan' qcow2 image. This image will be used
> +for storing VM snapshots. Here is the example of the command line for this:
> +
> + qemu-system-i386 -icount
> shift=3,rr=replay,rrfile=record.bin,rrsnapshot=init \
> + -net none -drive file=empty.qcow2,if=none,id=rr
> +
> +empty.qcow2 drive does not connected to any virtual block device and used
> +for VM snapshots only.
This is not rST. Are you sure you included the right patch.
No problem though, I can just skip it.
Paolo
- [PATCH v5 04/15] migration: introduce icount field for snapshots, (continued)
- [PATCH v5 04/15] migration: introduce icount field for snapshots, Pavel Dovgalyuk, 2020/09/22
- [PATCH v5 05/15] qapi: introduce replay.json for record/replay-related stuff, Pavel Dovgalyuk, 2020/09/22
- [PATCH v5 06/15] replay: introduce info hmp/qmp command, Pavel Dovgalyuk, 2020/09/22
- [PATCH v5 07/15] replay: introduce breakpoint at the specified step, Pavel Dovgalyuk, 2020/09/22
- [PATCH v5 08/15] replay: implement replay-seek command, Pavel Dovgalyuk, 2020/09/22
- [PATCH v5 09/15] replay: flush rr queue before loading the vmstate, Pavel Dovgalyuk, 2020/09/22
- [PATCH v5 10/15] gdbstub: add reverse step support in replay mode, Pavel Dovgalyuk, 2020/09/22
- [PATCH v5 11/15] gdbstub: add reverse continue support in replay mode, Pavel Dovgalyuk, 2020/09/22
- [PATCH v5 12/15] replay: describe reverse debugging in docs/replay.txt, Pavel Dovgalyuk, 2020/09/22
- [PATCH v5 13/15] docs: convert replay.txt to rst, Pavel Dovgalyuk, 2020/09/22
- Re: [PATCH v5 13/15] docs: convert replay.txt to rst,
Paolo Bonzini <=
- [PATCH v5 14/15] replay: create temporary snapshot at debugger connection, Pavel Dovgalyuk, 2020/09/22
- [PATCH v5 15/15] tests/acceptance: add reverse debugging test, Pavel Dovgalyuk, 2020/09/22
- Re: [PATCH v5 00/15] Reverse debugging, no-reply, 2020/09/22
- Re: [PATCH v5 00/15] Reverse debugging, no-reply, 2020/09/22