qemu/docs
Pavel Dovgalyuk 646c5478c0 record/replay: add network support
This patch adds support of recording and replaying network packets in
irount rr mode.

Record and replay for network interactions is performed with the network filter.
Each backend must have its own instance of the replay filter as follows:
 -netdev user,id=net1 -device rtl8139,netdev=net1
 -object filter-replay,id=replay,netdev=net1

Replay network filter is used to record and replay network packets. While
recording the virtual machine this filter puts all packets coming from
the outer world into the log. In replay mode packets from the log are
injected into the network device. All interactions with network backend
in replay mode are disabled.

v5 changes:
 - using iov_to_buf function instead of loop

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Signed-off-by: Jason Wang <jasowang@redhat.com>
2017-01-06 10:38:00 +08:00
..
specs spec/vhost-user: fix the VHOST_USER prefix 2016-11-30 04:20:57 +02:00
aio_notify_accept.promela
aio_notify_bug.promela
aio_notify.promela
atomics.txt
bitmaps.md
blkdebug.txt
blkverify.txt
block-replication.txt
bootindex.txt
build-system.txt
ccid.txt
COLO-FT.txt
colo-proxy.txt
generic-loader.txt
ich9-ehci-uhci.cfg
igd-assign.txt
image-fuzzer.txt
live-block-ops.txt
memory-hotplug.txt
memory.txt
migration.txt
multi-thread-compression.txt
multiple-iothreads.txt
multiseat.txt
pci_expander_bridge.txt
pcie.txt
q35-chipset.cfg
qapi-code-gen.txt
qcow2-cache.txt
qdev-device-use.txt
qemupciserial.inf
qmp-commands.txt
qmp-events.txt
qmp-intro.txt
qmp-spec.txt
rcu.txt
rdma.txt
replay.txt record/replay: add network support 2017-01-06 10:38:00 +08:00
spice-port-fqdn.txt
tcg-exclusive.promela
throttle.txt
tracing.txt
usb2.txt
usb-storage.txt
virtio-balloon-stats.txt
virtio-migration.txt
vnc-ledstate-Pseudo-encoding.txt
win32-qemu-event.promela
writing-qmp-commands.txt
xbzrle.txt
xen-save-devices-state.txt