qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v3 0/2] vmstateify a bunch of rare devices


From: Dr. David Alan Gilbert (git)
Subject: [Qemu-devel] [PATCH v3 0/2] vmstateify a bunch of rare devices
Date: Tue, 27 Sep 2016 13:02:13 +0100

From: "Dr. David Alan Gilbert" <address@hidden>

Two more register_savevm users converted to vmstate.
This is split out from an earlier series where some of the others
have gone in.

Note I've not been able to test the changes (other than build); I've not
got any model that uses them that successfully migrates even without the
changes.

Dave

v3
  A few fixes based on Peter's comments; mostly in converting what are
  now booleans to be used as booleans in most places, avoiding &=, using false
  and true.  Made 'timing' uint16_t rather than int16_t.

Dr. David Alan Gilbert (2):
  vmstateify tsc2005
  vmstateify tsc210x

 hw/input/tsc2005.c | 190 ++++++++++++++++++--------------------------
 hw/input/tsc210x.c | 227 ++++++++++++++++++++++++-----------------------------
 2 files changed, 179 insertions(+), 238 deletions(-)

-- 
2.7.4




reply via email to

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