On 01/13/2012 10:34 AM, Paolo Bonzini wrote:
These patches slighly change the assortment of lists provided by
qemu-queue. QCIRCLEQ is dropped, since it provides no real advantage
over QTAILQ (and in fact is unused). QSLIST is introduced and used for
free lists.
QSIMPLEQ is left in, since it pr
On 01/13/2012 05:34 PM, Paolo Bonzini wrote:
> These patches slighly change the assortment of lists provided by
> qemu-queue. QCIRCLEQ is dropped, since it provides no real advantage
> over QTAILQ (and in fact is unused). QSLIST is introduced and used for
> free lists.
>
> QSIMPLEQ is left in, s
These patches slighly change the assortment of lists provided by
qemu-queue. QCIRCLEQ is dropped, since it provides no real advantage
over QTAILQ (and in fact is unused). QSLIST is introduced and used for
free lists.
QSIMPLEQ is left in, since it provides some memory saving over QTAILQ.
Stefan,