dan pittman

Results 15 comments of dan pittman

This is something I think we'd be interested in too, and I'd be thrilled to take on some of the work. Is it still a thing that's under consideration?

@harpocrates Nice! Thanks, I'll take a look.

Is it still the case that `rdmsr` is not possible from within an ebpf program?

Hi @jcvenegas! Thanks so much for your reply. I think we're on to something! __TL;DR__: In the runtime's log: ``` 2017-08-01T17:03:27.776244Z:1972:cc-oci-runtime:critical:/usr/bin/cc-oci-runtime: create: Unknown option --console-socket ``` --- Here's the logs...

Yes! I just downgraded to 17.03, as it was what was available: ``` $ apt-cache madison docker-ce docker-ce | 17.06.0~ce-0~ubuntu | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages docker-ce | 17.03.2~ce-0~ubuntu-xenial | https://download.docker.com/linux/ubuntu...

I attempted to run the [qemu command generated by the runtime](https://gist.github.com/danielscottt/ce6baef5f7260f42f55f08428736320e), and am getting this error: ``` # source run.sh qemu-lite-system-x86_64: /usr/src/packages/BUILD/target-i386/kvm.c:1777: kvm_put_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed. Aborted (core...

I'm going to close this for now and try and track down a physical host. Should the same issues arise, I'll reopen. Thanks for your help!

Hey, thanks for the responses! I'll reopen. @grahamwhaley @mcastelino @anthonyzxu - I'd also love to know if there were any further developments! @jcvenegas - Thanks! I'll start gathering this info...

``` # cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 70 model name : Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz stepping : 1 microcode...

A thought that occurred to me when thinking about this: I think I'd like to type-alias granules. ```rust // vspace.rs type UnmappedPage = UnmappedRegion; type MappedPage = MappedRegion; #[cfg(target_arch =...