mbox

[PULL,for-2.0,0/2] target-arm queue

Message ID 1395929609-764-1-git-send-email-peter.maydell@linaro.org
State New
Headers show

Pull-request

git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20140327

Message

Peter Maydell March 27, 2014, 2:13 p.m. UTC
This pull request just has the patches which make integratorcp
no longer the default board for qemu-system-arm and qemu-system-aarch64.

thanks
-- PMM

The following changes since commit bea4acda3bff00e98cb00d5354f23de9e74a928f:

  Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging (2014-03-27 10:54:17 +0000)

are available in the git repository at:


  git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20140327

for you to fetch changes up to a7a5544a3a59600f30f29985397f56ee40929850:

  vl.c: Improve message when no default machine is found (2014-03-27 14:01:13 +0000)

----------------------------------------------------------------
target-arm queue:
 * Don't default to integratorcp board if no machine specified

----------------------------------------------------------------
Peter Maydell (2):
      hw/arm: Stop specifying integratorcp as the default board
      vl.c: Improve message when no default machine is found

 hw/arm/integratorcp.c | 1 -
 vl.c                  | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Maydell March 27, 2014, 4:41 p.m. UTC | #1
On 27 March 2014 14:13, Peter Maydell <peter.maydell@linaro.org> wrote:
> This pull request just has the patches which make integratorcp
> no longer the default board for qemu-system-arm and qemu-system-aarch64.
>
> thanks
> -- PMM
>
> The following changes since commit bea4acda3bff00e98cb00d5354f23de9e74a928f:
>
>   Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging (2014-03-27 10:54:17 +0000)
>
> are available in the git repository at:
>
>
>   git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20140327
>
> for you to fetch changes up to a7a5544a3a59600f30f29985397f56ee40929850:
>
>   vl.c: Improve message when no default machine is found (2014-03-27 14:01:13 +0000)

Applied, thanks.

-- PMM