qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: qemu fail to parse command line with "-pcidevice 00:19.


From: Markus Armbruster
Subject: [Qemu-devel] Re: qemu fail to parse command line with "-pcidevice 00:19.0"
Date: Fri, 25 Jun 2010 06:57:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

"Hao, Xudong" <address@hidden> 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: <address@hidden>

You could have found this yourself :)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]