search for: debianhvm

Displaying 3 results from an estimated 3 matches for "debianhvm".

2013 Dec 11
29
[PATCH RFC V2 0/6] OSSTest: OVMF test job
RFC v2 of this series This series implements a basic test job for OVMF guest. The test case will install an OVMF guest and try to boot it. It is also possible to derive a debian HVM installation test case from ts-ovmf-debian-install - the only difference should be the BIOS option. I tested running the test script without specifying BIOS, it worked fine. I just didn''t figure out a
2019 May 05
3
CentOS 7 Xen 4.12 libvirt/virt-manager wrong path for qemu-system-i386
Hello, While testing Virt-SIG Xen 4.12 rpms on CentOS7 I noticed the following problem with libvirt/virt-manager when manually installing a new HVM guest from virt-manager GUI.. basicly the VM installation won't start, because libvirt/virt-manager is not able to start the VM, due to "missing" qemu-system-i386 binary: Unable to complete install: 'unsupported configuration:
2019 May 22
0
CentOS 7 Xen 4.12 libvirt/virt-manager wrong path for qemu-system-i386
.../lib/xen/bin/qemu-system-i386' not found Starting a guest with libvirt works fine, libvirt is able to find the qemu binary. (Well, libxl can...) Here is an osstest flight starting an HVM guest with libvirt: http://logs.test-lab.xenproject.org/osstest/logs/136701/test-amd64-amd64-libvirt-qemuu-debianhvm-amd64/info.html Maybe the issue is that I need to rebuild `libvirt-python' and `virt-manager' packages? > Quick'n'dirty fix is to create a symlink: > > ln -s /usr/lib64/xen/bin/qemu-system-i386 /usr/lib/xen/bin/qemu-system-i386 > > .. after creating that symlink...