Re: [libvirt-users] Automatically assign static ipv4 via dhcp to new VMs

2013-10-17 Thread Tim
Thanks for the hint with net-update, thats exactly that what I was looking for. Am 07.10.2013 13:10, schrieb Laine Stump: > On 10/04/2013 12:09 PM, Tim wrote: >> Hi guys, >> >> I'm running a KVM/libvirt host in a datacenter and got a fancy IPv4 >> subnet from my provider. I'm able to assign IPs fr

Re: [libvirt-users] Building XML from working qemu command-line for ARM virtio

2013-10-17 Thread Eric Blake
On 10/17/2013 02:02 PM, Clark Laughlin wrote: > Hello, > [can you convince your mailer to wrap long lines?] > I've got a working QEMU command line that I am trying to get into a libvirt > dom xml and using domxml-from-native doesn't seem to know how to handle all > of it. Yeah, it's a known p

[libvirt-users] Building XML from working qemu command-line for ARM virtio

2013-10-17 Thread Clark Laughlin
Hello, I've got a working QEMU command line that I am trying to get into a libvirt dom xml and using domxml-from-native doesn't seem to know how to handle all of it. It's for ARM using some new virtio syntax: qemu-system-arm -machine virt -cpu cortex-a15 -enable-kvm -m 512 -kernel mach-virt-gu

[libvirt-users] Create RBD Format 2 disk images with qemu-image

2013-10-17 Thread Jon
Hello, I would like to use RBD Format 2 images so I can take advantage of layering. However, when I use "qemu-img create -f rbd rbd:data/foo 10G", I get format 1 RBD images. (Actually, when I use the "-f rbd" flag, qemu-img core dumps, but it looks like that feature may have been deprecated [1])