mbox series

[PULL] qemu-sparc updates

Message ID 20180227191613.bgnl27q237j7quoz@kentang.home
State New
Headers show
Series [PULL] qemu-sparc updates | expand

Pull-request

https://github.com/mcayland/qemu.git tags/qemu-sparc-signed

Message

Mark Cave-Ayland Feb. 27, 2018, 7:16 p.m. UTC
Hi Peter,

Here is a pull request containing the loader fix which enables qemu-system-sparc to work when
used with -kernel again.


ATB,

Mark.


The following changes since commit 3ec7b5d819da9245dd37a6f7e7d150f064cf584c:

  Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180227-pull-request' into staging (2018-02-27 14:01:19 +0000)

are available in the git repository at:

  https://github.com/mcayland/qemu.git tags/qemu-sparc-signed

for you to fetch changes up to ca316c11526a1bc221fb542bdce6bac7238dde69:

  loader: don't perform overlapping address check for memory region ROM images (2018-02-27 18:57:14 +0000)

----------------------------------------------------------------
qemu-sparc update

----------------------------------------------------------------
Mark Cave-Ayland (1):
      loader: don't perform overlapping address check for memory region ROM images

 hw/core/loader.c | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

Comments

Peter Maydell March 1, 2018, 12:32 p.m. UTC | #1
On 27 February 2018 at 19:16, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
> Hi Peter,
>
> Here is a pull request containing the loader fix which enables qemu-system-sparc to work when
> used with -kernel again.
>
>
> ATB,
>
> Mark.
>
>
> The following changes since commit 3ec7b5d819da9245dd37a6f7e7d150f064cf584c:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180227-pull-request' into staging (2018-02-27 14:01:19 +0000)
>
> are available in the git repository at:
>
>   https://github.com/mcayland/qemu.git tags/qemu-sparc-signed
>
> for you to fetch changes up to ca316c11526a1bc221fb542bdce6bac7238dde69:
>
>   loader: don't perform overlapping address check for memory region ROM images (2018-02-27 18:57:14 +0000)
>
> ----------------------------------------------------------------
> qemu-sparc update
>
> ----------------------------------------------------------------
> Mark Cave-Ayland (1):
>       loader: don't perform overlapping address check for memory region ROM images
>
>  hw/core/loader.c | 20 +++++++++++---------
>  1 file changed, 11 insertions(+), 9 deletions(-)


Applied, thanks.

-- PMM