diff options
author | 2023-07-19 11:14:19 +0000 | |
---|---|---|
committer | 2023-10-03 15:18:54 +0300 | |
commit | cfb9918442a1a22639f55f5923e9807481cc4045 (patch) | |
tree | 820815e4af4af81712db6005b35e33ae6cccc6ce /vhost_user_loopback.c | |
parent | 75dbf6ff44fc7f499f401265703d4bca5aaf3a79 (diff) |
Virtio-loopback-rfc release:
- Polish the code, remove comments, FIXMEs ...
- Add 'print_config' as a class method
- Fix 'features_sel' read/write operations
Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
Diffstat (limited to 'vhost_user_loopback.c')
-rw-r--r-- | vhost_user_loopback.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vhost_user_loopback.c b/vhost_user_loopback.c index bf5c8da..d448e55 100644 --- a/vhost_user_loopback.c +++ b/vhost_user_loopback.c @@ -352,6 +352,7 @@ int vhost_user_set_features(struct vhost_dev *dev, (void) dev; /* Pass hdev as parameter! */ + DBG("vhost_user_set_features: 0x%lx\n", features); return vhost_user_set_u64(VHOST_USER_SET_FEATURES, features, log_enabled); } |