[PULL 0/4] Q800 for 5.0 patches

Laurent Vivier posted 4 patches 4 years, 2 months ago
Test asan failed
Test checkpatch failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200107132715.722101-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
hw/m68k/q800.c            |  35 +++-
hw/misc/mac_via.c         | 339 ++++++++++++++++++++++++++++----------
hw/misc/trace-events      |  19 +++
include/hw/misc/mac_via.h |   3 +
target/m68k/cpu.c         |  28 +++-
target/m68k/cpu.h         |   5 +-
target/m68k/helper.c      |  12 +-
7 files changed, 348 insertions(+), 93 deletions(-)
[PULL 0/4] Q800 for 5.0 patches
Posted by Laurent Vivier 4 years, 2 months ago
The following changes since commit cdbc5c51c8755e4e9ce964fc92ba755e1c71a914:

  Merge remote-tracking branch 'remotes/xtensa/tags/20200106-xtensa' into staging (2020-01-07 10:31:07 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 18b6102e51bb317d25ee61b49b7b56702b79560c:

  target/m68k: only change valid bits in CACR (2020-01-07 14:21:18 +0100)

----------------------------------------------------------------
m68k: fix CACR valid bits
q800: add a fake mac rom reset (used by linux)
      fix and improve PRAM emulation

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

Jason A. Donenfeld (1):
  q800: implement mac rom reset function for BIOS-less mode

Laurent Vivier (3):
  q800: fix mac_via RTC PRAM commands
  q800: add a block backend to the PRAM
  target/m68k: only change valid bits in CACR

 hw/m68k/q800.c            |  35 +++-
 hw/misc/mac_via.c         | 339 ++++++++++++++++++++++++++++----------
 hw/misc/trace-events      |  19 +++
 include/hw/misc/mac_via.h |   3 +
 target/m68k/cpu.c         |  28 +++-
 target/m68k/cpu.h         |   5 +-
 target/m68k/helper.c      |  12 +-
 7 files changed, 348 insertions(+), 93 deletions(-)

-- 
2.24.1


Re: [PULL 0/4] Q800 for 5.0 patches
Posted by Peter Maydell 4 years, 2 months ago
On Tue, 7 Jan 2020 at 13:57, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit cdbc5c51c8755e4e9ce964fc92ba755e1c71a914:
>
>   Merge remote-tracking branch 'remotes/xtensa/tags/20200106-xtensa' into staging (2020-01-07 10:31:07 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu-m68k.git tags/q800-for-5.0-pull-request
>
> for you to fetch changes up to 18b6102e51bb317d25ee61b49b7b56702b79560c:
>
>   target/m68k: only change valid bits in CACR (2020-01-07 14:21:18 +0100)
>
> ----------------------------------------------------------------
> m68k: fix CACR valid bits
> q800: add a fake mac rom reset (used by linux)
>       fix and improve PRAM emulation
>


Applied, thanks.

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

-- PMM