[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V2] xen: Fix BUFIOREQ evtchn init for a stubdom.
On 29/06/2012 09:26, "Ian Campbell" <Ian.Campbell@xxxxxxxxxx> wrote: >> +static int hvm_replace_event_channel(struct vcpu *v, uint64_t remote_domid, >> + int *port) int *p_port?... >> +{ >> + int old_port, new_port; >> + >> + new_port = alloc_unbound_xen_event_channel(v, remote_domid, NULL); >> + if ( new_port < 0 ) >> + return new_port; >> + >> + /* xchg() ensures that only we free_xen_event_channel() */ >> + old_port = xchg(port, new_port); ...Would make this line a little bit clearer imo. >> + free_xen_event_channel(v, old_port); >> + return 0; >> +} >> + _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |