qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH RFC 1/2] hw/pci: delay bus_master_enable_region


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH RFC 1/2] hw/pci: delay bus_master_enable_region initialization
Date: Mon, 23 May 2016 16:08:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0


On 23/05/2016 16:01, Marcel Apfelbaum wrote:
> Skip bus_master_enable region creation on PCI devices init
> in order to be sure the IOMMU device (if present) would
> be created in advance. Add this memory region at machine_done time.
> 
> Signed-off-by: Marcel Apfelbaum <address@hidden>
> ---
>  hw/i386/pc.c         | 17 +++++++++++++++++
>  hw/pci/pci.c         | 22 ++++++++++++----------
>  include/hw/pci/pci.h |  2 ++
>  3 files changed, 31 insertions(+), 10 deletions(-)

Does hotplug still work?

Thanks,

Paolo



reply via email to

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