Suspend I/O on ahci-cd devices during a snapshot.

Submitted by:	Vitaliy Gusev <gusev.vitaliy@gmail.com>
This commit is contained in:
John Baldwin 2020-11-28 04:21:22 +00:00
parent bb481f6718
commit 1b9c78611d

View File

@ -154,7 +154,7 @@ const struct vm_snapshot_dev_info snapshot_devs[] = {
{ "e1000", pci_snapshot, NULL, NULL },
{ "ahci", pci_snapshot, pci_pause, pci_resume },
{ "ahci-hd", pci_snapshot, pci_pause, pci_resume },
{ "ahci-cd", pci_snapshot, NULL, NULL },
{ "ahci-cd", pci_snapshot, pci_pause, pci_resume },
};
const struct vm_snapshot_kern_info snapshot_kern_structs[] = {