mbox

[PULL,0/4] M68k for 2.9 patches

Message ID 1484244501-20283-1-git-send-email-laurent@vivier.eu
State New
Headers show

Pull-request

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

Message

Laurent Vivier Jan. 12, 2017, 6:08 p.m. UTC
The following changes since commit 4201e616c0fa48de99a505a6ade979f0c2c65e28:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20170111-1' into staging (2017-01-12 15:57:18 +0000)

are available in the git repository at:

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

for you to fetch changes up to ad9075ac2cc6cfe4003f5e47d421c0e5b2ad08a3:

  m68k: Remove PCI and USB from config file (2017-01-12 18:49:09 +0100)

----------------------------------------------------------------
This is the list of the remaining patches that was part of series 
reviewed during the freeze period. They use the new new deposit
and extract ops.
There is also a cleanup patch from Thomas.
----------------------------------------------------------------

Richard Henderson (3):
  target-m68k: Implement bitfield ops for registers
  target-m68k: Implement bitfield ops for memory
  target-m68k: Implement bfffo

Thomas Huth (1):
  m68k: Remove PCI and USB from config file

 default-configs/m68k-softmmu.mak |   2 -
 target/m68k/cpu.h                |   1 +
 target/m68k/helper.h             |  10 +
 target/m68k/op_helper.c          | 206 +++++++++++++++++++++
 target/m68k/translate.c          | 387 ++++++++++++++++++++++++++++++++++++++-
 5 files changed, 603 insertions(+), 3 deletions(-)

Comments

Peter Maydell Jan. 16, 2017, 1:21 p.m. UTC | #1
On 12 January 2017 at 18:08, Laurent Vivier <laurent@vivier.eu> wrote:
> The following changes since commit 4201e616c0fa48de99a505a6ade979f0c2c65e28:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20170111-1' into staging (2017-01-12 15:57:18 +0000)
>
> are available in the git repository at:
>
>   git://github.com/vivier/qemu-m68k.git tags/m68k-for-2.9-pull-request
>
> for you to fetch changes up to ad9075ac2cc6cfe4003f5e47d421c0e5b2ad08a3:
>
>   m68k: Remove PCI and USB from config file (2017-01-12 18:49:09 +0100)
>
> ----------------------------------------------------------------
> This is the list of the remaining patches that was part of series
> reviewed during the freeze period. They use the new new deposit
> and extract ops.
> There is also a cleanup patch from Thomas.
> ----------------------------------------------------------------

Applied, thanks.

-- PMM