Pradeep Jagadeesh <[email protected]> writes:
> This patch introduces hmp interfaces for the fsdev
> devices.
>
> Signed-off-by: Pradeep Jagadeesh <[email protected]>
Fails to compile, first error:
/work/armbru/qemu/hmp.c: In function ‘hmp_fsdev_set_io_throttle’:
/work/armbru/qemu/hmp.c:1791:5: warning: implicit declaration of function
‘qmp_fsdev_set_io_throttle’ [-Wimplicit-function-declaration]
qmp_fsdev_set_io_throttle(&throttle, &err);
^~~~~~~~~~~~~~~~~~~~~~~~~
Do you need to swap PATCH 5 and 6?