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
/
s390-virtio-ccw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-01
s390x/pci: Move header files to include/hw/s390x
Matthew Rosato
1
-1
/
+1
2020-10-22
s390x/s390-virtio-ccw: Reset PCI devices during subsystem reset
Matthew Rosato
1
-0
/
+1
2020-10-09
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
1
-6
/
+1
2020-09-29
cphp: remove deprecated cpu-add command(s)
Igor Mammedov
1
-12
/
+0
2020-08-27
s390-virtio-ccw: Rename S390_MACHINE_CLASS macro
Eduardo Habkost
1
-7
/
+7
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-10
error: Eliminate error_propagate() manually
Markus Armbruster
1
-4
/
+2
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
1
-2
/
+1
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-3
/
+3
2020-07-02
s390x/pv: Convert to ram_block_discard_disable()
David Hildenbrand
1
-9
/
+13
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
1
-2
/
+2
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
1
-6
/
+6
2020-06-05
s390x: pv: Fix KVM_PV_PREP_RESET command wrapper name
Janosch Frank
1
-1
/
+1
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-5
/
+5
2020-05-15
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
1
-6
/
+3
2020-05-06
hw: add compat machines for 5.1
Cornelia Huck
1
-1
/
+13
2020-04-29
s390x/s390-virtio-ccw: Fix build on systems without KVM
Christian Borntraeger
1
-11
/
+1
2020-04-29
s390x: protvirt: Fix stray error_report_err in s390_machine_protect
Janosch Frank
1
-1
/
+0
2020-04-29
s390x: protvirt: Inhibit balloon when switching to protected mode
Janosch Frank
1
-0
/
+11
2020-04-29
s390x: protvirt: Add migration blocker
Janosch Frank
1
-0
/
+18
2020-04-29
s390x: protvirt: Support unpack facility
Janosch Frank
1
-4
/
+115
2020-04-02
vl/s390x: fixup ram sizes for compat machines
Christian Borntraeger
1
-0
/
+22
2020-02-28
hw: Make MachineClass::is_default a boolean type
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-19
s390x/s390-virtio-ccw: use memdev for RAM
Igor Mammedov
1
-4
/
+3
2020-01-27
hw/s390x: Add a more verbose comment about get_machine_class() and the wrappers
Thomas Huth
1
-3
/
+13
2019-12-14
s390x: Don't do a normal reset on the initial cpu
Janosch Frank
1
-0
/
+3
2019-12-14
hw: add compat machines for 5.0
Cornelia Huck
1
-1
/
+12
2019-12-13
virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertised
Evgeny Yakovlev
1
-0
/
+1
2019-10-09
s390x/cpumodel: Prepare for changes of QEMU model
David Hildenbrand
1
-0
/
+2
2019-09-30
s390: do not call memory_region_allocate_system_memory() multiple times
Igor Mammedov
1
-27
/
+3
2019-08-21
hw: add compat machines for 4.2
Cornelia Huck
1
-1
/
+13
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+1
2019-07-05
hw/s390x: Replace global smp variables with machine smp properties
Like Xu
1
-1
/
+2
2019-07-05
machine: Refactor smp-related call chains to pass MachineState
Like Xu
1
-3
/
+3
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
1
-0
/
+1
2019-06-07
s390x: Bump the "qemu" CPU model up to a stripped-down z13
David Hildenbrand
1
-0
/
+2
2019-04-26
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
1
-1
/
+13
2019-04-25
hw: add compat machines for 4.1
Cornelia Huck
1
-1
/
+13
2019-04-25
exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()
David Hildenbrand
1
-1
/
+1
2019-04-25
s390x/kvm: Configure page size after memory has actually been initialized
David Hildenbrand
1
-0
/
+12
2019-02-18
s390x/cpumodel: default enable mepoch for z14 and later
Collin Walling
1
-1
/
+2
2019-02-18
s390x: add zPCI feature to "qemu" CPU model
David Hildenbrand
1
-0
/
+3
2019-02-18
s390x: always provide pci support
Cornelia Huck
1
-4
/
+0
2019-01-09
machine: Use shorter format for GlobalProperty arrays
Eduardo Habkost
1
-61
/
+14
[next]