|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
RE: [Xen-ia64-devel] [PATCH] [RFC] [TAKE2] P2M/VP (incomplete) patches
>From: Isaku Yamahata [mailto:yamahata@xxxxxxxxxxxxx]
>Sent: 2006年3月16日 10:43
>
>I haven't cleaned up grant table api yet.
>I'm sure some clean up is necessary. This is the reason why XXX is
>there.
>I'll work on it after getting vnif to work.
OK.
>
>
>> BTW, what's the intent of alloc_vm_area? Seems no one calls it. Also a
>> typo there:
>> struct vm_struct* area;
>> ...
>> area = kmalloc(sizeof(area), GFP_KERNEL); which only gives you 8
>> bytes. :-)
>
>Oops thanks.
>alloc_vm_area() is called by blkback, blktap, netback, tpmback, xenbus
>to allocate virtual address area of xen I/O ring.
>Allocating virtual address area which doesn't have corresponding
>pseudo physical page is xen/x86-ism.
>Some clean up is also needed.
You're right. I only looked context of your patch sets.
Thanks,
Kevin
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-ia64-devel] [PATCH] [RFC] [TAKE3] P2M/VP (incomplete) patches, (continued)
|
|
|
|
|