Am 10.04.2010 08:04, schrieb Stefan Hajnoczi: > 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.
Yup, this is exactly what I was just about to suggest. Of course, QTAILQ_ON_LIST would be nice to have either, but I'm afraid it's not possible without putting the loop into that macro. Kevin