Re: [PATCH v3 4/6] x86/vpic: don't trigger unmask event until end of init

2021-01-26 Thread Jan Beulich
On 26.01.2021 14:45, Roger Pau Monne wrote: > Wait until the end of the init sequence to trigger the unmask event. > Note that it will be unconditionally triggered, but that's harmless if > not unmask actually happened. > > While there change the variable type to bool. > > Requested-by: Jan

[PATCH v3 4/6] x86/vpic: don't trigger unmask event until end of init

2021-01-26 Thread Roger Pau Monne
Wait until the end of the init sequence to trigger the unmask event. Note that it will be unconditionally triggered, but that's harmless if not unmask actually happened. While there change the variable type to bool. Requested-by: Jan Beulich Signed-off-by: Roger Pau Monné --- Changes since v2: