xemu/target-arm
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
..
2014-03-17 16:31:53 +00:00
2013-09-25 21:23:05 +02:00
2014-04-17 21:34:04 +01:00
2014-04-17 21:34:04 +01:00
2014-02-26 17:20:00 +00:00
2014-02-26 17:20:00 +00:00
2011-07-23 11:26:12 -05:00
2014-05-01 15:24:45 +01:00