vmstate: remove const for put operations
authorJuan Quintela <quintela@redhat.com>
Tue, 29 Sep 2009 20:48:20 +0000 (22:48 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 5 Oct 2009 14:32:36 +0000 (09:32 -0500)
commit255d59a4978206c3d0e16c8bc4964c938c66b1e7
tree3273be0631e4876e9703ff020560fc8072c4ea81
parentecebbd821838239792e13d5f5c7c3d1d555e5e99
vmstate: remove const for put operations

In a later patch, we introduce pre_save() and post_save() functions.
The whole point of that operation is to change things in the state.
Without this patch, we have to remove the const qualifier in each
use with a cast

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/hw.h
hw/pci.c
hw/ptimer.c
savevm.c