Statistics
| Branch: | Revision:

root / qemu-queue.h @ c09015dd

History | View | Annotate | Download (22.7 kB)

# Date Author Comment
5f7d05ec 10/31/2011 09:04 am Harsh Prateek Bora

qemu-queue: Introduce QLIST_INSERT_HEAD_RCU and dummy RCU wrappers.

SynthFS needs a QLIST_INSERT_HEAD_RCU to make sure list instructions are not
re-ordered and therefore avoiding a crash. There may be parallel readers which
should be allowed for lock-free access and this variant allows us to get rid...

c616bbe1 12/03/2009 06:48 pm Pierre Riteau

Import a simple queue implementation from NetBSD

Signed-off-by: Pierre Riteau <>
Signed-off-by: Jan Kiszka <>
Signed-off-by: Anthony Liguori <>

72cf2d4f 09/12/2009 10:36 am Blue Swirl

Fix sys-queue.h conflict for good

Problem: Our file sys-queue.h is a copy of the BSD file, but there are
some additions and it's not entirely compatible. Because of that, there have
been conflicts with system headers on BSD systems. Some hacks have been
introduced in the commits 15cc9235840a22c289edbe064a9b3c19c5f49896,...