summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-06-15megasas: always store SCSIRequest* into MegasasCmdPaolo Bonzini1-15/+16
2017-06-15megasas: do not read SCSI req parameters more than once from framePaolo Bonzini1-34/+26
2017-06-15megasas: do not read command more than once from framePaolo Bonzini1-35/+25
2017-06-15megasas: do not read DCMD opcode more than once from framePaolo Bonzini1-14/+11
2017-06-15megasas: do not read iovec count more than once from framePaolo Bonzini1-4/+5
2017-06-15megasas: do not read sense length more than once from framePaolo Bonzini1-2/+4
2017-06-15ivshmem: use ram_from_fd()Marc-André Lureau1-8/+6
2017-06-13hw/intc/arm_gicv3_its: Allow save/restoreEric Auger3-13/+14
2017-06-13hw/intc/arm_gicv3_kvm: Implement pending table saveEric Auger1-0/+34
2017-06-13hw/intc/arm_gicv3_its: Implement state save/restoreEric Auger2-0/+115
2017-06-13kvm-all: Pass an error object to kvm_device_accessEric Auger3-12/+13
2017-06-13timer/aspeed: fix timer enablement when a reload is not setCédric Le Goater1-8/+29
2017-06-13aspeed: add a temp sensor device on I2C bus 3Cédric Le Goater1-0/+9
2017-06-13hw/misc: add a TMP42{1, 2, 3} device modelCédric Le Goater2-0/+403
2017-06-13hw/misc/exynos4210_pmu: Add support for system poweroffKrzysztof Kozlowski1-1/+19
2017-06-13hw/intc/exynos4210_gic: Constify array of combiner interruptsKrzysztof Kozlowski1-1/+1
2017-06-13hw/arm/exynos: Use type define instead of hard-coded a9mpcore_priv stringKrzysztof Kozlowski1-1/+2
2017-06-13hw/arm/exynos: Declare local variables in some orderKrzysztof Kozlowski1-2/+2
2017-06-13hw/arm/exynos: Move DRAM initialization next boardsKrzysztof Kozlowski2-26/+44
2017-06-13hw/timer/exynos4210_mct: Remove unused definesKrzysztof Kozlowski1-3/+0
2017-06-13hw/timer/exynos4210_mct: Cleanup indentation and empty new linesKrzysztof Kozlowski1-25/+20
2017-06-13hw/timer/exynos4210_mct: Fix checkpatch style errorsKrzysztof Kozlowski1-2/+2
2017-06-13hw/intc/exynos4210_gic: Use more meaningful name for local variableKrzysztof Kozlowski1-6/+6
2017-06-13Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170613' i...Peter Maydell7-3/+11
2017-06-13Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170609' int...Peter Maydell12-359/+248
2017-06-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-3/+29
2017-06-13migration: Move remaining exported functions to migration/misc.hJuan Quintela3-3/+3
2017-06-13migration: create global_state.cJuan Quintela3-0/+3
2017-06-13migration: Split registration functions from vmstate.hJuan Quintela4-0/+4
2017-06-13migration: Move self_announce_delay() to misc.hJuan Quintela1-0/+1
2017-06-13Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170608' into s...Peter Maydell2-1/+24
2017-06-09Revert "spapr: fix memory hot-unplugging"Laurent Vivier1-17/+3
2017-06-09xics: drop ICPStateClass::cpu_setup() handlerGreg Kurz2-10/+6
2017-06-09xics: setup cpu at realize timeGreg Kurz3-67/+50
2017-06-09xics: pass appropriate types to realize() handlers.Greg Kurz3-13/+9
2017-06-09xics: introduce macros for ICP/ICS link propertiesGreg Kurz5-8/+12
2017-06-09hw/cpu: core.c can be compiled as common objectThomas Huth1-2/+1
2017-06-08hw/pcie: fix the generic pcie root port to support migrationMarcel Apfelbaum1-0/+25
2017-06-08nvdimm acpi: fix region format interface codeHaozhong Zhang1-3/+4
2017-06-08hw/ppc/spapr: Adjust firmware name for PCI bridgesThomas Huth1-0/+6
2017-06-08xics: add reset() handler to ICPStateClassGreg Kurz2-25/+7
2017-06-08pnv_core: drop reference on ICPState object during CPU realizationGreg Kurz1-1/+2
2017-06-08spapr: Rework DRC name handlingDavid Gibson1-51/+29
2017-06-08spapr: Fold spapr_phb_{add,remove}_pci_device() into their only callersDavid Gibson1-40/+23
2017-06-08spapr: Change DRC attach & detach methods to functionsDavid Gibson3-31/+15
2017-06-08spapr: Clean up handling of DR-indicatorDavid Gibson2-18/+9
2017-06-08spapr: Clean up RTAS set-indicatorDavid Gibson2-42/+44
2017-06-08spapr: Don't misuse DR-indicator in spapr_recover_pending_dimm_state()David Gibson1-5/+6
2017-06-08spapr: Clean up DR entity sense handlingDavid Gibson3-41/+38
2017-06-08pseries: Correct panic behaviour for pseries machine typeDavid Gibson1-5/+2