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
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
4
-5
/
+5
2024-09-13
hw/s390/virtio-ccw: Convert to three-phase reset
Peter Maydell
2
-6
/
+9
2024-09-13
hw/s390/ccw-device: Convert to three-phase reset
Peter Maydell
1
-3
/
+4
2024-09-10
qapi/machine: Rename CpuS390* to S390Cpu*, and drop 'prefix'
Markus Armbruster
1
-3
/
+3
2024-09-05
hw: add compat machines for 9.2
Cornelia Huck
1
-1
/
+13
2024-07-03
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
1
-4
/
+13
2024-07-02
Merge tag 'pull-request-2024-07-02' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
1
-0
/
+8
2024-07-02
hw/s390x: Attach default virtio-net devices to the /machine/virtual-css-bridge
Thomas Huth
1
-0
/
+3
2024-07-02
hw/intc/s390_flic: Fix interrupt controller migration on s390x with TCG
Thomas Huth
1
-0
/
+5
2024-07-02
hw: skip registration of outdated versioned machine types
Daniel P. Berrangé
1
-0
/
+1
2024-07-02
hw: set deprecation info for all versioned machine types
Daniel P. Berrangé
1
-0
/
+1
2024-07-02
hw/s390x: convert 'ccw' machine definitions to use new macros
Daniel P. Berrangé
1
-43
/
+53
2024-07-01
virtio-ccw: Handle extra notification data
Jonah Palmer
1
-4
/
+13
2024-06-24
target/s390x: Add a CONFIG switch to disable legacy CPUs
Thomas Huth
1
-0
/
+5
2024-06-24
s390x/css: Make S390CCWDeviceClass::realize return bool
Cédric Le Goater
1
-3
/
+4
2024-06-24
hw/s390x/ccw: Remove local Error variable from s390_ccw_realize()
Cédric Le Goater
1
-8
/
+5
2024-06-24
s390x/css: Make CCWDeviceClass::realize return bool
Cédric Le Goater
3
-4
/
+4
2024-06-24
hw/s390x/ccw: Make s390_ccw_get_dev_info() return a bool
Cédric Le Goater
1
-6
/
+6
2024-06-19
hw/s390x: Introduce s390_skeys_get|set() helpers
Philippe Mathieu-Daudé
2
-0
/
+31
2024-05-10
s390: move css_migration_enabled from machine to css.c
Paolo Bonzini
2
-15
/
+10
2024-05-10
s390_flic: add migration-enabled property
Paolo Bonzini
1
-0
/
+1
2024-05-10
s390x: move s390_cpu_addr2state to target/s390x/sigp.c
Paolo Bonzini
1
-16
/
+0
2024-05-10
s390x/sclp: Simplify get_sclp_device()
Cédric Le Goater
1
-2
/
+3
2024-05-10
s390x/event-facility: Simplify sclp_get_event_facility_bus()
Cédric Le Goater
2
-16
/
+9
2024-05-10
s390x: Introduce a SCLPDevice pointer under the machine
Cédric Le Goater
2
-11
/
+5
2024-05-10
hw/s390x: Attach the sclpconsole to /machine/sclp/s390-sclp-event-facility
Thomas Huth
1
-1
/
+3
2024-05-03
s390x: switch boards to "default y"
Paolo Bonzini
1
-0
/
+2
2024-04-25
Merge tag 'pull-target-arm-20240425' of https://git.linaro.org/people/pmaydel...
Richard Henderson
1
-1
/
+1
2024-04-25
hw/s390x: Include missing 'cpu.h' header
Philippe Mathieu-Daudé
2
-0
/
+3
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
1
-1
/
+1
2024-04-23
Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...
Richard Henderson
2
-8
/
+19
2024-04-23
migration: Add Error** argument to .save_setup() handler
Cédric Le Goater
1
-4
/
+2
2024-04-23
s390/stattrib: Add Error** argument to set_migrationmode() handler
Cédric Le Goater
2
-7
/
+20
2024-04-23
s390: Switch to use confidential_guest_kvm_init()
Xiaoyao Li
1
-1
/
+4
2024-04-18
hw: Add compat machines for 9.1
Paolo Bonzini
1
-1
/
+13
2024-03-12
hw/core: Declare CPUArchId::cpu as CPUState instead of Object
Philippe Mathieu-Daudé
1
-1
/
+1
2024-03-12
error: Move ERRP_GUARD() to the beginning of the function
Zhao Liu
1
-1
/
+1
2024-02-02
Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...
Peter Maydell
1
-2
/
+3
2024-02-02
hw/s390x/s390-virtio-ccw: use qemu_create_nic_device()
David Woodhouse
1
-9
/
+2
2024-02-02
hw/s390x/css-bridge: switch virtual-css bus to 3-phase-reset
Peter Maydell
1
-2
/
+3
2024-01-20
Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
3
-11
/
+57
2024-01-19
hw/s390x: Rename cpu_class_init() to include 'sclp'
Philippe Mathieu-Daudé
1
-2
/
+2
2024-01-19
s390x/pci: drive ISM reset from subsystem reset
Matthew Rosato
2
-9
/
+25
2024-01-19
s390x/pci: refresh fh before disabling aif
Matthew Rosato
1
-0
/
+9
2024-01-19
s390x/pci: avoid double enable/disable of aif
Matthew Rosato
1
-2
/
+23
2024-01-11
hw/s390x/ccw: Replace dirname() with g_path_get_dirname()
Zhao Liu
1
-1
/
+3
2024-01-11
hw/s390x/ccw: Replace basename() with g_path_get_basename()
Zhao Liu
1
-2
/
+3
2024-01-11
target/s390x/kvm/pv: Provide some more useful information if decryption fails
Thomas Huth
3
-5
/
+7
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
1
-1
/
+1
2023-12-30
hw/s390x: Constify VMState
Richard Henderson
6
-30
/
+30
[next]