]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce NBD migration cookie
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 29 Jan 2013 12:38:50 +0000 (13:38 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Sat, 23 Feb 2013 06:49:56 +0000 (07:49 +0100)
commit121d4cfb9a57289154a7290fa786d28e13eab9de
tree068b4ec5bb5cb73f55ebc5cf80b0a3574e3cf613
parente9a6704f999be69d3a98108fe1e67fef8e794e54
Introduce NBD migration cookie

This migration cookie is meant for two purposes. The first is to be sent
in begin phase from source to destination to let it know we support new
implementation of VIR_MIGRATE_NON_SHARED_{DISK,INC} so destination can
start NBD server. Then, the second purpose is, destination can let us
know, on which port the NBD server is running.
src/qemu/qemu_domain.h
src/qemu/qemu_migration.c