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 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

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 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 passi

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

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 Bryant +DEF("

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 > +DEF("filefd", HAS_ARG, QEMU_OPTION_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 --- qemu-config.c | 17 + qemu-config.h |1 + qemu-options.hx | 17 +++