mbox

[PULL,0/1] Error reporting patches for 2016-03-16

Message ID 1458122654-17305-1-git-send-email-armbru@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-error-2016-03-16

Message

Markus Armbruster March 16, 2016, 10:04 a.m. UTC
The following changes since commit a6cdb77f816961f929d7934643febd2852230135:

  Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging (2016-03-15 17:09:52 +0000)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-error-2016-03-16

for you to fetch changes up to 20e2dec14954568848ad74e73aee9b3aeedd6584:

  error: ensure errno detail is printed with error_abort (2016-03-16 10:55:51 +0100)

----------------------------------------------------------------
Error reporting patches for 2016-03-16

----------------------------------------------------------------
Daniel P. Berrange (1):
      error: ensure errno detail is printed with error_abort

 util/error.c | 42 ++++++++++++++++++++----------------------
 1 file changed, 20 insertions(+), 22 deletions(-)

Comments

Peter Maydell March 16, 2016, 12:35 p.m. UTC | #1
On 16 March 2016 at 10:04, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit a6cdb77f816961f929d7934643febd2852230135:
>
>   Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging (2016-03-15 17:09:52 +0000)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-error-2016-03-16
>
> for you to fetch changes up to 20e2dec14954568848ad74e73aee9b3aeedd6584:
>
>   error: ensure errno detail is printed with error_abort (2016-03-16 10:55:51 +0100)
>
> ----------------------------------------------------------------
> Error reporting patches for 2016-03-16

Applied, thanks.

-- PMM