mbox

[PULL,0/2] Final s390x patches for 2018

Message ID 20181220164433.21705-1-cohuck@redhat.com
State New
Headers show

Pull-request

https://github.com/cohuck/qemu tags/s390x-20181220

Message

Cornelia Huck Dec. 20, 2018, 4:44 p.m. UTC
The following changes since commit b72566a4ffaddbc0c0c1f6f5ee91b42ab13ff429:

  Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-request' into staging (2018-12-19 15:31:02 +0000)

are available in the Git repository at:

  https://github.com/cohuck/qemu tags/s390x-20181220

for you to fetch changes up to aba7a5a2de3dba5917024df25441f715b9249e31:

  hw/s390x: Fix bad mask in time2tod() (2018-12-20 17:07:24 +0100)

----------------------------------------------------------------
Two s390x bugfixes.

----------------------------------------------------------------

Peter Maydell (1):
  hw/s390/ccw.c: Don't take address of packed members

Thomas Huth (1):
  hw/s390x: Fix bad mask in time2tod()

 hw/s390x/css.c         | 32 ++++++++++++++++++++++++++------
 include/hw/s390x/tod.h |  2 +-
 2 files changed, 27 insertions(+), 7 deletions(-)

Comments

Peter Maydell Dec. 21, 2018, 2:05 p.m. UTC | #1
On Thu, 20 Dec 2018 at 16:44, Cornelia Huck <cohuck@redhat.com> wrote:
>
> The following changes since commit b72566a4ffaddbc0c0c1f6f5ee91b42ab13ff429:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-request' into staging (2018-12-19 15:31:02 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/cohuck/qemu tags/s390x-20181220
>
> for you to fetch changes up to aba7a5a2de3dba5917024df25441f715b9249e31:
>
>   hw/s390x: Fix bad mask in time2tod() (2018-12-20 17:07:24 +0100)
>
> ----------------------------------------------------------------
> Two s390x bugfixes.
>
> ----------------------------------------------------------------
>
> Peter Maydell (1):
>   hw/s390/ccw.c: Don't take address of packed members
>
> Thomas Huth (1):
>   hw/s390x: Fix bad mask in time2tod()
>
>  hw/s390x/css.c         | 32 ++++++++++++++++++++++++++------
>  include/hw/s390x/tod.h |  2 +-
>  2 files changed, 27 insertions(+), 7 deletions(-)
>

Applied, thanks.

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

-- PMM