Re: virsh create fails with "Unable to find any firmware to satisfy 'efi'" for aarch64 guest on macOS

2021-11-29 Thread Ján Tomko
On a Friday in 2021, Nathan Vander Wilt wrote: I am having trouble when I `virsh create test.xml` with an aarch64 guest on a macOS (Apple Silicon) host. I've wrestled with a variety of issues but the one I simply haven't been able to get past is this regarding the UEFI firmware: error: Failed to

Libvirt Snapshot Question

2021-11-29 Thread Elias Mobery
Hi everybody! I'm using a snapshot purely for writes and was wondering if it's possible to clear/empty the snapshot after it reaches a certain size? Created with: virsh snapshot-create-as --disk-only I tried deleting and recreating it but get an error at deletion: virsh snapshot-delete Error

migrate libvirt config between machines

2021-11-29 Thread daggs
Greetings, I'd like to migrate my current libvirt config from one machine to another, what is the best way to do so? Thanks

Fwd: Installing virtiofs drivers on Windows 11....

2021-11-29 Thread Mario Marietto
Hello to everyone. I'm testing Windows 11 with bhyve and I've found an annoying problem that prevents me from completing some tasks that I'm working on. It seems that the virtio-9p driver does not work inside the Windows 11 os emulated with bhyve and maybe also with qemu-kvm. When Windows 11 is l

Re: Fwd: Installing virtiofs drivers on Windows 11....

2021-11-29 Thread Andrea Bolognani
On Mon, Nov 29, 2021 at 06:15:40PM +0100, Mario Marietto wrote: > Hello to everyone. > > I'm testing Windows 11 with bhyve and I've found an annoying problem that > prevents me from completing some tasks that I'm working on. > > It seems that the virtio-9p driver does not work inside the Windows 11

Re: Fwd: Installing virtiofs drivers on Windows 11....

2021-11-29 Thread Mario Marietto
I've been lucky to find a compatriot :) Sometimes time happens and it makes me feel happy. You are right. I got confused. I've thought virtio-9p working depended on virtiofs working. Anyway, neither of those functions works :( Anyway I'm not sure that the right place to ask this question is the bhy

Re: virsh create fails with "Unable to find any firmware to satisfy 'efi'" for aarch64 guest on macOS

2021-11-29 Thread Nathan Vander Wilt
On Fri, Nov 26, 2021 at 11:08 PM Michal Prívozník wrote: > Since you are providing the path to both UEFI image and varstore you can > drop this 'firmware="efi"' attribute. It's what's causing troubles here. Thank you, yes! > A short trip into not so distant past. UEFI was introduced to QEMU, so

Re: virsh create fails with "Unable to find any firmware to satisfy 'efi'" for aarch64 guest on macOS

2021-11-29 Thread Nathan Vander Wilt
On Mon, Nov 29, 2021 at 2:28 AM Ján Tomko wrote: > Can you try with the latest libvirt? > 7.10.0-rc2 was just tagged today and should be out this week: > https://listman.redhat.com/archives/libvirt-announce/2021-November/msg2.html Ah, but it looks like the arm64 -> VIR_ARCH_AARCH64 patch (htt

Re: virsh blockjob $domain --abort

2021-11-29 Thread Peter Krempa
On Tue, Nov 30, 2021 at 08:15:30 +0200, Jeff Brown wrote: > Please advise: > > After a scheduled crontab snapshot backup of a VM it failed to do a > blockcommit, and is currently writing to both the snapshot and the original > QCOW2 images. > > (I don't think it's a bug, and suspect that I caused