[COMMIT osv master] tests/tst-tcp-siocoutq: don't forget to close listening socket

2017-02-26 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master tests/tst-tcp-siocoutq: don't forget to close listening socket If we keep the listening socket open at the end of the test, we can't run in the same VM another test which needs the same port

Re: tst-tls.so failing when running tests in single OSv instance

2017-02-26 Thread Nadav Har'El
On Sun, Feb 26, 2017 at 1:45 PM, Nadav Har'El wrote: > > The "-s" option runs all the tests (I assume only the simple C ones, not > more complex tests involving host-side processing, etc.?) on one OSv guest. > We haven't done this in a long while, and I wouldn't be surprised

Re: tst-feexcept.so unit test failing locally

2017-02-26 Thread Nadav Har'El
Thanks. I can reproduce this on any machine by running on pure qemu without KVM. I opened an issue: https://github.com/cloudius-systems/osv/issues/855 -- Nadav Har'El n...@scylladb.com On Fri, Feb 24, 2017 at 2:31 PM, Waldek Kozaczuk wrote: > This test fails consistently

[COMMIT osv master] osv: xen_intr: use evtchn.h

2017-02-26 Thread Commit Bot
From: Sergiy Kibrik' via OSv Development Committer: Nadav Har'El Branch: master osv: xen_intr: use evtchn.h Replace local declaration of unmask_evtchn() and evtchn_from_irq() with inclusion of evtchn.h where they're declared. Additionally declare

[COMMIT osv master] osv: xen: make shared structures arch-independent

2017-02-26 Thread Commit Bot
From: Sergiy Kibrik' via OSv Development Committer: Nadav Har'El Branch: master osv: xen: make shared structures arch-independent xen_shared_info & xen_vcpu_info are different on x64/aarch64, so couple of fixes needed so that shared data is

[COMMIT osv master] bsd: remove unused xenfunc.h header

2017-02-26 Thread Commit Bot
From: Sergiy Kibrik' via OSv Development Committer: Nadav Har'El Branch: master bsd: remove unused xenfunc.h header It contains definitions of non-existing (in OSv tree) routines, which had been used in original BSD code and have absolutely no