On 4/1/2021 8:05 AM, Landry Breuil wrote:
> On Thu, Apr 01, 2021 at 12:43:41AM -0400, Brad Smith wrote:
>> On Sat, Mar 27, 2021 at 02:31:16PM -0400, Brad Smith wrote:
>>> Here is a work in progress update to QEMU 6.0.0-rc0.
>>>
>>> I was able to fix the library detection for a few dependencies,
>>> the optimization level being hardcoded and Meson was linking
>>> libstdc++ when utilizing Clang (proabably due to only testing
>>> on Linux).
>>>
>>> I'm really hating this conversion to Meson. It really does some
>>> oddball crap.
>>>
>>> Testing and feedback welcome.
>> Updated for rc1.
> fwiw, i've just tested the guest-agent part of this new version, accessing a
> -current kvm VM on a proxmox 6.1 host, and it still works as expected.
>
> root@openbsd-amd64:~# qm agent 100 get-host-name
> {
> "host-name" : "c64.proxmox2"
> }
> root@openbsd-amd64:~# qm agent 100 get-osinfo
> {
> "kernel-release" : "6.9",
> "kernel-version" : "GENERIC.MP#421",
> "machine" : "amd64"
> }
> root@openbsd-amd64:~# qm guest exec 100 -- ls -l /tmp 2>&1 | jq -r '."out-data"'
> total 5496
> drwxrwxrwt 2 root wheel 512 Mar 22 13:58 .ICE-unix
> drwxrwxrwt 2 root wheel 512 Mar 22 13:58 .X11-unix
> -rw------- 1 landry wheel 0 Mar 31 11:13 dep2.vDQ9YP4k1k
> -rw-r--r-- 1 root wheel 25 Apr 1 13:59 qga.state
> drwxr-xr-x 2 root wheel 512 Mar 22 13:58 sndio
> -rw-r--r-- 1 landry wheel 2772992 Mar 24 09:37 srs6.db
> drwx------ 2 landry wheel 512 Mar 22 14:51 tmux-1000
> drwxrwxrwt 2 root wheel 512 Mar 18 11:59 vi.recover
>
> thanks !
>
> Landry
Thank you.
No comments:
Post a Comment