Re: [Qemu-devel] [PATCH] readconfig: add emulation of /dev/fd/ to platforms that that lacks this API

2012-03-20 Thread ronnie sahlberg
None. No platforms that I care about. On Tue, Mar 20, 2012 at 3:43 AM, Anthony Liguori anth...@codemonkey.ws wrote: On 03/03/2012 01:49 AM, Ronnie Sahlberg wrote: Please find a patch to -readconfig. On many platforms -readconfig /dev/fd/n  can be used to read from an already opened and

Re: [Qemu-devel] [PATCH] readconfig: add emulation of /dev/fd/ to platforms that that lacks this API

2012-03-19 Thread Anthony Liguori
On 03/03/2012 01:49 AM, Ronnie Sahlberg wrote: Please find a patch to -readconfig. On many platforms -readconfig /dev/fd/n can be used to read from an already opened and inherited filedescriptorn. On platforms that do not natively provide /dev/fd/n What platforms don't provide /dev/fd/n

[Qemu-devel] [PATCH] readconfig: add emulation of /dev/fd/ to platforms that that lacks this API

2012-03-02 Thread Ronnie Sahlberg
Please find a patch to -readconfig. On many platforms -readconfig /dev/fd/n can be used to read from an already opened and inherited filedescriptor n. On platforms that do not natively provide /dev/fd/n add emulation of this by checking if the ofiginal fopen(path) failed, then IF the path

[Qemu-devel] [PATCH] readconfig: add emulation of /dev/fd/ to platforms that that lacks this API

2012-03-02 Thread Ronnie Sahlberg
Resending the patch with the strncmp() bug fixed. Its been a long long week when you mess up something as simple as this. regards ronnie sahlberg