qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/3] non-migratable devices


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 0/3] non-migratable devices
Date: Fri, 08 Jul 2011 11:54:32 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Mnenhy/0.8.3 Thunderbird/3.1.10

On 07/08/2011 10:53 AM, Gerd Hoffmann wrote:
   Hi,

This patch series adds an easy way to tag devices as non-migratable
puts it into use for ahci and ehci.

Gerd Hoffmann (3):
   vmstate: add no_migrate flag to VMStateDescription
   ahci doesn't support migration
   ehci doesn't support migration

  hw/hw.h       |    1 +
  hw/ide/ich.c  |    6 ++++++
  hw/usb-ehci.c |    6 ++++++
  savevm.c      |    1 +
  4 files changed, 14 insertions(+), 0 deletions(-)




ACK series

For scsi-cd and other empty-but-generally-migratable devices we should probably add an empty vmstate, so that any further addition can be done as subsections.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]