mirror of https://github.com/xemu-project/xemu.git
migration: Do not use C99 // comments
Signed-off-by: Bihong Yu <yubihong@huawei.com> Reviewed-by: Chuan Zheng <zhengchuan@huawei.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Message-Id: <1603163448-27122-2-git-send-email-yubihong@huawei.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
This commit is contained in:
parent
9fe7ef8b66
commit
01371c5821
|
@ -40,7 +40,7 @@
|
||||||
#define MAX_IO_BUFFERS 512
|
#define MAX_IO_BUFFERS 512
|
||||||
#define MAX_PARALLEL_IO 16
|
#define MAX_PARALLEL_IO 16
|
||||||
|
|
||||||
//#define DEBUG_BLK_MIGRATION
|
/* #define DEBUG_BLK_MIGRATION */
|
||||||
|
|
||||||
#ifdef DEBUG_BLK_MIGRATION
|
#ifdef DEBUG_BLK_MIGRATION
|
||||||
#define DPRINTF(fmt, ...) \
|
#define DPRINTF(fmt, ...) \
|
||||||
|
|
|
@ -1288,7 +1288,7 @@ const char *print_wrid(int wrid)
|
||||||
* workload information or LRU information is available, do not attempt to use
|
* workload information or LRU information is available, do not attempt to use
|
||||||
* this feature except for basic testing.
|
* this feature except for basic testing.
|
||||||
*/
|
*/
|
||||||
//#define RDMA_UNREGISTRATION_EXAMPLE
|
/* #define RDMA_UNREGISTRATION_EXAMPLE */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Perform a non-optimized memory unregistration after every transfer
|
* Perform a non-optimized memory unregistration after every transfer
|
||||||
|
|
Loading…
Reference in New Issue