mbox

[PULL,0/5] qtest and misc patches

Message ID 20191001105057.3949-1-thuth@redhat.com
State New
Headers show

Pull-request

https://gitlab.com/huth/qemu.git tags/pull-request-2019-10-01

Message

Thomas Huth Oct. 1, 2019, 10:50 a.m. UTC
Hi Peter!

The following changes since commit 95e9d74fe4281f7ad79a5a7511400541729aa44a:

  Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20190930' into staging (2019-09-30 14:21:56 +0100)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2019-10-01

for you to fetch changes up to 3d5e90a50bd4ffa199166e01a365f5c5995534ae:

  Disallow colons in the parameter of "-accel" (2019-10-01 11:54:17 +0200)

----------------------------------------------------------------
- Fix and re-enable the usb-hcd-ehci-test
- Silence a Coverity warning in hw/m68k/next-cube.c
- Fix crash that can occur when using bad binaries with "-kernel"
- Disallow colons in the "-accel" parameter
----------------------------------------------------------------

Marc-André Lureau (2):
      tests: fix usb-hcd-ehci-test compilation
      tests: fix echi/ehci typo

Thomas Huth (3):
      hw/m68k/next-cube: Avoid static RTC variables and introduce control register
      hw/core/loader: Fix possible crash in rom_copy()
      Disallow colons in the parameter of "-accel"

 hw/core/loader.c          |  2 +-
 hw/m68k/next-cube.c       | 73 ++++++++++++++++++++++++++---------------------
 tests/Makefile.include    |  4 +--
 tests/cdrom-test.c        |  2 +-
 tests/usb-hcd-ehci-test.c |  4 +--
 vl.c                      |  5 ++++
 6 files changed, 50 insertions(+), 40 deletions(-)

Comments

Peter Maydell Oct. 1, 2019, 12:53 p.m. UTC | #1
On Tue, 1 Oct 2019 at 11:51, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter!
>
> The following changes since commit 95e9d74fe4281f7ad79a5a7511400541729aa44a:
>
>   Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20190930' into staging (2019-09-30 14:21:56 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/huth/qemu.git tags/pull-request-2019-10-01
>
> for you to fetch changes up to 3d5e90a50bd4ffa199166e01a365f5c5995534ae:
>
>   Disallow colons in the parameter of "-accel" (2019-10-01 11:54:17 +0200)
>
> ----------------------------------------------------------------
> - Fix and re-enable the usb-hcd-ehci-test
> - Silence a Coverity warning in hw/m68k/next-cube.c
> - Fix crash that can occur when using bad binaries with "-kernel"
> - Disallow colons in the "-accel" parameter
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM