qemu-e2k/hw
Thibaut Collet f6f56291de vhost user: add support of live migration
Some vhost user backends are able to support live migration.
To provide this service the following features must be added:
1. Add the VIRTIO_NET_F_GUEST_ANNOUNCE capability to vhost-net when netdev
   backend is vhost-user.
2. Provide a nop receive callback to vhost-user.
   This callback is called by:
    *  qemu_announce_self after a migration to send fake RARP to avoid network
       outage for peers talking to the migrated guest.
         - For guest with GUEST_ANNOUNCE capabilities, guest already sends GARP
           when the bit VIRTIO_NET_S_ANNOUNCE is set.
           => These packets must be discarded.
         - For guest without GUEST_ANNOUNCE capabilities, migration termination
           is notified when the guest sends packets.
           => These packets can be discarded.
    * virtio_net_tx_bh with a dummy boot to send fake bootp/dhcp request.
      BIOS guest manages virtio driver to send 4 bootp/dhcp request in case of
      dummy boot.
      => These packets must be discarded.

Signed-off-by: Thibaut Collet <thibaut.collet@6wind.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Tested-by: Thibaut Collet <thibaut.collet@6wind.com>
2015-10-22 14:34:49 +03:00
..
9pfs
acpi
alpha
arm hw/arm/virt: Allow zero address for PCI IO space 2015-10-16 13:34:02 +01:00
audio
block block: switch from g_slice allocator to malloc 2015-10-12 11:17:45 +01:00
bt
char hw: char: Remove unnecessary variable 2015-10-08 19:46:47 +03:00
core
cpu icc_bus: drop the unused files 2015-10-02 16:22:02 -03:00
cris
display Fix device introspection regressions 2015-10-12 11:07:38 +01:00
dma
gpio
i2c
i386 intel_iommu: Add support for translation for devices behind bridges 2015-10-18 10:05:43 +03:00
ide
input virtio-input: Fix device introspection on non-Linux hosts 2015-10-09 15:25:56 +02:00
intc s/cpu_get_real_ticks/cpu_get_host_ticks/ 2015-10-08 19:46:01 +03:00
ipack
isa
lm32
m68k
mem pc-dimm: add vhost slots limit check before commiting to hotplug 2015-10-22 14:34:48 +03:00
microblaze
mips * First batch of MAINTAINERS updates 2015-09-25 21:52:30 +01:00
misc misc: zynq_slcr: Fix MMIO writes 2015-10-16 13:13:47 +01:00
moxie
net vhost user: add support of live migration 2015-10-22 14:34:49 +03:00
nvram
openrisc * First batch of MAINTAINERS updates 2015-09-25 21:52:30 +01:00
pci
pci-bridge
pci-host intel_iommu: Add support for translation for devices behind bridges 2015-10-18 10:05:43 +03:00
pcmcia hw: do not pass NULL to memory_region_init from instance_init 2015-10-09 15:25:56 +02:00
ppc s/cpu_get_real_ticks/cpu_get_host_ticks/ 2015-10-08 19:46:01 +03:00
s390x s390x: rename io_subsystem_reset -> subsystem_reset 2015-10-02 13:31:52 +02:00
scsi vhost: use a function for each call 2015-10-22 14:34:49 +03:00
sd sdhci.c: Limit the maximum block size 2015-10-12 11:17:45 +01:00
sh4
smbios
sparc
sparc64
ssi
timer hw: timer: Remove unnecessary variable 2015-10-08 19:46:47 +03:00
tpm
tricore
unicore32
usb
vfio vfio: Allow hotplug of containers onto existing guest IOMMU mappings 2015-10-05 12:39:47 -06:00
virtio vhost: use a function for each call 2015-10-22 14:34:49 +03:00
watchdog
xen
xenpv
xtensa
Makefile.objs