[libvirt-users] How to determine if my guest is loaded

2018-05-07 Thread Stallard, Adam
Hi, I am having trouble determining if my VM is up or not. Using virsh leads me to believe that the guest OS is not being loaded: virsh domblkstat guestvm rd_req 0 rd_bytes 0 wr_req 0 wr_bytes 0 flush_operations 0 rd_total_times 0 wr_total_times 0 flush_total_times 0 The VM state is running whe

[libvirt-users] libvirt does not see a firewall backend

2018-05-03 Thread Stallard, Adam
Hi, I am working with libvirt on a small buildroot image and can't get a network to start: $ virsh net-list -all Default inactive yes yes $ virsh -debug=4 net-start default Error: Failed to start network default Error: internal error: Failed to initialize a vlid firewall backend Reading the so

[libvirt-users] manually install a machine (no virt-install)

2018-05-02 Thread Stallard, Adam
Hi, I'm wondering if there are any guides to connecting a qemu image to libvirt without using any virt-manager tools. I wish to send poweroff / on signals to the machine, and it seems all I need to do so is the libvirt library. I'm working on building an embedded platform where the images are g