mbox

[PULL,0/1] Q800 branch patches

Message ID 20191105180637.26020-1-laurent@vivier.eu
State New
Headers show

Pull-request

git://github.com/vivier/qemu-m68k.git tags/q800-branch-pull-request

Message

Laurent Vivier Nov. 5, 2019, 6:06 p.m. UTC
The following changes since commit b7c9a7f353c0e260519bf735ff0d4aa01e72784b:

  Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2019-10-31 15:57:30 +0000)

are available in the Git repository at:

  git://github.com/vivier/qemu-m68k.git tags/q800-branch-pull-request

for you to fetch changes up to 653901ca2be30299a224677a8203ff3361dbd5c5:

  q800: fix I/O memory map (2019-11-05 18:52:29 +0100)

----------------------------------------------------------------
Fix q800 memory map

----------------------------------------------------------------

Laurent Vivier (1):
  q800: fix I/O memory map

 hw/m68k/q800.c | 40 ++++++++++++++++++++++++++++++++--------
 1 file changed, 32 insertions(+), 8 deletions(-)

Comments

Peter Maydell Nov. 6, 2019, 5:51 p.m. UTC | #1
On Tue, 5 Nov 2019 at 18:07, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit b7c9a7f353c0e260519bf735ff0d4aa01e72784b:
>
>   Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2019-10-31 15:57:30 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu-m68k.git tags/q800-branch-pull-request
>
> for you to fetch changes up to 653901ca2be30299a224677a8203ff3361dbd5c5:
>
>   q800: fix I/O memory map (2019-11-05 18:52:29 +0100)
>
> ----------------------------------------------------------------
> Fix q800 memory map
>
> ----------------------------------------------------------------
>


Applied, thanks.

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

-- PMM