VirtualBox

忽略:
時間撮記:
2009-7-5 下午08:31:35 (15 年 以前)
作者:
vboxsync
訊息:

linux sf: two @todos.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/linux/sharedfolders/regops.c

    r21041 r21233  
    3535                 uint64_t pos)
    3636{
     37        /** @todo bird: yes, kmap() and kmalloc() input only. Since the buffer is
     38         *        contiguous in physical memory (kmalloc or single page), we should
     39         *        use a physical address here to speed things up. */
    3740        int rc = vboxCallRead (&client_handle, &sf_g->map, sf_r->handle,
    3841                               pos, nread, buf, false /* already locked? */);
     
    5053                  uint64_t pos)
    5154{
     55        /** @todo bird: yes, kmap() and kmalloc() input only. Since the buffer is
     56         *        contiguous in physical memory (kmalloc or single page), we should
     57         *        use a physical address here to speed things up. */
    5258        int rc = vboxCallWrite (&client_handle, &sf_g->map, sf_r->handle,
    5359                                pos, nwritten, buf, false /* already locked? */);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette