Re: [PATCH 1/3] qemu: Init address before qemuProcessShutdownOrReboot during reconnect process

2022-10-12 Thread Michal Prívozník
On 9/28/22 15:53, Jiang Jiacheng wrote: > When libvirt is restarted, the qemuProcessShutdownReboot command is > executed to restore the VM that is being restarted. In this case, a > coredump may occur when we hotplug a pci device since the PCI address > hasn't be inited yet. Moving the initializati

[PATCH 1/3] qemu: Init address before qemuProcessShutdownOrReboot during reconnect process

2022-09-28 Thread Jiang Jiacheng
When libvirt is restarted, the qemuProcessShutdownReboot command is executed to restore the VM that is being restarted. In this case, a coredump may occur when we hotplug a pci device since the PCI address hasn't be inited yet. Moving the initialization of address to the front of qemuProcessShutdow