qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 00/15] s390 patch queue 2013-01-25


From: Alexander Graf
Subject: Re: [Qemu-devel] [PULL 00/15] s390 patch queue 2013-01-25
Date: Mon, 28 Jan 2013 13:42:14 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.3) Gecko/20120306 Thunderbird/10.0.3

On 01/28/2013 11:06 AM, Cornelia Huck wrote:
On Sat, 26 Jan 2013 14:17:36 +0000
Blue Swirl<address@hidden>  wrote:

On Fri, Jan 25, 2013 at 12:48 PM, Alexander Graf<address@hidden>  wrote:
Hi Blue / Aurelien,

This is my current patch queue for s390.  Please pull.

Alex


The following changes since commit 11c29918be32be5b00f367c7da9724a5cddbbb0f:
   Anthony Liguori (1):
         Merge remote-tracking branch 'bonzini/scsi-next' into staging

are available in the git repository at:

   git://repo.or.cz/qemu/agraf.git s390-for-upstream

Alexander Graf (3):
       s390: Add default support for SCLP console
       s390: Make typeinfo const
       s390: Move hw files to hw/s390x

Andreas Färber (1):
       s390-virtio: Check for NULL device in reset hypercall

Cornelia Huck (10):
       s390: Lowcore mapping helper.
       s390: Add mapping helper functions.
       s390: Channel I/O basic definitions.
       s390: I/O interrupt and machine check injection.
       s390: Add channel I/O instructions.
       s390: Virtual channel subsystem support.
This would break build on mingw32:
   CC    s390x-softmmu/hw/s390x/css.o
/src/qemu/hw/s390x/css.c: In function 'css_interpret_ccw':
/src/qemu/hw/s390x/css.c:226:17: error: 'ERESTART' undeclared (first
use in this function)
/src/qemu/hw/s390x/css.c:226:17: note: each undeclared identifier is
reported only once for each function it appears in
/src/qemu/hw/s390x/css.c:294:20: error: 'EOPNOTSUPP' undeclared (first
use in this function)
/src/qemu/hw/s390x/css.c: In function 'sch_handle_start_func':
/src/qemu/hw/s390x/css.c:350:15: error: 'EOPNOTSUPP' undeclared (first
use in this function)
/src/qemu/hw/s390x/css.c:375:15: error: 'ERESTART' undeclared (first
use in this function)
That's unfortunate :(

Are there some kinds of compatibility headers that define the missing
error codes, or does something need to be fenced off here?

I would appreciate it if somebody could give me a hand here, especially
as I don't have a mingw32 environment around...

Stefan, could you please help out?


Alex




reply via email to

[Prev in Thread] Current Thread [Next in Thread]