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