diff options
author | Juan Quintela <quintela@redhat.com> | 2014-04-16 13:31:26 +0200 |
---|---|---|
committer | Juan Quintela <quintela@trasno.org> | 2014-05-14 15:24:51 +0200 |
commit | 6e3d652ab204c6f8f1846639bca802fb9c8a9a6d (patch) | |
tree | 73c3f62f57d0b550999c23683e7423afe9ac4656 /hw/timer | |
parent | 14bcfdc7f1997492f59493214a24a27f5aa05c09 (diff) | |
download | qemu-6e3d652ab204c6f8f1846639bca802fb9c8a9a6d.zip qemu-6e3d652ab204c6f8f1846639bca802fb9c8a9a6d.tar.gz qemu-6e3d652ab204c6f8f1846639bca802fb9c8a9a6d.tar.bz2 |
savevm: Remove all the unneeded version_minimum_id_old (usb)
After previous Peter patch, they are redundant. This way we don't
assign them except when needed. Once there, there were lots of case
where the ".fields" indentation was wrong:
.fields = (VMStateField []) {
and
.fields = (VMStateField []) {
Change all the combinations to:
.fields = (VMStateField[]){
The biggest problem (appart 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>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/timer')
0 files changed, 0 insertions, 0 deletions