mbox

[PULL,0/5] Error reporting patches for 2016-02-19

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

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-error-2016-02-19

Message

Markus Armbruster Feb. 19, 2016, 1:27 p.m. UTC
The following changes since commit dd5e38b19d7cb07d317e1285941d8245c01da540:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160218-1' into staging (2016-02-18 15:20:35 +0000)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-error-2016-02-19

for you to fetch changes up to 7580f231cf3f1710951416ec85df7b3f79dbaf86:

  vl: Clean up machine selection in main(). (2016-02-19 13:46:44 +0100)

----------------------------------------------------------------
Error reporting patches for 2016-02-19

----------------------------------------------------------------
Eduardo Habkost (3):
      vl: Reset location after handling command-line arguments
      replay: Set error location properly when parsing options
      vl: Set error location when parsing memory options

Marcel Apfelbaum (1):
      vl.c: Fix regression in machine error message

Markus Armbruster (1):
      vl: Clean up machine selection in main().

 replay/replay.c | 10 ++++++++++
 vl.c            | 53 +++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 49 insertions(+), 14 deletions(-)

Eduardo Habkost (3):
  vl: Reset location after handling command-line arguments
  replay: Set error location properly when parsing options
  vl: Set error location when parsing memory options

Marcel Apfelbaum (1):
  vl.c: Fix regression in machine error message

Markus Armbruster (1):
  vl: Clean up machine selection in main().

 replay/replay.c | 10 ++++++++++
 vl.c            | 53 +++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 49 insertions(+), 14 deletions(-)

Comments

Peter Maydell Feb. 19, 2016, 4:24 p.m. UTC | #1
On 19 February 2016 at 13:27, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit dd5e38b19d7cb07d317e1285941d8245c01da540:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160218-1' into staging (2016-02-18 15:20:35 +0000)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-error-2016-02-19
>
> for you to fetch changes up to 7580f231cf3f1710951416ec85df7b3f79dbaf86:
>
>   vl: Clean up machine selection in main(). (2016-02-19 13:46:44 +0100)
>
> ----------------------------------------------------------------
> Error reporting patches for 2016-02-19


Applied, thanks.

-- PMM