Re: [RFC v5 0/5] Add virtio transport for AF_VSOCK

2016-04-13 Thread Stefan Hajnoczi
On Tue, Apr 12, 2016 at 05:37:54PM +0100, Ian Campbell wrote: > Perhaps the guest end is turning shutdown(foo) directly into a vsock > message without or-ing in the current state? Yes, you are right: lock_sock(sk); sk->sk_shutdown |= mode; sk->sk_state_change(sk); release_sock(sk); if

Re: [PATCH v5 0/6] Support calling functions on dedicated physical cpu

2016-04-13 Thread Juergen Gross
On 06/04/16 16:17, Juergen Gross wrote: > Some hardware (e.g. Dell Studio laptops) require special functions to > be called on physical cpu 0 in order to avoid occasional hangs. When > running as dom0 under Xen this could be achieved only via special boot > parameters (vcpu pinning) limiting the