On Mon, Jan 02, 2012 at 07:00:29PM +0100, Paolo Bonzini wrote:
> These patches simplify the jungle of lists provided by qemu-queue from
> 4 to 3.  QCIRCLEQ is dropped, since it provides no real advantage over
> QTAILQ.  QSIMPLEQ is simplified to no longer permit insertion at the
> tail, with the advantage that it is more suited for simple free lists.
> 
> Stefan, these are a bit borderline for qemu-trivial.  Let me know
> if they're fine.

Please have them merged by a qemu.git committer.

The changes seem fine.  No list implementation is perfect for all use
cases and I see why you want the new QSIMPLEQ.

Reviewed-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>

Reply via email to