[Qemu-devel] [PULL 0/3] qemu-sparc queue 20190206

Mark Cave-Ayland posted 3 patches 6 years, 9 months ago
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190206213042.12537-1-mark.cave-ayland@ilande.co.uk
Maintainers: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Artyom Tarasenko <atar4qemu@gmail.com>
hw/sparc/sun4m.c   | 25 ++++++++++++++-----------
hw/sparc64/sun4u.c | 16 +++++++++++++++-
2 files changed, 29 insertions(+), 12 deletions(-)
[Qemu-devel] [PULL 0/3] qemu-sparc queue 20190206
Posted by Mark Cave-Ayland 6 years, 9 months ago
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(-)

Re: [Qemu-devel] [PULL 0/3] qemu-sparc queue 20190206
Posted by Peter Maydell 6 years, 9 months ago
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