Re: [RFC PATCH 12/18] stubs: Update monitor stubs for qemu-storage-daemon

2019-11-08 Thread Markus Armbruster
Kevin Wolf writes: > Before we can add the monitor to qemu-storage-daemon, we need to add a > few monitor stubs, I can see just one: monitor_fdsets_cleanup(). >and we need to make sure that stubs that are actually > implemented in the monitor core aren't linked so that we do

[RFC PATCH 12/18] stubs: Update monitor stubs for qemu-storage-daemon

2019-10-17 Thread Kevin Wolf
Before we can add the monitor to qemu-storage-daemon, we need to add a few monitor stubs, and we need to make sure that stubs that are actually implemented in the monitor core aren't linked so that we don't get linker errors because of duplicate symbols. Signed-off-by: Kevin Wolf --- stubs/monit