Statistics
| Branch: | Revision:

root / hw / s390x @ 5d6c0c49

Name Size
Makefile.objs 213 Bytes
css.c 34.7 kB
css.h 3 kB
event-facility.c 10.9 kB
ipl.c 5.9 kB
s390-virtio-bus.c 21.5 kB
s390-virtio-bus.h 5.6 kB
s390-virtio-ccw.c 3.9 kB
s390-virtio-hcall.c 817 Bytes
s390-virtio.c 8 kB
s390-virtio.h 972 Bytes
sclp.c 4 kB
sclpquiesce.c 2.8 kB
virtio-ccw.c 40.8 kB
virtio-ccw.h 5.1 kB

Latest revisions

# Date Author Comment
5d6c0c49 08/30/2013 09:14 pm Andreas Färber

s390-virtio-bus: Pass size to virtio_s390_bus_new()

To be passed to qbus_create_inplace().

Reviewed-by: Wenchao Xia <>
Signed-off-by: Andreas Färber <>

e65177a8 08/30/2013 09:14 pm Peter Maydell

virtio: Remove unnecessary OBJECT casts

There's no need to cast the first argument of object_initialize()
to Object. Remove these unnecessary casts.

Signed-off-by: Peter Maydell <>
Signed-off-by: Andreas Färber <>

4e872a3f 08/30/2013 01:49 pm Christian Borntraeger

s390: provide I/O subsystem reset

Provide a function that resets the I/O subsystem.

Signed-off-by: Christian Borntraeger <>
Acked-by: Alexander Graf <>

e67137c6 07/30/2013 03:33 am Peter Maydell

s390x: Rename 'dprintf' to 'DPRINTF'

'dprintf' is the name of a POSIX standard function so we should not be
stealing it for our debug macro. Rename to 'DPRINTF' (in line with
a number of other source files.)

Signed-off-by: Peter Maydell <>...

5c8ded6e 07/29/2013 01:02 pm Christian Borntraeger

s390/ipl: Fix boot order

The latest ipl code adaptions collided with some of the virtio
refactoring rework. This resulted in always booting the first
disk. Let's fix booting from a given ID.
The new code also checks for command lines without bootindex to...

bf72d89f 07/15/2013 06:39 pm Dominik Dingel

virtio-ccw: Enable x-data-plane for virtio-ccw-blk

Add property x-data-plane to virtio-ccw-blk devices.

Signed-off-by: Dominik Dingel <>
Signed-off-by: Cornelia Huck <>

2c9b15ca 07/04/2013 06:42 pm Paolo Bonzini

memory: add owner argument to initialization functions

Signed-off-by: Paolo Bonzini <>

cc3ac9c4 07/01/2013 12:00 pm Cornelia Huck

virtio-ccw: fix build breakage on windows

event_notifier_get_fd() is not available on windows hosts. Fix this by
moving the calls to event_notifier_get_fd() to the kvm code.

Reported-by: Stefan Weil <>
Reviewed-by: Paolo Bonzini <>...

320ce850 06/25/2013 06:11 pm Cornelia Huck

virtio-ccw: Wire up guest and host notifies.

Guest and host notifiers are needed by vhost. We use ioeventfds for
the guest notifiers, but need to fall back on qemu injecting interrupts
for the host notifiers.

Signed-off-by: Cornelia Huck <>

b4436a0b 06/25/2013 06:11 pm Cornelia Huck

virtio-ccw: Wire up ioeventfd.

On hosts that support ioeventfd, make use of it for host-to-guest
notifications via diagnose 500.

Signed-off-by: Cornelia Huck <>

View revisions

Also available in: Atom