search for: 9889b87848d7

Displaying 2 results from an estimated 2 matches for "9889b87848d7".

2018 Oct 22
1
Re: Questions regarding migration from QEMU to libvirt
...using: qemu-system-x86_64 -enable-kvm -daemonize -m 3G -smp cores=4,cpus=4 -net nic \ -net user,hostfwd=tcp::2222-:22,smb=/home/USER /home/USER/p/DISK.qcow2 For our network configuration, we have: <network> <name>kworkflow-network</name> <uuid>7d167334-7e36-475b-a0ae-9889b87848d7</uuid> <forward mode='nat'/> <bridge name='virbr-kworkflow' stp='on' delay='0'/> <mac address='52:54:00:8a:da:00'/> <ip address='10.0.1.1' netmask='255.255.255.0'> <dhcp> <range start=...
2018 Oct 03
2
Questions regarding migration from QEMU to libvirt
Hi, My colleagues and I have a set of scripts that we use to automate our daily tasks related to the Linux Kernel. As a result, most of our code relies on the QEMU features; and recently we decided use libvirt instead of QEMU. However, we have some questions, and I would like to know if someone could help us. Follows: 1) Import our QEMU images with virsh Currently, we import the QEMU VMs with