mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
bhyve: Enable suspend/resume support for virtio-blk.
Reviewed by: jhb Sponsored by: vStack Differential Revision: https://reviews.freebsd.org/D26267
This commit is contained in:
parent
cd9618bdb2
commit
a85bbbea91
1 changed files with 2 additions and 0 deletions
|
|
@ -592,6 +592,8 @@ struct pci_devemu pci_de_vblk = {
|
|||
.pe_barread = vi_pci_read,
|
||||
#ifdef BHYVE_SNAPSHOT
|
||||
.pe_snapshot = vi_pci_snapshot,
|
||||
.pe_pause = vi_pci_pause,
|
||||
.pe_resume = vi_pci_resume,
|
||||
#endif
|
||||
};
|
||||
PCI_EMUL_SET(pci_de_vblk);
|
||||
|
|
|
|||
Loading…
Reference in a new issue