qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [SeaBIOS] [PATCH 1/4] Add basic linked list operations


From: Alexey Korolev
Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH 1/4] Add basic linked list operations
Date: Thu, 29 Mar 2012 15:03:43 +1300
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

>> This linked list implementation is partially based on kernel code. So it
>> should be quite stable
> How about just copying the file?
>
> I've used the linux kernel list implementation elsewhere too and it
> worked just fine with only minor tweaks (remove some likely()/unlikely()
> macros IIRC).
Right, in "take-2" Kevin has suggested very similar.
It will be done as a separate patch, because the changes are not just about 
pciinit.c, they also simplify
pmm.c and stack.c a bit. In this patch I'm submitting only few necessary 
functions for list operations.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]