qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] About virtio device hotplug in Q35!


From: Zhong Yang
Subject: Re: [Qemu-devel] About virtio device hotplug in Q35!
Date: Mon, 24 Jul 2017 19:26:48 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Jul 24, 2017 at 08:05:54AM +0300, Marcel Apfelbaum wrote:

+ Anthony

> On 24/07/2017 4:47, Zhong Yang wrote:
> >Hello all,
> >
> 
> Hi,
> 
> >When we did virtio device hotplug in Q35 platform, which always failed in 
> >hotplug.
> >
> 
> Can we please see the QEMU command line and the description
> of the hotplug steps?
> 
> >Would you please tell me how to configure VM to make virtio device hotplug 
> >work in Q35 platform?  Many thanks!
> >
> 
> The virtio devices can be hot-plugged into PCIe Root Ports:
> HMP example:
>  Start the VM with several PCIe Root Ports:
>    <qemu-bin> -M q35 -monitor stdio \
>                      -device pcie-root-port,id=rp1 \
>                      -device pcie-root port,id=rp2 \
>                      ...
>  Then from QEMU's hmp:
>      device-add virtio-net-pci,id=n1,bus=rp1
>      ...
> 
> 
> I hope it helps,
> Marcel
> 
> 
> >
> >Regards,
> >
> >Yang zhong
> >



reply via email to

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