Re: [PATCH] Print a user-friendly message on failed vmentry

2010-06-07 Thread Avi Kivity
On 06/06/2010 02:10 PM, Mohammed Gamal wrote: This patch address bug report in https://bugs.launchpad.net/qemu/+bug/530077. Failed vmentries were handled with handle_unhandled() which prints a rather unfriendly message to the user. This patch separates handling vmentry failures from unknown exit

[PATCH] Print a user-friendly message on failed vmentry

2010-06-06 Thread Mohammed Gamal
This patch address bug report in https://bugs.launchpad.net/qemu/+bug/530077. Failed vmentries were handled with handle_unhandled() which prints a rather unfriendly message to the user. This patch separates handling vmentry failures from unknown exit reasons and prints a friendly message to the us

[PATCH] Print a user-friendly message on failed vmentry

2010-05-23 Thread Mohammed Gamal
This patch address bug report in https://bugs.launchpad.net/qemu/+bug/530077. Failed vmentries were handled with handle_unhandled() which prints a rather unfriendly message to the user. This patch separates handling vmentry failures from unknown exit reasons and prints a friendly message to the us

Re: [PATCH] Print a user-friendly message on failed vmentry

2010-05-20 Thread Mohammed Gamal
On Thu, May 20, 2010 at 6:53 PM, Avi Kivity wrote: > On 05/20/2010 05:46 PM, Mohammed Gamal wrote: >> >> On Thu, May 20, 2010 at 5:37 PM, Chris Lalancette >>  wrote: >> >>> >>> On 05/19/2010 05:16 PM, Mohammed Gamal wrote: >>> This patch address bug report in https://bugs.launchpad.

Re: [PATCH] Print a user-friendly message on failed vmentry

2010-05-20 Thread Avi Kivity
On 05/20/2010 05:46 PM, Mohammed Gamal wrote: On Thu, May 20, 2010 at 5:37 PM, Chris Lalancette wrote: On 05/19/2010 05:16 PM, Mohammed Gamal wrote: This patch address bug report in https://bugs.launchpad.net/qemu/+bug/530077. Failed vmentries were handled with handle_unhandled() wh

Re: [PATCH] Print a user-friendly message on failed vmentry

2010-05-20 Thread Mohammed Gamal
On Thu, May 20, 2010 at 5:37 PM, Chris Lalancette wrote: > On 05/19/2010 05:16 PM, Mohammed Gamal wrote: >> This patch address bug report in https://bugs.launchpad.net/qemu/+bug/530077. >> >> Failed vmentries were handled with handle_unhandled() which prints a rather >> unfriendly message to the u

Re: [PATCH] Print a user-friendly message on failed vmentry

2010-05-20 Thread Anthony Liguori
On 05/20/2010 09:37 AM, Chris Lalancette wrote: On 05/19/2010 05:16 PM, Mohammed Gamal wrote: This patch address bug report in https://bugs.launchpad.net/qemu/+bug/530077. Failed vmentries were handled with handle_unhandled() which prints a rather unfriendly message to the user. This patch

Re: [PATCH] Print a user-friendly message on failed vmentry

2010-05-20 Thread Chris Lalancette
On 05/19/2010 05:16 PM, Mohammed Gamal wrote: > This patch address bug report in https://bugs.launchpad.net/qemu/+bug/530077. > > Failed vmentries were handled with handle_unhandled() which prints a rather > unfriendly message to the user. This patch separates handling vmentry failures > from unkn

[PATCH] Print a user-friendly message on failed vmentry

2010-05-19 Thread Mohammed Gamal
This patch address bug report in https://bugs.launchpad.net/qemu/+bug/530077. Failed vmentries were handled with handle_unhandled() which prints a rather unfriendly message to the user. This patch separates handling vmentry failures from unknown exit reasons and prints a friendly message to the us

Re: [PATCH] Print a user-friendly message on failed vmentry

2010-05-19 Thread Mohammed Gamal
On Thu, May 20, 2010 at 4:28 AM, Ryan Harper wrote: > > * Mohammed Gamal [2010-05-19 16:17]: > > This patch address bug report in > > https://bugs.launchpad.net/qemu/+bug/530077. > > > > Failed vmentries were handled with handle_unhandled() which prints a rather > > unfriendly message to the use

Re: [PATCH] Print a user-friendly message on failed vmentry

2010-05-19 Thread Ryan Harper
* Mohammed Gamal [2010-05-19 16:17]: > This patch address bug report in https://bugs.launchpad.net/qemu/+bug/530077. > > Failed vmentries were handled with handle_unhandled() which prints a rather > unfriendly message to the user. This patch separates handling vmentry failures > from unknown exit

Re: [PATCH] Print a user-friendly message on failed vmentry

2010-05-19 Thread Anthony Liguori
On 05/19/2010 04:16 PM, Mohammed Gamal wrote: This patch address bug report in https://bugs.launchpad.net/qemu/+bug/530077. Failed vmentries were handled with handle_unhandled() which prints a rather unfriendly message to the user. This patch separates handling vmentry failures from unknown exit

[PATCH] Print a user-friendly message on failed vmentry

2010-05-19 Thread Mohammed Gamal
This patch address bug report in https://bugs.launchpad.net/qemu/+bug/530077. Failed vmentries were handled with handle_unhandled() which prints a rather unfriendly message to the user. This patch separates handling vmentry failures from unknown exit reasons and prints a friendly message to the us