Skip to content

Commit

Permalink
Suspend I/O on ahci-cd devices during a snapshot.
Browse files Browse the repository at this point in the history
Submitted by:	Vitaliy Gusev <gusev.vitaliy@gmail.com>


git-svn-id: svn+ssh://svn.freebsd.org/base/head@368119 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
  • Loading branch information
jhb committed Nov 28, 2020
1 parent 8221152 commit de0dace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.sbin/bhyve/snapshot.c
Expand Up @@ -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[] = {
Expand Down

0 comments on commit de0dace

Please sign in to comment.