On 07/01/2010 06:11 AM, Daniel P. Berrange wrote:
> On Wed, Jun 30, 2010 at 04:38:36PM -0400, Cole Robinson wrote:
>> Log some info if we can't find a config file. Make parse failures
>> fatal, and actually raise an error message.
>>
>> Signed-off-by: Cole Robinson
>> ---
>> src/qemu/qemu_conf.c
On Wed, Jun 30, 2010 at 04:38:36PM -0400, Cole Robinson wrote:
> Log some info if we can't find a config file. Make parse failures
> fatal, and actually raise an error message.
>
> Signed-off-by: Cole Robinson
> ---
> src/qemu/qemu_conf.c | 13 +
> 1 files changed, 9 insertions(+),
On Thu, Jul 01, 2010 at 11:51:17AM +1000, Justin Clift wrote:
> On 07/01/2010 07:05 AM, Eric Blake wrote:
>
> >Hmm, this reminds me of my pending question of whether we should prefer
> >__func__ (C99, and guaranteed by gnulib) or __FUNCTION__ (gcc-only, but
> >easy to wrap on top of __func__):
> >
On 07/01/2010 07:05 AM, Eric Blake wrote:
Hmm, this reminds me of my pending question of whether we should prefer
__func__ (C99, and guaranteed by gnulib) or __FUNCTION__ (gcc-only, but
easy to wrap on top of __func__):
https://www.redhat.com/archives/libvir-list/2010-May/msg00319.html
Ouch, d
On 06/30/2010 02:38 PM, Cole Robinson wrote:
> Log some info if we can't find a config file. Make parse failures
> fatal, and actually raise an error message.
>
> Signed-off-by: Cole Robinson
ACK.
> #define CHECK_TYPE(name,typ) if (p && p->type != (typ)) { \
> qemuReport
Log some info if we can't find a config file. Make parse failures
fatal, and actually raise an error message.
Signed-off-by: Cole Robinson
---
src/qemu/qemu_conf.c | 13 +
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c
ind