Current State of C++ Unikernels

2016-09-15 Thread Ian Eyberg
Hi All: I gave a presentation last night at the ACCU meetup on the 'Current State of C++ Unikernels'. Dor happened to be around and mentioned that this list might be interested in seeing the slides I was presenting so here they are:

Jenkins build is back to normal : osv-build-nightly #879

2016-09-15 Thread avi
See -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [PATCH] memory: Prevent array overflow in l1 page buffer pool.

2016-09-15 Thread Player, Timmons
The l1:refill function can call into the l2::alloc_page_batch function, which will drop the preempt lock if it needs to call the l2::refill function. If multiple threads call into l1:refill and get blocked, then they all push their new pages into the l1 page array when they resume and may