On 10.06.2015 15:47, Kevin Wolf wrote:
If the head of a list has been moved to a different memory location, the le_prev link in the first list entry has to be fixed up. Provide a macro that implements this fixup.Signed-off-by: Kevin Wolf <kw...@redhat.com> --- include/qemu/queue.h | 6 ++++++ 1 file changed, 6 insertions(+)
Reviewed-by: Max Reitz <mre...@redhat.com>