Thanks, Mark. -----Original Message----- From: Markus Armbruster [mailto:arm...@redhat.com] Sent: 2010年6月25日 12:58 To: Hao, Xudong Cc: qemu-devel@nongnu.org; aligu...@us.ibm.com; k...@vger.kernel.org Subject: Re: qemu fail to parse command line with "-pcidevice 00:19.0"
"Hao, Xudong" <xudong....@intel.com> writes: >>Work-around: -device pci-assign,host=00:19.1 > OK, this new way can work when create guest with static assignment. > But how to hot add a pci device to guest? the old hot add command "pci_add > pci_addr=auto host host=00:19.0" has the same parse error. Command line's -device becomes monitor's device_add: device_add pci-assign,host=00:19.1 > BTW: if we use add "-net none" in qemu command, guest can not be created and > nothing error printed. > > Do you have plan to fix this parse issue? Separate issue. Fix posted: Subject: [Qemu-devel] [PATCH] net: Fix VM start with '-net none' Date: Tue, 15 Jun 2010 13:30:39 +0530 Message-Id: <22a96312232a0458fc04268b79d17828c824df42.1276588830.git.amit.s...@redhat.com> You could have found this yourself :)