Re: [Qemu-devel] how to know qemu devices topology

2013-06-10 Thread Stefan Hajnoczi
On Sun, Jun 09, 2013 at 01:26:21PM +0800, yue-kvm wrote: > 1. how could i know how many devices qemu support and hardware topology of > all of them? > > 2.the quantitativerestriction of guest's devices. vcpu,disk,ethernet,memory? Some resources are limited by the bus (e.g. PCI slots). The de

[Qemu-devel] how to know qemu devices topology

2013-06-08 Thread yue-kvm
hi,all 1. how could i know how many devices qemu support and hardware topology of all of them? 2.the quantitativerestriction of guest's devices. vcpu,disk,ethernet,memory? thanks you all