Re: [libvirt] [PATCH] Report error more accurate if failes on attaching device.

2011-01-27 Thread Hu Tao
On Thu, Jan 27, 2011 at 08:26:10PM -0700, Eric Blake wrote: > On 01/27/2011 08:14 PM, Eric Blake wrote: > > s/error more accurate if failes on attaching/more accurate error on > > failure to attach/ > > > > On 01/27/2011 12:21 AM, Hu Tao wrote: > >> When attaching device from a xml file and the de

Re: [libvirt] [PATCH] Report error more accurate if failes on attaching device.

2011-01-27 Thread Eric Blake
On 01/27/2011 08:14 PM, Eric Blake wrote: > s/error more accurate if failes on attaching/more accurate error on > failure to attach/ > > On 01/27/2011 12:21 AM, Hu Tao wrote: >> When attaching device from a xml file and the device is mis-configured, >> virsh gives mis-leading message "out of memor

Re: [libvirt] [PATCH] Report error more accurate if failes on attaching device.

2011-01-27 Thread Eric Blake
s/error more accurate if failes on attaching/more accurate error on failure to attach/ On 01/27/2011 12:21 AM, Hu Tao wrote: > When attaching device from a xml file and the device is mis-configured, > virsh gives mis-leading message "out of memory". This patch fixes this. And if you got an actual

[libvirt] [PATCH] Report error more accurate if failes on attaching device.

2011-01-26 Thread Hu Tao
When attaching device from a xml file and the device is mis-configured, virsh gives mis-leading message "out of memory". This patch fixes this. --- src/qemu/qemu_command.c |2 ++ src/qemu/qemu_hotplug.c |1 - 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/qemu/qemu_comm