index
:
~pgrunt/qemu
cdrom
master
virgl-spice
Fork of QEMU git://git.qemu-project.org/qemu.git
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
s390x
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-14
s390/virtio-ccw: Fix migration
Christian Borntraeger
1
-1
/
+1
2015-07-14
watchdog/diag288: correctly register for system reset requests
Xu Wang
1
-1
/
+5
2015-07-06
kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffix
Eric Auger
1
-4
/
+4
2015-07-02
s390x/migration: Introduce 2.4 machine
Christian Borntraeger
1
-4
/
+18
2015-07-02
s390x/ipl: Fix boot if no bootindex was specified
Christian Borntraeger
1
-2
/
+2
2015-07-02
virtio-ccw: migrate ->revision
Cornelia Huck
1
-0
/
+2
2015-07-02
s390x/virtio-ccw: support virtio-1 set_vq format
Cornelia Huck
1
-41
/
+92
2015-07-02
s390x/virtio-ccw: add virtio set-revision call
Thomas Huth
2
-2
/
+84
2015-06-30
s390x/css: Add a callback for when subchannel gets disabled
Thomas Huth
2
-0
/
+13
2015-06-30
css: mss/mcss-e vs. migration
Cornelia Huck
1
-0
/
+15
2015-06-30
virtio-ccw: complete handling of guest-initiated resets
Cornelia Huck
1
-17
/
+22
2015-06-22
Include monitor/monitor.h exactly where needed
Markus Armbruster
4
-4
/
+0
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-1
/
+1
2015-06-17
s390x: Switch to s390-ccw machine as default
Alexander Graf
2
-1
/
+1
2015-06-17
virtio-ccw: disable ioevent bit when ioeventfds are not enabled
Aurelien Jarno
1
-0
/
+4
2015-06-11
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-8
/
+12
2015-06-10
virtio: allow to fail setting status
Cornelia Huck
1
-8
/
+12
2015-06-03
virtio-ccw/migration: Migrate config vector for virtio devices
Jason J. Herne
1
-0
/
+4
2015-06-03
virtio-ccw: add support for 9pfs
Pierre Morel
2
-2
/
+72
2015-05-31
virtio-s390: introduce virtio_s390_device_plugged()
Jason Wang
1
-0
/
+14
2015-05-31
virtio-s390: introduce virito s390 queue limit
Jason Wang
1
-2
/
+4
2015-05-31
virtio-ccw: validate the number of queues against bus limitation
Jason Wang
1
-0
/
+9
2015-05-31
virtio-ccw: introduce ccw specific queue limit
Jason Wang
2
-7
/
+7
2015-05-31
virtio: device_plugged() can fail
Jason Wang
1
-1
/
+1
2015-05-31
virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into core
Cornelia Huck
1
-3
/
+0
2015-05-31
virtio-ccw: Don't advertise VIRTIO_F_BAD_FEATURE
Cornelia Huck
1
-1
/
+0
2015-05-31
virtio: move host_features
Cornelia Huck
4
-44
/
+8
2015-05-31
hw/s390x/virtio-ccw: use alias property for virtio-balloon-ccw
Shannon Zhao
1
-33
/
+6
2015-05-11
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-17
/
+1
2015-05-08
virtio-ccw: implement ->device_plugged
Cornelia Huck
1
-15
/
+26
2015-05-08
virtio-ccw: change realization sequence
Cornelia Huck
1
-24
/
+17
2015-05-08
s390-virtio: clear {used,avail}_event_idx on reset as well
Christian Borntraeger
1
-0
/
+8
2015-05-08
s390-virtio: use common features
Cornelia Huck
1
-14
/
+6
2015-05-08
s390-virtio: Accommodate guests using virtqueues too early
Christian Borntraeger
1
-0
/
+10
2015-04-30
s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctl
Alexander Yarygin
2
-13
/
+15
2015-04-30
s390x/ipl: sort into categories
Cornelia Huck
1
-0
/
+1
2015-04-30
sclp: sort into categories
Cornelia Huck
4
-0
/
+13
2015-04-30
s390-virtio: sort into categories
Cornelia Huck
1
-0
/
+9
2015-04-30
virtio-ccw: sort into categories
Cornelia Huck
1
-0
/
+9
2015-04-28
virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsi
Shannon Zhao
2
-2
/
+0
2015-04-28
virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-net
Shannon Zhao
2
-4
/
+0
2015-04-27
virtio-ccw: using VIRTIO_NO_VECTOR instead of 0 for invalid virtqueue
Jason Wang
1
-1
/
+1
2015-04-26
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
Peter Maydell
5
-61
/
+131
2015-04-26
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
Peter Maydell
1
-3
/
+7
2015-03-30
s390x/ipl: avoid sign extension
Cornelia Huck
1
-1
/
+1
2015-03-30
s390x: do not include ram_addr.h
Paolo Bonzini
1
-1
/
+0
2015-03-30
virtio-ccw: range check in READ_VQ_CONF
Cornelia Huck
1
-0
/
+4
2015-03-30
virtio-ccw: fix range check for SET_VQ
Cornelia Huck
1
-1
/
+1
[next]