diff options
Diffstat (limited to 'lib/muser_ctx.c')
-rw-r--r-- | lib/muser_ctx.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/muser_ctx.c b/lib/muser_ctx.c index 4a0da7e..a114bde 100644 --- a/lib/muser_ctx.c +++ b/lib/muser_ctx.c @@ -2062,12 +2062,6 @@ process_request(lm_ctx_t *lm_ctx) } } - /* FIXME in most of the following function we check that hdr.count is >= - * than the command-specific struct and there is an additional recv(2) for - * that data. We should eliminate duplicating this common code and move it - * here. - */ - if (migration_is_stop_and_copy(lm_ctx) && !(hdr.cmd == VFIO_USER_REGION_READ || hdr.cmd == VFIO_USER_REGION_WRITE)) { lm_log(lm_ctx, LM_ERR, |