Re: [PATCH 00/33] Cleanups and automatic init/exit calls

2012-09-05 Thread Pekka Enberg
On Wed, Sep 5, 2012 at 11:31 AM, Sasha Levin wrote: > This patch series is mostly about cleanups: > > - Clean all the global variables we have to store configuration options. > - Remove externed config options between objects. > - Adding several exit routines to clean up on exit. > - Remove th

[PATCH 00/33] Cleanups and automatic init/exit calls

2012-09-05 Thread Sasha Levin
This patch series is mostly about cleanups: - Clean all the global variables we have to store configuration options. - Remove externed config options between objects. - Adding several exit routines to clean up on exit. - Remove the global 'kvm' object. - Contain arch specific init/exit calls