aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)AuthorFilesLines
2019-07-18s390x/pci: add some fallthrough annotationsCornelia Huck1-0/+2
2019-07-05hw/s390x: Replace global smp variables with machine smp propertiesLike Xu2-2/+3
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-3/+3
2019-07-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell1-1/+1
2019-07-02qapi: Rename target.json to misc-target.jsonMarkus Armbruster1-1/+1
2019-06-24vfio-ccw: support async command subregionCornelia Huck2-4/+43
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster3-1/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster24-1/+29
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster1-0/+1
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-0/+1
2019-06-07s390x: Bump the "qemu" CPU model up to a stripped-down z13David Hildenbrand1-0/+2
2019-06-06hw/s390x/event-facility: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé1-2/+2
2019-05-17s390/css: handle CCW_FLAG_SKIPCornelia Huck1-4/+18
2019-05-17s390/ipl: cast to SCSIDevice directlyCornelia Huck1-2/+1
2019-04-26Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-1/+13
2019-04-25hw: add compat machines for 4.1Cornelia Huck1-1/+13
2019-04-25Merge tag 's390-ccw-bios-2019-04-12' into s390-next-stagingCornelia Huck2-15/+55
2019-04-25exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand1-1/+1
2019-04-25s390x/kvm: Configure page size after memory has actually been initializedDavid Hildenbrand1-0/+12
2019-04-12s390 vfio-ccw: Add bootindex property and IPLB dataJason J. Herne2-15/+55
2019-04-03hw/s390x/3270-ccw: avoid taking address of fields in packed structDaniel P. Berrangé1-4/+4
2019-04-03hw/s390x/ipl: avoid taking address of fields in packed structDaniel P. Berrangé1-7/+5
2019-04-03hw/s390/css: avoid taking address members in packed structsDaniel P. Berrangé1-201/+187
2019-03-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-2/+2
2019-03-18kconfig: add CONFIG_MSI_NONBROKENPaolo Bonzini1-0/+1
2019-03-07s390x: express dependencies with KconfigThomas Huth2-1/+12
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+2
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand2-6/+9
2019-03-04s390x/vfio-ap: Implement hot plug/unplug of vfio-ap deviceTony Krowiak1-1/+11
2019-02-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...Peter Maydell2-4/+4
2019-02-18Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-02-18' into ...Peter Maydell1-1/+1
2019-02-18qapi: make s390 commands depend on TARGET_S390XMarc-André Lureau1-1/+1
2019-02-18s390x/cpumodel: default enable mepoch for z14 and laterCollin Walling1-1/+2
2019-02-18s390x: add zPCI feature to "qemu" CPU modelDavid Hildenbrand1-0/+3
2019-02-18s390x: always provide pci supportCornelia Huck3-83/+1
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2-4/+4
2019-02-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-4/+7
2019-02-05hw/s390/Makefile.objs: Create new CONFIG_* variables for s390x boards and dev...Paolo Bonzini1-1/+1
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-3/+6
2019-02-05s390x/pci: Unplug remaining requested devices on pcihost resetDavid Hildenbrand1-0/+15
2019-02-05s390x/pci: Warn when adding PCI devices without the 'zpci' featureDavid Hildenbrand1-0/+6
2019-02-05s390x/pci: Fix hotplugging of PCI bridgesDavid Hildenbrand1-9/+19
2019-02-05s390x/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand1-5/+8
2019-02-04s390x/pci: mark zpci devices as unmigratableCornelia Huck1-0/+10
2019-02-04s390x/pci: Drop release timer and replace it with a flagDavid Hildenbrand2-33/+8
2019-02-04s390x/pci: Introduce unplug requests and split unplug handlerDavid Hildenbrand2-54/+113
2019-01-18s390x/pci: add common function measurement blockYi Min Zhao4-4/+163
2019-01-18s390x/pci: Ignore the unplug call if we already have a release_timerDavid Hildenbrand1-0/+3
2019-01-18s390x/pci: Always delete and free the release_timerDavid Hildenbrand1-1/+1