Goran Mekić

Results 34 comments of Goran Mekić

I'll work on ` Switch from on_startup and shutdown e to lifecycle (tests, docs)`. I will probably send PR after the weekend.

Is there something I/we can do to help with pydantic2 support?

Colegue told me that CUSE on FreeBSD is not extension of FUSE, hence the error. OK, that makes sense, now only to narrow down socket.

All right, that's a progress. On the "daemon" side I got ``` swtpm socket --tpmstate dir=/tmp/mytpm1 --ctrl type=unixio,path=/tmp/mytpm1/swtpm-sock --tpm2 --log level=20 Ctrl Cmd: length 8 00 00 00 02 00...

It does start, but I can't do anything with it. The port is opened on 127.0.0.1 and checking with nmap it appears to be so, but I get an error...

Oh, I realize what's my error here. `swtpm_ioctl -i` is for `--ctrl` and `--server` is used by `tss*` family of commands. OK, for now I can at least work on...

I created a little [playground](https://github.com/mekanix/tpmplay) to learn and experiment more, and for now I have `init`, `deinit` and `ctrlcmd` ripped from swtpm_ioctl. I suppose logical next step is to implement...

I would like to write backend for bhyve, which is FreeBSD's hypervisor. What I was thinking would be the easiest way to achieve that is by learning from existing tools...

Maybe I used the wrong word. Passthrough is already implemented and I use it to learn about how to add swtpm to bhyve. Of course, it will be used as...

@pmdevita I was at liberty to cherry-pick your changes onto master branch and create [feature/sqlalchemy2](https://github.com/mekanix/ormar/tree/feature/sqlalchemy2). On my machine testing signals fails, but I'll leave that for later. I'll try to...