From 29dbda6cfcbd4093103f5c032b69ecf109b1eccb Mon Sep 17 00:00:00 2001 From: John Levon Date: Wed, 14 Apr 2021 12:48:22 +0100 Subject: hard-code migration region index (#441) Now we are confident we are OK with a hard-coded VFU_PCI_DEV_MIGR_REGION_IDX value, there's no need for us to track .migr_reg any more, either in the client or internally. Signed-off-by: John Levon Reviewed-by: Thanos Makatos --- lib/private.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/private.h') diff --git a/lib/private.h b/lib/private.h index fde5e3c..322a988 100644 --- a/lib/private.h +++ b/lib/private.h @@ -131,7 +131,6 @@ struct vfu_ctx { int client_max_fds; - vfu_reg_info_t *migr_reg; struct migration *migration; uint32_t irq_count[VFU_DEV_NUM_IRQS]; -- cgit v1.1