On Fri, Apr 9, 2010 at 7:17 PM, Stefan Hajnoczi <stefa...@gmail.com> wrote: > I see three options: > 1. Leave the search. > 2. Modify qemu-queue.h to add a QTAILQ_ON_LIST(elm) macro. > 3. Break the QTAILQ abstraction and test tge_prev directly.
I see a nicer option: check device_name[0]. Patch v2 sent. Stefan