On 05/22/2018 02:40 PM, Jan Beulich wrote: >>>> On 22.05.18 at 15:35, <[email protected]> wrote: >> --- a/xen/arch/x86/acpi/power.c >> +++ b/xen/arch/x86/acpi/power.c >> @@ -33,6 +33,8 @@ >> >> uint32_t system_reset_counter = 1; >> >> +static bool __read_mostly opt_fake_s3 = false; > > With the typo in the title (wants to be acpi_sleep) corrected
Oops -- I can fix this on check-in (once the development window opens). > and > preferably with the pointless initializer here dropped Are global variables in C automatically initialized? That's new to me -- under what circumstances, and since when? -George _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
