mbox

[PULL,0/3] qemu-sparc queue 20190206

Message ID 20190206213042.12537-1-mark.cave-ayland@ilande.co.uk
State New
Headers show

Pull-request

git://github.com/mcayland/qemu.git tags/qemu-sparc-20190206

Message

Mark Cave-Ayland Feb. 6, 2019, 9:30 p.m. UTC
The following changes since commit 47994e16b1d66411953623e7c0bf0cdcd50bd507:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190205' into staging (2019-02-05 18:25:07 +0000)

are available in the git repository at:

  git://github.com/mcayland/qemu.git tags/qemu-sparc-20190206

for you to fetch changes up to 6031ff8b0ad0feee58cd46ebb0c8d2a6a48d616e:

  sun4m: pass initrd size to OpenBIOS via fw_cfg interface (2019-02-06 21:07:53 +0000)

----------------------------------------------------------------
qemu-sparc queue

----------------------------------------------------------------
Mark Cave-Ayland (1):
      sun4m: pass initrd size to OpenBIOS via fw_cfg interface

Prasad J Pandit (1):
      sun4u: add power_mem_read routine

Thomas Huth (1):
      hw/sparc64: Create VGA device only if it has really been requested

 hw/sparc/sun4m.c   | 25 ++++++++++++++-----------
 hw/sparc64/sun4u.c | 16 +++++++++++++++-
 2 files changed, 29 insertions(+), 12 deletions(-)

Comments

Peter Maydell Feb. 7, 2019, 6:18 p.m. UTC | #1
On Wed, 6 Feb 2019 at 21:30, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
>
> The following changes since commit 47994e16b1d66411953623e7c0bf0cdcd50bd507:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190205' into staging (2019-02-05 18:25:07 +0000)
>
> are available in the git repository at:
>
>   git://github.com/mcayland/qemu.git tags/qemu-sparc-20190206
>
> for you to fetch changes up to 6031ff8b0ad0feee58cd46ebb0c8d2a6a48d616e:
>
>   sun4m: pass initrd size to OpenBIOS via fw_cfg interface (2019-02-06 21:07:53 +0000)
>
> ----------------------------------------------------------------
> qemu-sparc queue
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM