Re: [Qemu-devel] [PATCH] pci: correctly initialize bus master as name

2017-03-29 Thread Marcel Apfelbaum
On 03/29/2017 09:38 AM, Jason Wang wrote: After commit b86eacb804bdb ("hw/pci: delay bus_master_enable_region initialization"), if the device is hotplugged, bus master as will be initialized before pci_dev->name which will cause a NULL address space name. Things will be even worse after 3716d5902

[Qemu-devel] [PATCH] pci: correctly initialize bus master as name

2017-03-28 Thread Jason Wang
After commit b86eacb804bdb ("hw/pci: delay bus_master_enable_region initialization"), if the device is hotplugged, bus master as will be initialized before pci_dev->name which will cause a NULL address space name. Things will be even worse after 3716d5902d743 ("pci: introduce a bus master container