index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
s390x
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-02
s390: guest support for diagnose 0x318
Collin Walling
1
-0
/
+5
2020-10-02
s390/sclp: add extended-length sccb support for kvm guest
Collin Walling
1
-6
/
+37
2020-10-02
s390/sclp: use cpu offset to locate cpu entries
Collin Walling
1
-2
/
+4
2020-10-02
s390/sclp: check sccb len before filling in data
Collin Walling
1
-12
/
+14
2020-10-02
s390/sclp: read sccb from mem based on provided length
Collin Walling
2
-25
/
+32
2020-10-02
s390/sclp: rework sclp boundary checks
Collin Walling
1
-1
/
+18
2020-10-02
s390/sclp: get machine once during read scp/cpu info
Collin Walling
1
-4
/
+4
2020-10-02
hw/s390x/css: Remove double initialization
Philippe Mathieu-Daudé
1
-1
/
+0
2020-09-29
vhost-vsock-ccw: force virtio version 1
Stefano Garzarella
1
-0
/
+12
2020-09-29
virtio: skip legacy support check on machine types less than 5.1
Stefano Garzarella
1
-3
/
+12
2020-09-29
cphp: remove deprecated cpu-add command(s)
Igor Mammedov
1
-12
/
+0
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2
-2
/
+2
2020-09-23
virtio: add vhost-user-fs-ccw device
Halil Pasic
2
-0
/
+76
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
3
-54
/
+18
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2
-7
/
+2
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
1
-1
/
+1
2020-09-09
ap-device: Rename AP_DEVICE_TYPE to TYPE_AP_DEVICE
Eduardo Habkost
1
-1
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
4
-52
/
+42
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
4
-41
/
+63
2020-09-02
virtio: add Virtio*BusClass sizes
Cornelia Huck
1
-0
/
+1
2020-08-27
s390-virtio-ccw: Rename S390_MACHINE_CLASS macro
Eduardo Habkost
1
-7
/
+7
2020-08-27
virtio-ccw: Fix definition of VIRTIO_CCW_BUS_GET_CLASS
Eduardo Habkost
1
-2
/
+2
2020-08-27
virtio-ccw-input: fix description
Cornelia Huck
1
-1
/
+1
2020-08-22
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
1
-1
/
+13
2020-08-21
meson: convert hw/arch*
Marc-André Lureau
2
-37
/
+46
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-08-19
hw: add compat machines for 5.2
Cornelia Huck
1
-1
/
+13
2020-07-30
s390x/s390-virtio-ccw: fix off-by-one in loadparm getter
Halil Pasic
1
-4
/
+1
2020-07-24
s390x/s390-virtio-ccw: fix loadparm property getter
Halil Pasic
1
-1
/
+5
2020-07-24
s390x/protvirt: allow to IPL secure guests with -no-reboot
Christian Borntraeger
1
-1
/
+2
2020-07-22
virtio: verify that legacy support is not accidentally on
Cornelia Huck
1
-0
/
+6
2020-07-22
virtio: Drop broken and superfluous object_property_set_link()
Markus Armbruster
2
-6
/
+0
2020-07-10
error: Eliminate error_propagate() manually
Markus Armbruster
3
-15
/
+7
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
4
-14
/
+5
2020-07-10
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
1
-13
/
+10
2020-07-10
qom: Use returned bool to check for failure, manual part
Markus Armbruster
1
-6
/
+7
2020-07-10
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2
-4
/
+2
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
7
-13
/
+11
2020-07-10
s390x/pci: Fix harmless mistake in zpci's property fid's setter
Markus Armbruster
1
-1
/
+3
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-2
/
+1
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
5
-14
/
+8
2020-07-07
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-9
/
+13
2020-07-03
s390x/pci: fix set_ind_atomic
Halil Pasic
1
-7
/
+9
2020-07-03
virtio-ccw: fix virtio_set_ind_atomic
Halil Pasic
1
-8
/
+10
2020-07-02
s390x/pv: Convert to ram_block_discard_disable()
David Hildenbrand
1
-9
/
+13
2020-07-02
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster
3
-13
/
+5
2020-06-18
s390x/css: Refactor the css_queue_crw() routine
Eric Farman
1
-15
/
+29
2020-06-18
vfio-ccw: Add support for the schib region
Farhan Ali
2
-2
/
+32
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
5
-6
/
+6
2020-06-15
s390x/event-facility: Simplify creation of SCLP event devices
Markus Armbruster
1
-35
/
+29
[next]