qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] vmstate: Useless post_save?
@ 2010-05-07 22:39 Jan Kiszka
  2010-05-09  7:50 ` [Qemu-devel] " Juan Quintela
  2010-05-11  2:39 ` andrzej zaborowski
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Kiszka @ 2010-05-07 22:39 UTC (permalink / raw)
  To: Juan Quintela, andrzej zaborowski; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 614 bytes --]

Hi all,

I wondered why we have the post_save callback in vmstate. Conceptually,
it made no sense to me. So I grep'ed for its users - and found exactly
one: tmp105. As suspected, only "strange" code was found:

static void tmp105_post_save(void *opaque)
{
    TMP105State *s = opaque;
    s->faults = tmp105_faultq[(s->config >> 3) & 3];            /* F */
}

First, s->config cannot be changed by saving the state. And, second,
s->faults is only written by this driver, never read.

Anyone any concerns dropping 'faults' from tmp105 and then dropping the
post_save handler from vmstate?

Jan


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-11  2:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-07 22:39 [Qemu-devel] vmstate: Useless post_save? Jan Kiszka
2010-05-09  7:50 ` [Qemu-devel] " Juan Quintela
2010-05-11  2:39 ` andrzej zaborowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).