Re: [Qemu-devel] [PATCH RFC 0/3] dataplane: dataplane: more graceful error handling

2014-08-12 Thread Stefan Hajnoczi
On Fri, Jul 25, 2014 at 02:10:45PM +0200, Cornelia Huck wrote: > Currently, qemu will take a hard exit if it fails to set up guest or > host notifiers, giving no real clue as to what went wrong (e.g., when > out of file descriptors). > > This patchset tries to make this more manageable: Both by im

Re: [Qemu-devel] [PATCH RFC 0/3] dataplane: dataplane: more graceful error handling

2014-08-07 Thread Cornelia Huck
On Thu, 7 Aug 2014 16:39:01 +0200 Kevin Wolf wrote: > Am 25.07.2014 um 14:10 hat Cornelia Huck geschrieben: > > Currently, qemu will take a hard exit if it fails to set up guest or > > host notifiers, giving no real clue as to what went wrong (e.g., when > > out of file descriptors). > > > > Thi

Re: [Qemu-devel] [PATCH RFC 0/3] dataplane: dataplane: more graceful error handling

2014-08-07 Thread Kevin Wolf
Am 25.07.2014 um 14:10 hat Cornelia Huck geschrieben: > Currently, qemu will take a hard exit if it fails to set up guest or > host notifiers, giving no real clue as to what went wrong (e.g., when > out of file descriptors). > > This patchset tries to make this more manageable: Both by improving t

Re: [Qemu-devel] [PATCH RFC 0/3] dataplane: dataplane: more graceful error handling

2014-08-04 Thread Cornelia Huck
On Fri, 25 Jul 2014 14:10:45 +0200 Cornelia Huck wrote: > Currently, qemu will take a hard exit if it fails to set up guest or > host notifiers, giving no real clue as to what went wrong (e.g., when > out of file descriptors). > > This patchset tries to make this more manageable: Both by improvi

[Qemu-devel] [PATCH RFC 0/3] dataplane: dataplane: more graceful error handling

2014-07-25 Thread Cornelia Huck
Currently, qemu will take a hard exit if it fails to set up guest or host notifiers, giving no real clue as to what went wrong (e.g., when out of file descriptors). This patchset tries to make this more manageable: Both by improving the error message and by gracefully falling back to non-dataplane