[Qemu-devel] [PULL 0/3] ColdFire patches

Thomas Huth posted 3 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1487461713-23092-1-git-send-email-huth@tuxfamily.org
Test checkpatch passed
Test docker passed
Test s390x passed
MAINTAINERS           | 11 +++----
hw/m68k/Makefile.objs |  2 --
hw/m68k/dummy_m68k.c  | 84 ---------------------------------------------------
hw/m68k/mcf_intc.c    | 48 ++++++++++++++++++++++++++---
4 files changed, 49 insertions(+), 96 deletions(-)
delete mode 100644 hw/m68k/dummy_m68k.c
[Qemu-devel] [PULL 0/3] ColdFire patches
Posted by Thomas Huth 7 years, 1 month ago
The following changes since commit ad584d37f2a86b392c25f3f00cc1f1532676c2d1:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-02-16 17:46:52 +0000)

are available in the git repository at:

  https://github.com/huth/qemu.git tags/coldfire-20170219

for you to fetch changes up to 5baf2741b4920c3227c14734986893c66b6b2eed:

  MAINTAINERS: Add odd fixer for the ColdFire boards (2017-02-18 22:23:31 +0100)

----------------------------------------------------------------
Updates for the m68k ColdFire machines:
- Remove the obsolete dummy machine
- QOMify the ColdFire interrupt controller
- Volunteer for maintaining the orphan ColdFire boards

----------------------------------------------------------------
Thomas Huth (3):
      hw/m68k: Remove dummy machine
      hw/m68k: QOMify the ColdFire interrupt controller
      MAINTAINERS: Add odd fixer for the ColdFire boards

 MAINTAINERS           | 11 +++----
 hw/m68k/Makefile.objs |  2 --
 hw/m68k/dummy_m68k.c  | 84 ---------------------------------------------------
 hw/m68k/mcf_intc.c    | 48 ++++++++++++++++++++++++++---
 4 files changed, 49 insertions(+), 96 deletions(-)
 delete mode 100644 hw/m68k/dummy_m68k.c

Re: [Qemu-devel] [PULL 0/3] ColdFire patches
Posted by Peter Maydell 7 years, 1 month ago
On 18 February 2017 at 23:48, Thomas Huth <huth@tuxfamily.org> wrote:
> The following changes since commit ad584d37f2a86b392c25f3f00cc1f1532676c2d1:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-02-16 17:46:52 +0000)
>
> are available in the git repository at:
>
>   https://github.com/huth/qemu.git tags/coldfire-20170219
>
> for you to fetch changes up to 5baf2741b4920c3227c14734986893c66b6b2eed:
>
>   MAINTAINERS: Add odd fixer for the ColdFire boards (2017-02-18 22:23:31 +0100)
>
> ----------------------------------------------------------------
> Updates for the m68k ColdFire machines:
> - Remove the obsolete dummy machine
> - QOMify the ColdFire interrupt controller
> - Volunteer for maintaining the orphan ColdFire boards
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM