]> Git Repo - qemu.git/commit - migration/savevm.c
vmstate: remove const for put operations
authorJuan Quintela <[email protected]>
Tue, 29 Sep 2009 20:48:20 +0000 (22:48 +0200)
committerAnthony Liguori <[email protected]>
Mon, 5 Oct 2009 14:32:36 +0000 (09:32 -0500)
commit84e2e3eb5f20248ce85d11b8b751e2bd01d8fd95
tree3273be0631e4876e9703ff020560fc8072c4ea81
parent50af324697cb91d3e7a820e2b94ee0237c0103e2
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 <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
hw/hw.h
hw/pci.c
hw/ptimer.c
savevm.c
This page took 0.027955 seconds and 4 git commands to generate.