summaryrefslogtreecommitdiffstats
path: root/hw/s390x
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * qapi: Rename target.json to misc-target.jsonMarkus Armbruster2019-07-021-1/+1
* | vfio-ccw: support async command subregionCornelia Huck2019-06-242-4/+43
|/
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-123-1/+2
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1224-1/+29
* qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster2019-06-111-0/+1
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-111-0/+1
* s390x: Bump the "qemu" CPU model up to a stripped-down z13David Hildenbrand2019-06-071-0/+2
* hw/s390x/event-facility: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé2019-06-061-2/+2
* s390/css: handle CCW_FLAG_SKIPCornelia Huck2019-05-171-4/+18
* s390/ipl: cast to SCSIDevice directlyCornelia Huck2019-05-171-2/+1Star
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-04-261-1/+13
|\
| * hw: add compat machines for 4.1Cornelia Huck2019-04-251-1/+13
* | Merge tag 's390-ccw-bios-2019-04-12' into s390-next-stagingCornelia Huck2019-04-252-15/+55
|\ \
| * | s390 vfio-ccw: Add bootindex property and IPLB dataJason J. Herne2019-04-122-15/+55
| |/
* | exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand2019-04-251-1/+1
* | s390x/kvm: Configure page size after memory has actually been initializedDavid Hildenbrand2019-04-251-0/+12
|/
* hw/s390x/3270-ccw: avoid taking address of fields in packed structDaniel P. Berrangé2019-04-031-4/+4
* hw/s390x/ipl: avoid taking address of fields in packed structDaniel P. Berrangé2019-04-031-7/+5Star
* hw/s390/css: avoid taking address members in packed structsDaniel P. Berrangé2019-04-031-201/+187Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-03-281-0/+1
|\
| * kconfig: add CONFIG_MSI_NONBROKENPaolo Bonzini2019-03-181-0/+1
* | trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-2/+2
|/
* s390x: express dependencies with KconfigThomas Huth2019-03-072-1/+12
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+2
* qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand2019-03-062-6/+9
* s390x/vfio-ap: Implement hot plug/unplug of vfio-ap deviceTony Krowiak2019-03-041-1/+11
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...Peter Maydell2019-02-182-4/+4
|\
| * qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2019-02-172-4/+4
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-02-18' into ...Peter Maydell2019-02-181-1/+1
|\ \
| * | qapi: make s390 commands depend on TARGET_S390XMarc-André Lureau2019-02-181-1/+1
| |/
* | s390x/cpumodel: default enable mepoch for z14 and laterCollin Walling2019-02-181-1/+2
* | s390x: add zPCI feature to "qemu" CPU modelDavid Hildenbrand2019-02-181-0/+3
* | s390x: always provide pci supportCornelia Huck2019-02-183-83/+1Star
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-02-052-4/+7
|\
| * hw/s390/Makefile.objs: Create new CONFIG_* variables for s390x boards and dev...Paolo Bonzini2019-02-051-1/+1
| * elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-3/+6
* | s390x/pci: Unplug remaining requested devices on pcihost resetDavid Hildenbrand2019-02-051-0/+15
* | s390x/pci: Warn when adding PCI devices without the 'zpci' featureDavid Hildenbrand2019-02-051-0/+6
* | s390x/pci: Fix hotplugging of PCI bridgesDavid Hildenbrand2019-02-051-9/+19
* | s390x/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand2019-02-051-5/+8
* | s390x/pci: mark zpci devices as unmigratableCornelia Huck2019-02-041-0/+10
* | s390x/pci: Drop release timer and replace it with a flagDavid Hildenbrand2019-02-042-33/+8Star
* | s390x/pci: Introduce unplug requests and split unplug handlerDavid Hildenbrand2019-02-042-54/+113
|/
* s390x/pci: add common function measurement blockYi Min Zhao2019-01-184-4/+163
* s390x/pci: Ignore the unplug call if we already have a release_timerDavid Hildenbrand2019-01-181-0/+3
* s390x/pci: Always delete and free the release_timerDavid Hildenbrand2019-01-181-1/+1