summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-05target-s390x: implement LAY and LAEY instructionsAurelien Jarno2-0/+38
2015-06-05target-s390x: move a few instructions to the correct facilityAurelien Jarno1-4/+4
2015-06-05target-s390x: detect tininess before rounding for FP operationsAurelien Jarno1-0/+8
2015-06-05target-s390x: silence NaNs for LOAD LENGTHENED and LOAD ROUNDEDAurelien Jarno1-6/+6
2015-06-05target-s390x: define default NaN valuesAurelien Jarno1-2/+6
2015-06-05target-s390x: fix MMU index computationAurelien Jarno1-4/+11
2015-06-05target-s390x: fix PSW value on dynamical exception from helpersAurelien Jarno1-1/+1
2015-06-05target-s390x: fix LOAD MULTIPLE instruction on page boundaryAurelien Jarno1-29/+99
2015-06-05target-s390x: implement STPT helperAurelien Jarno1-3/+4
2015-06-05target-s390x: implement STCKC helperAurelien Jarno1-2/+3
2015-06-05target-s390x: streamline STCK helperAurelien Jarno1-7/+2
2015-06-05target-s390x: simplify SCKC helperAurelien Jarno1-3/+4
2015-06-05target-s390x: add a tod2time functionAurelien Jarno2-2/+7
2015-06-05target-s390x: remove unused helpersAurelien Jarno2-22/+0
2015-06-05target-s390x: optimize (negative-) abs computationAurelien Jarno3-26/+14
2015-06-05target-s390x: fix CC computation for LOAD POSITIVE instructionsAurelien Jarno1-2/+2
2015-06-05target-s390x: fix CC computation for EX instructionAurelien Jarno1-2/+1
2015-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell32-108/+920
2015-06-04Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell37-222/+2703
2015-06-04Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-0...Peter Maydell34-86/+71
2015-06-04vhost: logs sharingJason Wang2-19/+66
2015-06-04Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell7-13/+139
2015-06-04hw/acpi: piix4_pm_init(): take fw_cfg object no moreLaszlo Ersek4-15/+12
2015-06-04hw/acpi: move "etc/system-states" fw_cfg file from PIIX4 to coreLaszlo Ersek2-8/+12
2015-06-04hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4"Laszlo Ersek5-5/+8
2015-06-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150602'...Peter Maydell18-60/+722
2015-06-04pc-dimm: don't assert if pc-dimm alignment != hotpluggable mem range sizeIgor Mammedov1-1/+0
2015-06-03softmmu: support up to 12 MMU modesPaolo Bonzini2-8/+131
2015-06-03tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITSPaolo Bonzini9-0/+10
2015-06-03tci: do not use CPUArchState in tcg-target.hPaolo Bonzini2-3/+4
2015-06-03Add David Gibson for sPAPR in MAINTAINERS fileDavid Gibson1-1/+2
2015-06-03pseries: Enable in-kernel H_LOGICAL_CI_{LOAD, STORE} implementationsDavid Gibson3-0/+27
2015-06-03spapr: override default ram size to 512MBNikunj A Dadhania1-0/+1
2015-06-03machine: add default_ram_size to machine classNikunj A Dadhania4-14/+32
2015-06-03spapr_pci: emit hotplug add/remove events during hotplugTyrel Datwyler1-0/+4
2015-06-03spapr_pci: enable basic hotplug operationsMichael Roth1-19/+380
2015-06-03pci: make pci_bar useable outside pci.cMichael Roth2-1/+7
2015-06-03spapr_pci: create DRConnectors for each PCI slot during PHB realizeMichael Roth1-1/+17
2015-06-03spapr_pci: add dynamic-reconfiguration option for spapr-pci-host-bridgeMichael Roth3-2/+10
2015-06-03spapr_drc: add spapr_drc_populate_dt()Michael Roth2-0/+158
2015-06-03spapr_events: event-scan RTAS interfaceTyrel Datwyler3-7/+63
2015-06-03spapr_events: re-use EPOW event infrastructure for hotplug eventsNathan Fontenot3-52/+252
2015-06-03spapr_rtas: add ibm, configure-connector RTAS interfaceMichael Roth3-0/+198
2015-06-03spapr: add rtas_st_buffer_direct() helperMichael Roth1-2/+8
2015-06-03spapr_rtas: add get-sensor-state RTAS interfaceMike Day1-0/+43
2015-06-03spapr_rtas: add set-indicator RTAS interfaceMike Day2-0/+95
2015-06-03spapr_rtas: add get/set-power-level RTAS interfacesNathan Fontenot1-0/+54
2015-06-03spapr_drc: initial implementation of sPAPRDRConnector deviceMichael Roth3-1/+788
2015-06-03docs: add sPAPR hotplug/dynamic-reconfiguration documentationMichael Roth1-0/+287
2015-06-03hw/ppc/spapr: Use error_report() instead of hw_error()Thomas Huth1-8/+8