Christophe de Dinechin

Results 220 comments of Christophe de Dinechin
trafficstars

@jodh-intel For them, there is also the problem of having to maintain a specific feature they can't really test, and that also conflicts with their changes in progress.

I ran the `mu` code under a debugger, and as far as I can tall, the parsing is correct. According to the [Xapian documentation](https://tartarus.org/james/xapian-apidoc/html/classXapian_1_1QueryParser.html#details) there seems to be a 'love/hate'...

It does seem that `mu` constructs a query using [this constructor](https://tartarus.org/james/xapian-apidoc/html/classXapian_1_1Query.html#a735a5c36ae7d24bd571c9d8795bc687a). Since the code [adds a prefix](https://github.com/djcb/mu/blob/master/lib/mu-xapian.cc#L63) which seems to be `S` in my case, I am wondering if the...

> mu has its own query-parser. The trouble here is that Xapian splits words with `-` so there's no 'foo-bar' item to search for ('term' as Xapian calls it). >...

A query on tags fails, apparently. I need to look at it.

For the record (to make search easier), here is what you get when you try: ``` # podman run -it --rm --runtime /usr/local/kata/usr/local/bin/containerd-shim-kata-v2 fedora bash io.containerd.kata.v2: shim namespace cannot be...

See also https://github.com/kata-containers/kata-containers/issues/1133#issuecomment-731153881

The opposite side of this for `podman` is https://github.com/containers/podman/issues/8579

@larrydewey I am not entirely. The `govmmQemu.Object` we are building leads to a `qemu` command-line that looks like: `-object sev-guest,id=sev0,cbitpos=47,reduced-phys-bits=1` (see [qemu documentation](https://www.qemu.org/docs/master/system/confidential-guest-support.html)). This is what qemu needs to properly...

@larrydewey Also, I'm curious if this led to an actual issue? if there was a test that you think presumably failed because of this, we need that info in #5006...