Demi Marie Obenour
Demi Marie Obenour
GPU acceleration via virtio-GPU native context requires mapping memory controlled by the Linux GPU drivers into the guest. This memory is accessible by the GPU _and_ the CPU. Furthermore, the...
The pages in question may need to be mapped by the guest and host at the same time, only by the guest, only by the host, or by neither. The...
@quic-cvanscha Is this something that should be possible? In particular, can the full KVM API be implemented on top of Gunyah, so that a userspace VMM does not know that...
I converted this to draft as it is missing tests.
This is an up-to-date version of #256, but without tests and without the more useful error messages.
The problem is that `base2bin()` uses `n * m` memory, where `n` is the number of entries and `m` is the length of the *largest* entry. `hex2bin()` used to have...
> Well, after having a look my conclusion is memory usage is not the issue here. The issue is we are loosing the information on the actual individual signature sizes....
I think strict mode should be the default, as most people don't need to deal with the legacy clients and servers Cloudflare does.
There are some validations that need to be done in any mode I believe: - `Content-Length` (values must be valid and agree, etc) - `Transfer-Encoding` (must be `chunked` or missing,...
The main one is to give libcurl and any other library or program that wants it access to a browser-grade WebPKI implementation on Linux. This includes features like CRLite, certificate...