From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, Anthony Liguori <aliguori@amazon.com>
Subject: Re: [Qemu-devel] [PULL 0/6] target-arm queue
Date: Thu, 31 Oct 2013 15:02:43 +0100 [thread overview]
Message-ID: <20131031140243.GA24705@zapo.xilinx.com> (raw)
In-Reply-To: <1382724449-11944-1-git-send-email-peter.maydell@linaro.org>
On Fri, Oct 25, 2013 at 07:07:23PM +0100, Peter Maydell wrote:
> The following changes since commit fc8ead74674b7129e8f31c2595c76658e5622197:
>
> Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2013-10-18 10:03:24 -0700)
>
> are available in the git repository at:
>
>
> git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20131025
>
> for you to fetch changes up to 71c903cc3b78fc563122fe40c5cadd050068b91a:
>
> integrator: fix Linux boot failure by emulating dbg region (2013-10-25 18:27:07 +0100)
Applied, thanks all.
Cheers,
Edgar
>
> ----------------------------------------------------------------
> target-arm queue: a couple of trivial features to improve support
> for some guest emulation cases, notably running UEFI images:
> * support VBAR (vector base address register)
> * allow running without specifying a kernel (ie just running
> an image from flash)
> Plus some bugfixes.
>
> ----------------------------------------------------------------
> Alex Bennée (1):
> integrator: fix Linux boot failure by emulating dbg region
>
> Alvise Rigo (2):
> target-arm: sort TCG cpreg list by KVM-style 64 bit ID number
> target-arm: fix sorting issue of KVM cpreg list
>
> Nathan Rossi (1):
> target-arm: Add CP15 VBAR support
>
> Peter Maydell (2):
> hw/arm/boot: Make user not specifying a kernel not an error
> hw/arm: Tidy up conditional calls to arm_load_kernel
>
> default-configs/arm-softmmu.mak | 1 +
> hw/arm/boot.c | 6 +-
> hw/arm/integratorcp.c | 2 +
> hw/arm/omap_sx1.c | 10 ++--
> hw/arm/palm.c | 10 ++--
> hw/arm/z2.c | 12 ++--
> hw/misc/Makefile.objs | 1 +
> hw/misc/arm_integrator_debug.c | 99 ++++++++++++++++++++++++++++++++
> include/hw/misc/arm_integrator_debug.h | 18 ++++++
> target-arm/cpu.h | 1 +
> target-arm/helper.c | 33 ++++++++++-
> target-arm/kvm.c | 8 ++-
> 12 files changed, 176 insertions(+), 25 deletions(-)
> create mode 100644 hw/misc/arm_integrator_debug.c
> create mode 100644 include/hw/misc/arm_integrator_debug.h
>
next prev parent reply other threads:[~2013-10-31 14:03 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-25 18:07 [Qemu-devel] [PULL 0/6] target-arm queue Peter Maydell
2013-10-25 18:07 ` [Qemu-devel] [PULL 1/6] hw/arm/boot: Make user not specifying a kernel not an error Peter Maydell
2013-10-25 18:07 ` [Qemu-devel] [PULL 2/6] hw/arm: Tidy up conditional calls to arm_load_kernel Peter Maydell
2013-10-25 18:07 ` [Qemu-devel] [PULL 3/6] target-arm: Add CP15 VBAR support Peter Maydell
2013-10-25 18:07 ` [Qemu-devel] [PULL 4/6] target-arm: sort TCG cpreg list by KVM-style 64 bit ID number Peter Maydell
2013-10-25 18:07 ` [Qemu-devel] [PULL 5/6] target-arm: fix sorting issue of KVM cpreg list Peter Maydell
2013-10-25 18:07 ` [Qemu-devel] [PULL 6/6] integrator: fix Linux boot failure by emulating dbg region Peter Maydell
2013-10-31 14:02 ` Edgar E. Iglesias [this message]
2013-10-31 14:18 ` [Qemu-devel] [PULL 0/6] target-arm queue Andreas Färber
2013-10-31 14:21 ` Anthony Liguori
2013-10-31 14:31 ` Peter Maydell
2013-10-31 14:36 ` Andreas Färber
2013-10-31 14:39 ` Anthony Liguori
2013-10-31 14:45 ` Andreas Färber
2013-10-31 14:54 ` Anthony Liguori
2013-10-31 15:04 ` Anthony Liguori
2013-10-31 16:52 ` Andreas Färber
2013-10-31 16:54 ` Anthony Liguori
2013-10-31 17:10 ` Andreas Färber
2013-10-31 17:02 ` Peter Maydell
2013-10-31 17:15 ` Peter Maydell
2013-10-31 18:55 ` Anthony Liguori
2013-10-31 15:16 ` Peter Maydell
2013-10-31 17:14 ` Andreas Färber
2013-10-31 17:18 ` Peter Maydell
2013-10-31 17:27 ` Andreas Färber
2013-10-31 17:51 ` Peter Maydell
2013-10-31 18:58 ` Anthony Liguori
2013-10-31 22:13 ` Edgar E. Iglesias
-- strict thread matches above, loose matches on Subject: below --
2014-03-19 12:05 Peter Maydell
2014-03-19 13:33 ` Peter Maydell
2016-07-07 13:48 Peter Maydell
2016-07-11 10:16 ` Peter Maydell
2018-07-30 14:17 Peter Maydell
2018-07-30 18:11 ` Peter Maydell
2018-10-29 15:34 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131031140243.GA24705@zapo.xilinx.com \
--to=edgar.iglesias@gmail.com \
--cc=aliguori@amazon.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).