git: 712f028b2f59 - stable/13 - Revert "bhyve: Fix the WITH_BHYVE_SNAPSHOT build"

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Sun, 31 Oct 2021 14:02:14 UTC
The branch stable/13 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=712f028b2f59ce8f86294de317ec2e2bbf0f6271

commit 712f028b2f59ce8f86294de317ec2e2bbf0f6271
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-10-31 13:59:50 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-10-31 13:59:50 +0000

    Revert "bhyve: Fix the WITH_BHYVE_SNAPSHOT build"
    
    This reverts commit 000b70f038f4fd6893d69bd3dce75a416cd13dfe.
---
 usr.sbin/bhyve/pci_emul.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.sbin/bhyve/pci_emul.c b/usr.sbin/bhyve/pci_emul.c
index d155029d269f..113ac5121238 100644
--- a/usr.sbin/bhyve/pci_emul.c
+++ b/usr.sbin/bhyve/pci_emul.c
@@ -2079,6 +2079,7 @@ pci_snapshot_pci_dev(struct vm_snapshot_meta *meta)
 	SNAPSHOT_VAR_OR_LEAVE(pi->pi_msix.pba_offset, meta, ret, done);
 	SNAPSHOT_VAR_OR_LEAVE(pi->pi_msix.pba_size, meta, ret, done);
 	SNAPSHOT_VAR_OR_LEAVE(pi->pi_msix.function_mask, meta, ret, done);
+	SNAPSHOT_VAR_OR_LEAVE(pi->pi_msix.pba_page_offset, meta, ret, done);
 
 	SNAPSHOT_BUF_OR_LEAVE(pi->pi_cfgdata, sizeof(pi->pi_cfgdata),
 			      meta, ret, done);