History log of /kvm-unit-tests/lib/list.h (Results 1 – 3 of 3)
Revision Date Author Comments
# 9f0ae301 09-Jun-2021 Cornelia Huck <cohuck@redhat.com>

lib: unify header guards

Standardize header guards to _LIB_HEADER_H_.

Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20210609143712.

lib: unify header guards

Standardize header guards to _LIB_HEADER_H_.

Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20210609143712.60933-3-cohuck@redhat.com>

show more ...


# a7eb7780 15-Jan-2021 Claudio Imbrenda <imbrenda@linux.ibm.com>

lib/list.h: add list_add_tail

Add a list_add_tail wrapper function to allow adding elements to the end
of a list.

Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Reviewed-by: Krish Sadhukh

lib/list.h: add list_add_tail

Add a list_add_tail wrapper function to allow adding elements to the end
of a list.

Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Reviewed-by: Krish Sadhukhan <krish.sadhukhan@oracle.com>
Message-Id: <20210115123730.381612-3-imbrenda@linux.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


# 4fa2b92f 02-Oct-2020 Claudio Imbrenda <imbrenda@linux.ibm.com>

lib/list: Add double linked list management functions

Add a simple implementation of circular doubly-linked lists.

Apart from the struct itself, there are functions to add and remove
items, and che

lib/list: Add double linked list management functions

Add a simple implementation of circular doubly-linked lists.

Apart from the struct itself, there are functions to add and remove
items, and check for emptyness.

Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Message-Id: <20201002154420.292134-2-imbrenda@linux.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...