mbox

[PULL,0/1] s390x build fix

Message ID 20170126110315.21759-1-cornelia.huck@de.ibm.com
State New
Headers show

Pull-request

git://github.com/cohuck/qemu tags/s390x-20170126

Message

Cornelia Huck Jan. 26, 2017, 11:03 a.m. UTC
The following changes since commit c7f1cf01b8245762ca5864e835d84f6677ae8b1f:

  Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (2017-01-25 17:54:14 +0000)

are available in the git repository at:

  git://github.com/cohuck/qemu tags/s390x-20170126

for you to fetch changes up to a87adb6685bed1d4dffc55221197ea86ced48361:

  s390x/flic: fix compilation of kvm flic (2017-01-26 10:33:48 +0100)

----------------------------------------------------------------
One compile fix for s390x with kvm enabled.

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

Cornelia Huck (1):
  s390x/flic: fix compilation of kvm flic

 hw/intc/s390_flic_kvm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell Jan. 27, 2017, 2:08 p.m. UTC | #1
On 26 January 2017 at 11:03, Cornelia Huck <cornelia.huck@de.ibm.com> wrote:
> The following changes since commit c7f1cf01b8245762ca5864e835d84f6677ae8b1f:
>
>   Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (2017-01-25 17:54:14 +0000)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20170126
>
> for you to fetch changes up to a87adb6685bed1d4dffc55221197ea86ced48361:
>
>   s390x/flic: fix compilation of kvm flic (2017-01-26 10:33:48 +0100)
>
> ----------------------------------------------------------------
> One compile fix for s390x with kvm enabled.
>
> ----------------------------------------------------------------
>
> Cornelia Huck (1):
>   s390x/flic: fix compilation of kvm flic
>
>  hw/intc/s390_flic_kvm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks.

-- PMM