|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v4 2/5] xen: add bitmap to indicate per-domain state changes
On 17.12.24 12:30, Jan Beulich wrote: On 17.12.2024 12:12, Juergen Gross wrote:V4: - add __read_mostly (Jan Beulich) - use __set_biz() (Jan Beulich) - fix error handling in evtchn_bind_virq() (Jan Beulich)I'm sorry, I should have spotted a 2nd issue already when reviewing v3 (or even an earlier version).@@ -138,6 +139,60 @@ bool __read_mostly vmtrace_available;bool __read_mostly vpmu_is_available; +static DEFINE_SPINLOCK(dom_state_changed_lock); OTOH this will require undoing the binding of the virq in case of an error returned by domain_init_states(). It would probably be best to place the call of domain_init_states() after the -EEXIST case. Juergen Attachment:
OpenPGP_0xB0DE9DD628BF132F.asc Attachment:
OpenPGP_signature.asc
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |