mbox

[PULL,0/2] Dump patches

Message ID 20180321143754.5606-1-marcandre.lureau@redhat.com
State New
Headers show

Pull-request

https://github.com/elmarco/qemu.git tags/dump-pull-request

Message

Marc-André Lureau March 21, 2018, 2:37 p.m. UTC
The following changes since commit f1a63fcfcd92c88be8942b5ae71aef9749a4f135:

  Update version for v2.12.0-rc0 release (2018-03-20 19:04:22 +0000)

are available in the Git repository at:

  https://github.com/elmarco/qemu.git tags/dump-pull-request

for you to fetch changes up to 4b17bc933fc26f7a4a306a43597f4d97e3c2dc38:

  dump-guest-memory: more descriptive lookup_type failure (2018-03-21 15:02:00 +0100)

----------------------------------------------------------------
Pull request

----------------------------------------------------------------

Andrew Jones (1):
  dump-guest-memory: more descriptive lookup_type failure

Yasmin Beatriz (1):
  dump.c: allow fd_write_vmcore to return errno on failure

 scripts/dump-guest-memory.py |  7 ++++++-
 dump.c                       | 23 ++++++++++++++---------
 2 files changed, 20 insertions(+), 10 deletions(-)

Comments

Peter Maydell March 22, 2018, 2:01 p.m. UTC | #1
On 21 March 2018 at 14:37, Marc-André Lureau
<marcandre.lureau@redhat.com> wrote:
> The following changes since commit f1a63fcfcd92c88be8942b5ae71aef9749a4f135:
>
>   Update version for v2.12.0-rc0 release (2018-03-20 19:04:22 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/elmarco/qemu.git tags/dump-pull-request
>
> for you to fetch changes up to 4b17bc933fc26f7a4a306a43597f4d97e3c2dc38:
>
>   dump-guest-memory: more descriptive lookup_type failure (2018-03-21 15:02:00 +0100)
>
> ----------------------------------------------------------------
> Pull request
>
> ----------------------------------------------------------------
>
> Andrew Jones (1):
>   dump-guest-memory: more descriptive lookup_type failure
>
> Yasmin Beatriz (1):
>   dump.c: allow fd_write_vmcore to return errno on failure
>
>  scripts/dump-guest-memory.py |  7 ++++++-
>  dump.c                       | 23 ++++++++++++++---------
>  2 files changed, 20 insertions(+), 10 deletions(-)
>
> --
> 2.16.2.521.g9aa15f885a

Applied, thanks.

-- PMM