aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-17spapr: fix potential memory leak in spapr_core_plug()Greg Kurz1-4/+5
2017-07-17spapr: Implement DR-indicator for physical DRCs onlyDavid Gibson2-8/+72
2017-07-17spapr: Remove sPAPRConfigureConnectorState sub-structureDavid Gibson2-48/+24
2017-07-17spapr: Consolidate DRC state variablesDavid Gibson3-108/+145
2017-07-17spapr: Cleanups relating to DRC awaiting_release fieldDavid Gibson3-26/+17
2017-07-17spapr: Refactor spapr_drc_detach()David Gibson4-21/+11
2017-07-17spapr: Abort on delete failure in spapr_drc_release()David Gibson1-1/+1
2017-07-17spapr: Simplify unplug pathDavid Gibson1-48/+8
2017-07-17spapr: Remove 'awaiting_allocation' DRC flagDavid Gibson2-23/+3
2017-07-17spapr: Treat devices added before inbound migration as coldpluggedLaurent Vivier4-12/+33
2017-07-17spapr: Minor cleanups to events handlingDavid Gibson3-31/+26
2017-07-17spapr: migrate pending_events of spapr stateDaniel Henrique Barboza3-48/+92
2017-07-17spapr: Remove unnecessary instance_size specifications from DRC subtypesDavid Gibson1-5/+0
2017-07-14vmgenid-test: use boot-sector infrastructureMichael S. Tsirkin2-17/+31
2017-07-14Merge remote-tracking branch 'remotes/berrange/tags/pull-sockets-2017-07-11-3...Peter Maydell2-21/+56
2017-07-14io: preserve ipv4/ipv6 flags when resolving InetSocketAddressDaniel P. Berrange1-2/+4
2017-07-14sockets: ensure we don't accept IPv4 clients when IPv4 is disabledDaniel P. Berrange1-9/+31
2017-07-14sockets: don't block IPv4 clients when listening on "::"Daniel P. Berrange1-4/+0
2017-07-14sockets: ensure we can bind to both ipv4 & ipv6 separatelyDaniel P. Berrange1-8/+23
2017-07-14Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...Peter Maydell61-510/+2833
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell123-860/+2006
2017-07-14s390x/gdb: add gs registersChristian Borntraeger3-1/+39
2017-07-14s390x/arch_dump: also dump guarded storage control blockChristian Borntraeger2-0/+19
2017-07-14s390x/kvm: enable guarded storageFan Zhang5-10/+106
2017-07-14s390x/kvm: Enable KSS facility for nested virtualizationFarhan Ali1-0/+1
2017-07-14s390x/cpumodel: add esop/esop2 to z12 modelJason J. Herne2-0/+6
2017-07-14s390x/cpumodel: we are always in zarchitecture modeJason J. Herne2-29/+14
2017-07-14s390x/cpumodel: wire up new hardware featuresJason J. Herne7-3/+160
2017-07-14s390x/flic: migrate ais statesYi Min Zhao3-0/+102
2017-07-14s390x/cpumodel: add zpci, aen and ais facilitiesYi Min Zhao7-4/+23
2017-07-14s390x: initialize cpu firstlyYi Min Zhao1-3/+3
2017-07-14pc-bios/s390: rebuild s390-ccw.imgChristian Borntraeger1-0/+0
2017-07-14pc-bios/s390: add s390-netboot.imgChristian Borntraeger2-1/+1
2017-07-14pc-bios/s390-ccw: Link libnet into the netboot image and do the TFTP loadThomas Huth2-1/+238
2017-07-14pc-bios/s390-ccw: Add virtio-net driver codeThomas Huth4-3/+151
2017-07-14pc-bios/s390-ccw: Add core files for the network bootloading programThomas Huth3-2/+192
2017-07-14roms/SLOF: Update submodule to latest statusThomas Huth1-0/+0
2017-07-14pc-bios/s390-ccw: Add code for virtio feature negotiationThomas Huth3-6/+20
2017-07-14pc-bios/s390-ccw: Remove unused structs from virtio.hThomas Huth1-27/+0
2017-07-14pc-bios/s390-ccw: Move byteswap functions to a separate headerThomas Huth3-26/+31
2017-07-14pc-bios/s390-ccw: Add a write() function for stdioThomas Huth1-2/+14
2017-07-14pc-bios/s390-ccw: Move virtio-block related functions into a separate fileThomas Huth6-274/+311
2017-07-14pc-bios/s390-ccw: Move ebc2asc to sclp.cThomas Huth2-11/+11
2017-07-14pc-bios/s390-ccw: Move libc functions to separate headerThomas Huth7-37/+51
2017-07-14s390x/css: use SubchDev.orbHalil Pasic2-18/+18
2017-07-14s390x/css: activate ChannelSubSys migrationHalil Pasic3-5/+13
2017-07-14s390x/css: add ORB to SubchDevHalil Pasic2-0/+36
2017-07-14s390x/css: add missing css state conditionallyHalil Pasic2-0/+94
2017-07-14s390x: add css_migration_enabled to machine classHalil Pasic2-0/+20
2017-07-14s390x: add helper get_machine_classHalil Pasic1-23/+23