[Qemu-discuss] Optimization

2015-02-12 Thread Ritesh A
Folks Any suggestion for Qemu optimization to improve nested performance (e.g. on top of AWS)? Thanks Ritesh

Re: [Qemu-discuss] Optimization

2015-02-12 Thread Edward Young
Do you mean to intall a qemu in EC2 instance? On Thu, Feb 12, 2015 at 12:15 PM, Ritesh A wrote: > Folks > > Any suggestion for Qemu optimization to improve nested performance (e.g. > on top of AWS)? > > Thanks > Ritesh >

[Qemu-discuss] libvirt live migration, qcow2 image, nbd server

2015-02-12 Thread Edward Young
Hi all, When I live migrate a vm using "migrate --live --copy-storage-all mig-vm qemu+ssh://192.168.1.3/system tcp://192.168.1.3" I got the following error WARNING: Image format was not specified for 'nbd://node2:49155/drive-virtio-disk0' and probing guessed raw. 258 A

Re: [Qemu-discuss] Optimization

2015-02-12 Thread Dale R. Worley
Ritesh A writes: > Any suggestion for Qemu optimization to improve nested performance (e.g. on > top of AWS)? Are there any specific performance problems seen when executing Qemu on an AWS host? Dale

[Qemu-discuss] QOM q1

2015-02-12 Thread boddu pavan
Hi, I have some question on using QOM, new to QEMU and will be great if i can put some answers for below question. 1) If QEMU is considered to be OOP, How is the relation between a Class and Object. I see in c++ we do not create a classobject there will be a object of a class. But here i see bot