qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] Rewriten linux-user/path.c


From: Kirill A. Shutemov
Subject: [Qemu-devel] [PATCH] Rewriten linux-user/path.c
Date: Mon, 2 Apr 2007 11:48:03 +0300
User-agent: Mutt/1.5.14 (2007-02-12)

Patch to linux-user/path.c in the attachment. It's almost totally
rewritten. This version of path.c has very simple and quick init_paths()
so emulated programs will start quicker. New init_path() solves problem with
symlink recursion in the emulated dir. Rewritten path() use stat(2) to check
if a path present in the emulated dir. Memory allocated for new path tracked
using simple linked list. New path() follow changing of emulation dir.

Please, comment it.
-- 
Regards,  Kirill A. Shutemov
 + Belarus, Minsk
 + Velesys LLC, http://www.velesys.com/
 + ALT Linux Team, http://www.altlinux.com/

Attachment: qemu-0.9.0-alt-path.patch
Description: Text document

Attachment: signature.asc
Description: Digital signature


reply via email to

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