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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2017-06-13
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170613' i...
Peter Maydell
2
-0
/
+2
2017-06-13
migration: Split registration functions from vmstate.h
Juan Quintela
2
-0
/
+2
2017-06-13
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170608' into s...
Peter Maydell
2
-1
/
+24
2017-06-06
s390x/css: fence off MIDA
Cornelia Huck
1
-0
/
+5
2017-06-06
s390x/css: catch section mismatch on load
Halil Pasic
2
-1
/
+19
2017-06-06
migration: remove register_savevm()
Laurent Vivier
2
-4
/
+13
2017-06-01
migration: Split qemu-file.h
Juan Quintela
1
-1
/
+0
2017-05-30
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
Stefan Hajnoczi
2
-2
/
+2
2017-05-30
Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into staging
Stefan Hajnoczi
1
-1
/
+1
2017-05-25
memory: tune last param of iommu_ops.translate()
Peter Xu
2
-2
/
+2
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
1
-1
/
+1
2017-05-19
s390x/css: ccw translation infrastructure
Xiao Feng Ren
3
-6
/
+96
2017-05-19
s390x/css: introduce and realize ccw-request callback
Xiao Feng Ren
1
-2
/
+2
2017-05-19
s390x/css: device support for s390-ccw passthrough
Dong Jia Shi
2
-0
/
+142
2017-05-19
s390x/css: realize css_create_sch
Dong Jia Shi
5
-12
/
+58
2017-05-19
s390x/css: realize css_sch_build_schib
Xiao Feng Ren
1
-3
/
+149
2017-05-19
s390x/css: add s390-squash-mcss machine option
Xiao Feng Ren
1
-0
/
+21
2017-05-17
s390-pcibus: No need to set user_creatable=false explicitly
Eduardo Habkost
1
-1
/
+0
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
1
-1
/
+1
2017-05-10
Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging
Stefan Hajnoczi
1
-2
/
+2
2017-05-07
Remove reduntant qemu: from error functions
Ishani Chugh
1
-2
/
+2
2017-05-05
Merge remote-tracking branch 'cohuck/tags/s390x-3270-20170504' into staging
Stefan Hajnoczi
3
-0
/
+199
2017-05-04
s390x/3270: 3270 data stream handling
Jing Liu
2
-0
/
+78
2017-05-04
s390x/3270: Add abstract emulated ccw-attached 3270 device
Yang Chen
2
-0
/
+100
2017-05-04
s390x/css: Add an algorithm to find a free chpid
Jing Liu
1
-0
/
+21
2017-05-02
hw/s390x/ipl: Fix crash with virtio-scsi-pci device
Thomas Huth
1
-1
/
+7
2017-05-02
hw/s390x/sclp: update LOADPARM in SCP Info
Farhan Ali
1
-0
/
+9
2017-05-02
hw/s390x/ipl: enable LOADPARM in IPIB for a boot device
Farhan Ali
2
-2
/
+32
2017-05-02
hw/s390x: provide loadparm property for the machine
Farhan Ali
1
-0
/
+37
2017-04-24
error: Apply error_propagate_null.cocci again
Fam Zheng
1
-3
/
+1
2017-04-21
s390x: register I/O adapters per ISC during init
Fei Li
5
-45
/
+69
2017-04-21
s390x: initialize flic before I/O subsystems
Fei Li
1
-1
/
+2
2017-04-21
s390x: use enum for adapter type and standardize its naming
Fei Li
3
-3
/
+2
2017-04-21
s390x/css: consolidate the devno property for ccw devices
Dong Jia Shi
3
-13
/
+4
2017-04-21
s390x/css: provide introspection for virtual subchannel and device busid
Dong Jia Shi
3
-6
/
+67
2017-04-21
s390x/css: introduce read-only property type for device ids
Dong Jia Shi
1
-0
/
+7
2017-04-21
s390x/pci: make printf always compile in debug output
Danil Antonov
2
-14
/
+18
2017-04-21
s390x: introduce 2.10 compat machine
Cornelia Huck
1
-1
/
+16
2017-03-20
s390x/css: reassign subchannel if schid is changed after migration
Dong Jia Shi
1
-0
/
+15
2017-02-28
s390x/ipl: Load network boot image
Farhan Ali
2
-1
/
+92
2017-02-28
s390x/ipl: Extend S390IPLState to support network boot
Farhan Ali
5
-1
/
+7
2017-02-24
s390x/css: handle format-0 TIC CCW correctly
Dong Jia Shi
1
-6
/
+9
2017-02-24
virtio-ccw: support VIRTIO_QUEUE_MAX virtqueues
Halil Pasic
2
-9
/
+9
2017-02-24
s390x: bump ADAPTER_ROUTES_MAX_GSI
Halil Pasic
1
-1
/
+6
2017-02-24
virtio-ccw: check flic->adapter_routes_max_batch
Halil Pasic
1
-0
/
+7
2017-02-24
virtio-ccw: Check the number of vqs in CCW_CMD_SET_IND
Halil Pasic
1
-0
/
+7
2017-02-24
virtio-ccw: add virtio-crypto-ccw device
Halil Pasic
2
-0
/
+73
2017-02-24
virtio-ccw: handle virtio 1 only devices
Halil Pasic
2
-1
/
+18
2017-02-24
s390x/s390-virtio: get rid of DPRINTF
Cornelia Huck
1
-10
/
+0
2017-02-01
s390x/kvm: fix small race reboot vs. cmma
Christian Borntraeger
1
-1
/
+1
[next]