summaryrefslogtreecommitdiffstats
path: root/hw/s390x
Commit message (Expand)AuthorAgeFilesLines
* s390x: ipl: Consolidate iplb validity check into one functionJanosch Frank2020-03-101-9/+9
* s390/ipl: sync back loadparmHalil Pasic2020-03-101-0/+25
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+1
* s390x: Rename and use constants for short PSW address and maskJanosch Frank2020-02-271-1/+1
* Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini2020-02-254-9/+9
|\
| * Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-203-3/+3
| * Avoid address_space_rw() with a constant is_write argumentPeter Maydell2020-02-201-6/+6
| * Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2020-02-201-2/+2
* | s390x/s390-virtio-ccw: use memdev for RAMIgor Mammedov2020-02-191-4/+3Star
|/
* hw/s390x/ipl: replace deprecated qdev_reset_all registrationDamien Hedde2020-01-301-1/+9
* add device_legacy_reset function to prepare for reset api changeDamien Hedde2020-01-301-1/+1
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-3/+4
* hw/s390x: Add a more verbose comment about get_machine_class() and the wrappersThomas Huth2020-01-271-3/+13
* s390x/event-facility: fix error propagationCornelia Huck2020-01-271-1/+1
* s390x: adapter routes error handlingCornelia Huck2020-01-271-0/+4
* s390x/event-facility.c: remove unneeded labelsDaniel Henrique Barboza2020-01-271-21/+12Star
* s390x/sclp.c: remove unneeded label in sclp_service_call()Daniel Henrique Barboza2020-01-271-11/+5Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-2416-17/+17
* vmstate: replace DeviceState with VMStateIfMarc-André Lureau2020-01-061-1/+1
* hw/s390x: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy2019-12-182-2/+3
* s390x/event-facility: Fix realize() error API violationsMarkus Armbruster2019-12-141-2/+4
* s390x: Don't do a normal reset on the initial cpuJanosch Frank2019-12-141-0/+3
* hw: add compat machines for 5.0Cornelia Huck2019-12-141-1/+12
* virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev2019-12-131-0/+1
* target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson2019-10-091-29/+29
* s390x/cpumodel: Prepare for changes of QEMU modelDavid Hildenbrand2019-10-091-0/+2
* s390: do not call memory_region_allocate_system_memory() multiple timesIgor Mammedov2019-09-301-27/+3Star
* s390x: sclp: Report insufficient SCCB lengthClaudio Imbrenda2019-09-301-0/+12
* s390x: sclp: fix error handling for oversize control blocksJanosch Frank2019-09-301-2/+1Star
* s390x: sclp: boundary checkJanosch Frank2019-09-301-0/+5
* s390x: sclp: refactor invalid command checkJanosch Frank2019-09-302-4/+16
* s390: PCI: fix IOMMU region initMatthew Rosato2019-09-301-1/+6
* migration: register_savevm_live doesn't need devDr. David Alan Gilbert2019-09-123-3/+3
* memory: Access MemoryRegion with endiannessTony Nguyen2019-09-031-2/+4
* hw/s390x: Hard code size with MO_{8|16|32|64}Tony Nguyen2019-09-031-2/+1Star
* hw/s390x: Access MemoryRegion with MemOpTony Nguyen2019-09-031-3/+5
* hw: add compat machines for 4.2Cornelia Huck2019-08-211-1/+13
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-163-2/+3
* sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2019-08-162-0/+2
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-163-3/+0Star
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-1621-4/+20
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-162-0/+2
* Include migration/qemu-file-types.h a lot lessMarkus Armbruster2019-08-163-0/+3
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-162-0/+2
* s390x/pci: add some fallthrough annotationsCornelia Huck2019-07-181-0/+2
* hw/s390x: Replace global smp variables with machine smp propertiesLike Xu2019-07-052-2/+3
* machine: Refactor smp-related call chains to pass MachineStateLike Xu2019-07-051-3/+3
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell2019-07-031-1/+1
|\