mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
pci: Reduce scope of error injection
No one outside of pcie_aer.h was using error injection; mark them static for internal use. Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Marcel Apfelbaum <marcel@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20170427215821.19397-3-eblake@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
9edd5338a2
commit
8f16de18f6
2 changed files with 2 additions and 6 deletions
|
@ -100,8 +100,4 @@ void pcie_aer_root_write_config(PCIDevice *dev,
|
|||
uint32_t addr, uint32_t val, int len,
|
||||
uint32_t root_cmd_prev);
|
||||
|
||||
/* error injection */
|
||||
int pcie_aer_inject_error(PCIDevice *dev, const PCIEAERErr *err);
|
||||
void pcie_aer_msg(PCIDevice *dev, const PCIEAERMsg *msg);
|
||||
|
||||
#endif /* QEMU_PCIE_AER_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue