mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
pcie: update satus on reset
Reset never triggers a new event, so it's enough to update status. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
b794ec7ce8
commit
804b207170
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ void pcie_cap_slot_reset(PCIDevice *dev)
|
|||
PCI_EXP_SLTSTA_PDC |
|
||||
PCI_EXP_SLTSTA_ABP);
|
||||
|
||||
hotplug_event_notify(dev);
|
||||
hotplug_event_update_event_status(dev);
|
||||
}
|
||||
|
||||
void pcie_cap_slot_write_config(PCIDevice *dev,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue