[Qemu-devel] [PULL 0/1] Error reporting patches for 2017-07-24

Markus Armbruster posted 1 patch 8 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1500898928-4901-1-git-send-email-armbru@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test s390x passed
util/qemu-error.c | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
[Qemu-devel] [PULL 0/1] Error reporting patches for 2017-07-24
Posted by Markus Armbruster 8 years, 3 months ago
The following changes since commit df95f1a298a3e16c80293343143dcedbe7978f6c:

  Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170721-tag' into staging (2017-07-24 10:01:15 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-error-2017-07-24

for you to fetch changes up to 70f17a15ca0fe47eeae1ac83086130e6e7ba57c8:

  error: Revert unwanted change of warning messages (2017-07-24 14:16:29 +0200)

----------------------------------------------------------------
Error reporting patches for 2017-07-24

----------------------------------------------------------------
Markus Armbruster (1):
      error: Revert unwanted change of warning messages

 util/qemu-error.c | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

-- 
2.7.5


Re: [Qemu-devel] [PULL 0/1] Error reporting patches for 2017-07-24
Posted by Peter Maydell 8 years, 3 months ago
On 24 July 2017 at 13:22, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit df95f1a298a3e16c80293343143dcedbe7978f6c:
>
>   Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170721-tag' into staging (2017-07-24 10:01:15 +0100)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-error-2017-07-24
>
> for you to fetch changes up to 70f17a15ca0fe47eeae1ac83086130e6e7ba57c8:
>
>   error: Revert unwanted change of warning messages (2017-07-24 14:16:29 +0200)
>
> ----------------------------------------------------------------
> Error reporting patches for 2017-07-24
>
> ----------------------------------------------------------------
> Markus Armbruster (1):
>       error: Revert unwanted change of warning messages
>
>  util/qemu-error.c | 23 ++++++++++++-----------
>  1 file changed, 12 insertions(+), 11 deletions(-)

Applied, thanks.

-- PMM