[PULL 0/1] Q800 branch patches

Laurent Vivier posted 1 patch 4 years, 5 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191105180637.26020-1-laurent@vivier.eu
hw/m68k/q800.c | 40 ++++++++++++++++++++++++++++++++--------
1 file changed, 32 insertions(+), 8 deletions(-)
[PULL 0/1] Q800 branch patches
Posted by Laurent Vivier 4 years, 5 months ago
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(-)

-- 
2.21.0


Re: [PULL 0/1] Q800 branch patches
Posted by Peter Maydell 4 years, 5 months ago
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