[Qemu-devel] [PULL 00/13] MAINTAINERS, test and m68k

Thomas Huth posted 13 patches 6 years, 8 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu failed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1551356875-30676-1-git-send-email-thuth@redhat.com
Maintainers: Thomas Huth <huth@tuxfamily.org>
MAINTAINERS            | 53 ++++++++++++++++++++++++++++++++++++++------------
hw/m68k/mcf5208.c      | 30 +++++++++++++++++++++++++++-
tests/Makefile.include |  2 +-
3 files changed, 71 insertions(+), 14 deletions(-)
[Qemu-devel] [PULL 00/13] MAINTAINERS, test and m68k
Posted by Thomas Huth 6 years, 8 months ago
 Hi Peter,

the following changes since commit adf2e451f357e993f173ba9b4176dbf3e65fee7e:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2019-02-26 19:04:47 +0000)

are available in the git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2019-02-28

for you to fetch changes up to 9f04e1d9547224a935778c1935c605d607299070:

  hw/m68k/mcf5208: Support loading of bios images (2019-02-28 12:18:18 +0100)

----------------------------------------------------------------
- Updates to MAINTAINERS file
- Re-enable the guest-agent test
- Add the possibility to load a bios image on the mcf5208evb machine
----------------------------------------------------------------

Philippe Mathieu-Daudé (10):
      MAINTAINERS: Add missing entries for the sun4u machines
      MAINTAINERS: Add missing entries for the PC machines
      MAINTAINERS: Add missing entries for the QObject section
      MAINTAINERS: Add missing test entries to the Cryptography section
      MAINTAINERS: Add an entry for the Dino machine
      MAINTAINERS: Add maintainer to the POSIX subsystem
      MAINTAINERS: Orphanize the 'GDB stub' subsystem
      MAINTAINERS: Add maintainers to the Linux subsystem
      MAINTAINERS: Add maintainer to the TCG/i386 subsystem
      tests/test-qga: Reenable guest-agent qtest

Thomas Huth (3):
      MAINTAINERS: Add some missing entries for the sun4m machine
      MAINTAINERS: Clean up the RISC-V TCG backend section
      hw/m68k/mcf5208: Support loading of bios images

 MAINTAINERS            | 53 ++++++++++++++++++++++++++++++++++++++------------
 hw/m68k/mcf5208.c      | 30 +++++++++++++++++++++++++++-
 tests/Makefile.include |  2 +-
 3 files changed, 71 insertions(+), 14 deletions(-)

Re: [Qemu-devel] [PULL 00/13] MAINTAINERS, test and m68k
Posted by Peter Maydell 6 years, 8 months ago
On Thu, 28 Feb 2019 at 12:28, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter,
>
> the following changes since commit adf2e451f357e993f173ba9b4176dbf3e65fee7e:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2019-02-26 19:04:47 +0000)
>
> are available in the git repository at:
>
>   https://gitlab.com/huth/qemu.git tags/pull-request-2019-02-28
>
> for you to fetch changes up to 9f04e1d9547224a935778c1935c605d607299070:
>
>   hw/m68k/mcf5208: Support loading of bios images (2019-02-28 12:18:18 +0100)
>
> ----------------------------------------------------------------
> - Updates to MAINTAINERS file
> - Re-enable the guest-agent test
> - Add the possibility to load a bios image on the mcf5208evb machine
> ----------------------------------------------------------------

Applied, thanks.

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

-- PMM