Re: [PATCH 02/22] machine: remove deprecated -machine enforce-config-section option

2020-10-22 Thread Paolo Bonzini
On 22/10/20 07:09, Thomas Huth wrote: >> +#include "migration/misc.h" > This new include does not make much sense to me, if all you did was removing > code from this file. Why did you add this here? Yeah, it's not needed anymore. It's part of a different patch that I threw away when I noticed

Re: [PATCH 02/22] machine: remove deprecated -machine enforce-config-section option

2020-10-21 Thread Thomas Huth
On 21/10/2020 22.56, Paolo Bonzini wrote: > Deprecated since 3.1 and complicates the initialization sequence, > remove it. > > Signed-off-by: Paolo Bonzini > --- > docs/system/deprecated.rst | 12 ++-- > hw/core/machine.c | 24 +--- > include/hw/boards.h