Re: how to assign a pci device to guest [with qemu.git upstream]?

2011-10-02 Thread Avi Kivity
On 09/29/2011 08:28 AM, Ren, Yongjie wrote: Now you'll be on the master branch (and it should track upstream master properly). Oh, thanks a lot. I didn't notice the qemu.git is using the 'memory/queue' branch by default. I've switched it to the 'master' tree. It seems device assignment

Re: how to assign a pci device to guest [with qemu.git upstream]?

2011-09-28 Thread Chris Wright
* Ren, Yongjie (yongjie@intel.com) wrote: I'm using kvm and qemu upstream on https://github.com/avikivity The following command line was right for me about three weeks ago, but now I meet some error. # qemu-system-x86_64 -m 1024 -smp 2 -device pci-assign,host=0e:00.0 -hda

RE: how to assign a pci device to guest [with qemu.git upstream]?

2011-09-28 Thread Ren, Yongjie
Chris, Thanks very much for you kind help. I can't find hw/device-assignment.c in the qemu.git tree. Avi, I clone qemu from git://github.com/avikivity/qemu.git So device assignment is not available. But qemu-kvm.git has device-assignment code before kernel.org is down. Any update for this

Re: how to assign a pci device to guest [with qemu.git upstream]?

2011-09-28 Thread Chris Wright
* Ren, Yongjie (yongjie@intel.com) wrote: Chris, Thanks very much for you kind help. I can't find hw/device-assignment.c in the qemu.git tree. Avi, I clone qemu from git://github.com/avikivity/qemu.git So device assignment is not available. But qemu-kvm.git has device-assignment code

Re: how to assign a pci device to guest [with qemu.git upstream]?

2011-09-28 Thread Chris Wright
* Chris Wright (chr...@sous-sol.org) wrote: * Ren, Yongjie (yongjie@intel.com) wrote: Chris, Thanks very much for you kind help. I can't find hw/device-assignment.c in the qemu.git tree. Avi, I clone qemu from git://github.com/avikivity/qemu.git So device assignment is not

RE: how to assign a pci device to guest [with qemu.git upstream]?

2011-09-28 Thread Ren, Yongjie
-Original Message- From: Chris Wright [mailto:chr...@sous-sol.org] Sent: Thursday, September 29, 2011 12:33 PM To: Ren, Yongjie Cc: Chris Wright; Avi Kivity; KVM General Subject: Re: how to assign a pci device to guest [with qemu.git upstream]? * Chris Wright (chr...@sous-sol.org)