Re: [libvirt] [PATCH] esx: Improve error reporting for unknown VI types

2012-07-29 Thread Matthias Bolte
2012/7/24 Eric Blake ebl...@redhat.com: On 07/21/2012 02:51 PM, Matthias Bolte wrote: Print the actual unknown type name instead of other for AnyType objects. --- src/esx/esx_vi.c |2 +- src/esx/esx_vi_types.c | 36 +--- src/esx/esx_vi_types.h |

Re: [libvirt] [PATCH] esx: Improve error reporting for unknown VI types

2012-07-24 Thread Eric Blake
On 07/21/2012 02:51 PM, Matthias Bolte wrote: Print the actual unknown type name instead of other for AnyType objects. --- src/esx/esx_vi.c |2 +- src/esx/esx_vi_types.c | 36 +--- src/esx/esx_vi_types.h |1 + 3 files changed, 27

[libvirt] [PATCH] esx: Improve error reporting for unknown VI types

2012-07-21 Thread Matthias Bolte
Print the actual unknown type name instead of other for AnyType objects. --- src/esx/esx_vi.c |2 +- src/esx/esx_vi_types.c | 36 +--- src/esx/esx_vi_types.h |1 + 3 files changed, 27 insertions(+), 12 deletions(-) diff --git a/src/esx/esx_vi.c