Juan Quintela 8f1e884b38 savevm: Remove all the unneeded version_minimum_id_old (arm)
After commit 767adce2d, they are redundant.  This way we don't assign them
except when needed.  Once there, there were lots of cases where the ".fields"
indentation was wrong:

     .fields = (VMStateField []) {
and
     .fields =      (VMStateField []) {

Change all the combinations to:

     .fields = (VMStateField[]){

The biggest problem (apart from aesthetics) was that checkpatch complained
when we copy&pasted the code from one place to another.

Signed-off-by: Juan Quintela <quintela@redhat.com>
[PMM: fixed minor conflict, corrected commit message typos]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2014-05-13 16:09:35 +01:00
..
2013-07-27 11:22:53 +04:00
2014-01-13 14:04:53 +01:00
2014-05-08 14:19:58 -04:00
2013-02-16 11:11:34 +00:00
2014-04-28 08:55:32 +04:00
2014-04-28 13:43:17 +01:00
2014-03-13 14:42:21 +01:00
2013-04-13 19:39:59 +00:00