Re: [Qemu-devel] [RFC PATCH 1/4] qemu-options: Add -filefd command line option

2012-05-22 Thread Corey Bryant
On 05/21/2012 05:40 PM, Eric Blake wrote: On 05/21/2012 02:19 PM, Corey Bryant wrote: This patch provides support for the -filefd command line option. This option will allow passing of a filename and its corresponding file descriptor to QEMU at exec time. Signed-off-by: Corey

Re: [Qemu-devel] [RFC PATCH 1/4] qemu-options: Add -filefd command line option

2012-05-22 Thread Kevin Wolf
Am 22.05.2012 15:25, schrieb Corey Bryant: On 05/21/2012 05:40 PM, Eric Blake wrote: On 05/21/2012 02:19 PM, Corey Bryant wrote: This patch provides support for the -filefd command line option. This option will allow passing of a filename and its corresponding file descriptor to QEMU at

Re: [Qemu-devel] [RFC PATCH 1/4] qemu-options: Add -filefd command line option

2012-05-22 Thread Stefan Hajnoczi
On Tue, May 22, 2012 at 2:38 PM, Kevin Wolf kw...@redhat.com wrote: Am 22.05.2012 15:25, schrieb Corey Bryant: On 05/21/2012 05:40 PM, Eric Blake wrote: On 05/21/2012 02:19 PM, Corey Bryant wrote: This patch provides support for the -filefd command line option. This option will allow

Re: [Qemu-devel] [RFC PATCH 1/4] qemu-options: Add -filefd command line option

2012-05-22 Thread Kevin Wolf
Am 22.05.2012 16:26, schrieb Stefan Hajnoczi: On Tue, May 22, 2012 at 2:38 PM, Kevin Wolf kw...@redhat.com wrote: Am 22.05.2012 15:25, schrieb Corey Bryant: On 05/21/2012 05:40 PM, Eric Blake wrote: On 05/21/2012 02:19 PM, Corey Bryant wrote: This patch provides support for the -filefd

[Qemu-devel] [RFC PATCH 1/4] qemu-options: Add -filefd command line option

2012-05-21 Thread Corey Bryant
This patch provides support for the -filefd command line option. This option will allow passing of a filename and its corresponding file descriptor to QEMU at exec time. Signed-off-by: Corey Bryant cor...@linux.vnet.ibm.com --- qemu-config.c | 17 + qemu-config.h |1 +

Re: [Qemu-devel] [RFC PATCH 1/4] qemu-options: Add -filefd command line option

2012-05-21 Thread Eric Blake
On 05/21/2012 02:19 PM, Corey Bryant wrote: This patch provides support for the -filefd command line option. This option will allow passing of a filename and its corresponding file descriptor to QEMU at exec time. Signed-off-by: Corey Bryant cor...@linux.vnet.ibm.com +DEF(filefd, HAS_ARG,