Re: [libvirt] [PATCH v3 0/2] qemu: parse: Introduce qemuParseCommandLineMem

2016-05-20 Thread Nishith Shah
Thank you :) On Fri, May 20, 2016 at 6:20 PM, Cole Robinson wrote: > On 05/20/2016 03:09 AM, Nishith Shah wrote: > > This series moves the parsing of qemu -m memory into a separate function > > and adds suffix support for the -m option. > > > > The first patch introduces the function qemuParseCo

Re: [libvirt] [PATCH v3 0/2] qemu: parse: Introduce qemuParseCommandLineMem

2016-05-20 Thread Cole Robinson
On 05/20/2016 03:09 AM, Nishith Shah wrote: > This series moves the parsing of qemu -m memory into a separate function > and adds suffix support for the -m option. > > The first patch introduces the function qemuParseCommandLineMem, and the > second patch handles suffixes for the -m values and add

[libvirt] [PATCH v3 0/2] qemu: parse: Introduce qemuParseCommandLineMem

2016-05-20 Thread Nishith Shah
This series moves the parsing of qemu -m memory into a separate function and adds suffix support for the -m option. The first patch introduces the function qemuParseCommandLineMem, and the second patch handles suffixes for the -m values and adds a test for the same. Nishith Shah (2): qemu: pars