qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/6] vmstate: Drop post_save / allow instance ID ali


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH 0/6] vmstate: Drop post_save / allow instance ID aliases
Date: Wed, 12 May 2010 23:19:07 +0200

This series comes with two major contributions:
 - after moving away the last user of post_save (tmp105), this vmstate
   callback is dropped
 - introduction of an instance ID alias to vmstate, allowing to drop a few
   more explicit vmstate_register calls

Jan Kiszka (6):
  tmp105: Drop unused faults field
  vmstate: Drop unused post_save handler
  vmstate: Add support for alias ID
  serial: Register vmstate via qdev
  fdc: Register vmstate via qdev
  mc146818rtc: Register vmstate via qdev

 hw/fdc.c         |   35 ++++++++++++++++++++++++++++++-----
 hw/hw.h          |    4 +++-
 hw/mc146818rtc.c |    3 ++-
 hw/qdev.c        |   13 +++++++++++--
 hw/qdev.h        |    2 ++
 hw/serial.c      |   13 ++++++++++++-
 hw/tmp105.c      |   10 ----------
 savevm.c         |   19 +++++++++++++------
 8 files changed, 73 insertions(+), 26 deletions(-)




reply via email to

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