Stephen Herwig

Results 8 comments of Stephen Herwig

In the short-term, I would recommend (1) or (2) -- they mostly seem equivalent from a user's perspective, since the user will need to add the files as trusted in...

The libc build hardcodes the path `/home/smherwig/src/phoenix/LibOS/../Runtime/etc/localtime`, and that's how it's seen to `shim_open`. I haven't looked too closely at the path lookup logic, but I'm guessing it tries to...

To further clarify, we are using the nix install of `qemu`: ``` $ which qemu-system-x86_64 /nix/store/6x9r5ghwq2a6j4r2gmqida8d5wd0ya91-qemu-host-cpu-only-9.0.1/bin/qemu-system-x86_64 $ qemu-system-x86_64 --version QEMU emulator version 9.0.1 Copyright (c) 2003-2024 Fabrice Bellard and the...

@conradgrobler: thank you; that worked after applying @dingelish's QEMU patch [dingelish/qemu@876e262](https://github.com/dingelish/qemu/commit/876e262744a6483a3bcb37a07767e6c75f9cf4ee) to also correct the vmw_vsock_virtio_transport error at launch.

@dingelish - Thanks. For either patch, I still get the QEMU error: ``` Parameter 'qom-type' does not accept value 'sev-snp-guest' ``` when using vanilla QEMU v9.0.1 (`/nix/store/6x9r5ghwq2a6j4r2gmqida8d5wd0ya91-qemu-host-cpu-only-9.0.1/bin/qemu-system-x86_64`). ## Patch 1...

@dingelish - It also occurred to me that by "vanilla" you meant the https://github.com/AMDESE/qemu/tree/snp-latest version (without your QEMU patch [dingelish/qemu@876e262](https://github.com/dingelish/qemu/commit/876e262744a6483a3bcb37a07767e6c75f9cf4ee)). When I try using that version, I get the following...

To further clarify, we are using the nix install of `qemu`: ``` $ which qemu-system-x86_64 /nix/store/6x9r5ghwq2a6j4r2gmqida8d5wd0ya91-qemu-host-cpu-only-9.0.1/bin/qemu-system-x86_64 $ qemu-system-x86_64 --version QEMU emulator version 9.0.1 Copyright (c) 2003-2024 Fabrice Bellard and the...