Sebastien Boeuf

Results 208 comments of Sebastien Boeuf

Yes I agree the internal feature gate is maybe the easiest way to go, as we can expect libc will soon expose these syscalls, and so you would remove the...

Is there anyone looking at issues on this repo ? I'd like to have a feedback about this one.

We are relying on the Route structure here: https://github.com/containers/virtcontainers/blob/master/network.go#L67. We thought it was a good idea to rely on your generic structures to create our network results when scanning the...

@rosenhouse Yes I could do that, but I wanted to check with you first. I don't understand why it is not part of the CNI spec, I mean when you...

It is not specific to the IPAM plugin, it's about the results that are returned after you've added a new network. My understanding is that after you call into `AddNetwork()`...

Nope I haven't seen this error in 3.0, but I am not testing with 17.05 currently.

Just wanted to add a note here about the fact the EDK2/OVMF codebase has been updated with the latest I/O port addresses.

@carezkh The mappings look correct. - What kind of workload are you running inside the guest? It might require lots of RAM. - Can you also try to avoid using...

@carezkh Ok thanks for checking these. - Can you switch off `direct` on both the ubuntu cloud image and the cloud init disk? Based on the following log: ``` cloud-hypervisor...

I don't think the Cloud Hypervisor process can have control over the amount of caching performed by the OS. After some research on cgroups, I can see there are two...