diff options
author | Thanos Makatos <thanos.makatos@nutanix.com> | 2020-11-16 08:13:43 -0500 |
---|---|---|
committer | Thanos Makatos <thanos.makatos@nutanix.com> | 2020-11-16 09:50:10 -0500 |
commit | 94e654b7b84645a941612c2aba66fca1c7c923f1 (patch) | |
tree | 2b20dc62721556fdf19a5ae90698014280fcca97 /lib | |
parent | 2223519aeee588e15a563dcd8f8dfefab51fd1ac (diff) | |
download | libvfio-user-94e654b7b84645a941612c2aba66fca1c7c923f1.zip libvfio-user-94e654b7b84645a941612c2aba66fca1c7c923f1.tar.gz libvfio-user-94e654b7b84645a941612c2aba66fca1c7c923f1.tar.bz2 |
remove obsolete comment
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'lib')
-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, |