Re: [Qemu-devel] [PATCH] savevm.c: cleanup system includes

2013-01-02 Thread Anthony Liguori
Thanks, applied. Regards, Anthony Liguori

[Qemu-devel] [PATCH] savevm.c: cleanup system includes

2012-12-31 Thread Michael Tokarev
savevm.c suffers from the same problem as some other files. Some years ago savevm.c was created from vl.c, moving some code from there into a separate file. At that time, all includes were just copied from vl.c to savevm.c, without checking which ones are needed and which are not. But actually mo