1
0
Fork 0
forked from nuttx/nuttx-update
local-nuttx-update/fs/v9fs
Yongrong Wang 60ab9ae37e virtio_9p.c: fix compile error in OpenAMP upgrade feature reflow to dev
v9fs/virtio_9p.c:223:3: error: too few arguments to function 'virtio_negotiate_features'
  223 |   virtio_negotiate_features(vdev, 1 << VIRTIO_9P_MOUNT_TAG);
v9fs/virtio_9p.c:245:9: error: too few arguments to function 'virtio_create_virtqueues'
  245 |   ret = virtio_create_virtqueues(vdev, 0, 1, vqname, callback);

Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com>
2024-10-09 23:32:58 +08:00
..
client.c fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
client.h v9fs/client.h:fix array type has incomplete element type 2024-08-19 11:05:40 -03:00
CMakeLists.txt v9fs:File system based on 9P2000L. 2024-08-19 11:05:40 -03:00
Kconfig Fix Kconfig style 2024-09-17 22:16:41 +08:00
Make.defs v9fs:File system based on 9P2000L. 2024-08-19 11:05:40 -03:00
transport.c v9fs:File system based on 9P2000L. 2024-08-19 11:05:40 -03:00
v9fs.c fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
virtio_9p.c virtio_9p.c: fix compile error in OpenAMP upgrade feature reflow to dev 2024-10-09 23:32:58 +08:00