Re: [Qemu-devel] [PATCH v1 0/3] Introduce qemu_get_boot_opts()

2014-04-16 Thread Markus Armbruster
Peter Crosthwaite writes: > On Wed, Apr 16, 2014 at 6:05 PM, Markus Armbruster wrote: >> Peter Crosthwaite writes: >> >>> Hi Markus, >>> >>> This series introduces qemu_get_boot_opts(), in much the same way as >>> was done for qemu_get_machine_opts(). >>> >>> As usual, I have out-of-scope and o

Re: [Qemu-devel] [PATCH v1 0/3] Introduce qemu_get_boot_opts()

2014-04-16 Thread Peter Crosthwaite
On Wed, Apr 16, 2014 at 6:05 PM, Markus Armbruster wrote: > Peter Crosthwaite writes: > >> Hi Markus, >> >> This series introduces qemu_get_boot_opts(), in much the same way as >> was done for qemu_get_machine_opts(). >> >> As usual, I have out-of-scope and out-of-tree usages :) But P3 does >> cl

Re: [Qemu-devel] [PATCH v1 0/3] Introduce qemu_get_boot_opts()

2014-04-16 Thread Markus Armbruster
Peter Crosthwaite writes: > Hi Markus, > > This series introduces qemu_get_boot_opts(), in much the same way as > was done for qemu_get_machine_opts(). > > As usual, I have out-of-scope and out-of-tree usages :) But P3 does > clean up the one existing instance of the long-and-awkward form of > th

[Qemu-devel] [PATCH v1 0/3] Introduce qemu_get_boot_opts()

2014-04-14 Thread Peter Crosthwaite
Hi Markus, This series introduces qemu_get_boot_opts(), in much the same way as was done for qemu_get_machine_opts(). As usual, I have out-of-scope and out-of-tree usages :) But P3 does clean up the one existing instance of the long-and-awkward form of this query and makes it consistent with an i