summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-06-205-279/+242Star
|\
| * hw/i386: fix nvdimm check error pathStefan Hajnoczi2017-06-161-6/+8
| * intel_iommu: cleanup vtd_interrupt_remap_msi()Peter Xu2017-06-161-7/+5Star
| * intel_iommu: cleanup vtd_{do_}iommu_translate()Peter Xu2017-06-163-24/+44
| * intel_iommu: switching the rest DPRINTF to tracePeter Xu2017-06-162-245/+153Star
| * q35/mch: implement extended TSEG sizesLaszlo Ersek2017-06-161-3/+38
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-06-207-105/+360
|\ \
| * | vhost-user-scsi: Introduce vhost-user-scsi host deviceFelipe Franciosi2017-06-155-1/+275
| * | megasas: always store SCSIRequest* into MegasasCmdPaolo Bonzini2017-06-151-15/+16
| * | megasas: do not read SCSI req parameters more than once from framePaolo Bonzini2017-06-151-34/+26Star
| * | megasas: do not read command more than once from framePaolo Bonzini2017-06-151-35/+25Star
| * | megasas: do not read DCMD opcode more than once from framePaolo Bonzini2017-06-151-14/+11Star
| * | megasas: do not read iovec count more than once from framePaolo Bonzini2017-06-151-4/+5
| * | megasas: do not read sense length more than once from framePaolo Bonzini2017-06-151-2/+4
| * | ivshmem: use ram_from_fd()Marc-André Lureau2017-06-151-8/+6Star
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170614-1' into s...Peter Maydell2017-06-193-2/+12
|\ \ | |/ |/|
| * ehci: stop recursive calls to ehci_work_bhGerd Hoffmann2017-06-132-0/+8
| * xhci: only update dequeue ptr on completed transfersGerd Hoffmann2017-06-121-2/+4
* | hw/intc/arm_gicv3_its: Allow save/restoreEric Auger2017-06-133-13/+14
* | hw/intc/arm_gicv3_kvm: Implement pending table saveEric Auger2017-06-131-0/+34
* | hw/intc/arm_gicv3_its: Implement state save/restoreEric Auger2017-06-132-0/+115
* | kvm-all: Pass an error object to kvm_device_accessEric Auger2017-06-133-12/+13
* | timer/aspeed: fix timer enablement when a reload is not setCédric Le Goater2017-06-131-8/+29
* | aspeed: add a temp sensor device on I2C bus 3Cédric Le Goater2017-06-131-0/+9
* | hw/misc: add a TMP42{1, 2, 3} device modelCédric Le Goater2017-06-132-0/+403
* | hw/misc/exynos4210_pmu: Add support for system poweroffKrzysztof Kozlowski2017-06-131-1/+19
* | hw/intc/exynos4210_gic: Constify array of combiner interruptsKrzysztof Kozlowski2017-06-131-1/+1
* | hw/arm/exynos: Use type define instead of hard-coded a9mpcore_priv stringKrzysztof Kozlowski2017-06-131-1/+2
* | hw/arm/exynos: Declare local variables in some orderKrzysztof Kozlowski2017-06-131-2/+2
* | hw/arm/exynos: Move DRAM initialization next boardsKrzysztof Kozlowski2017-06-132-26/+44
* | hw/timer/exynos4210_mct: Remove unused definesKrzysztof Kozlowski2017-06-131-3/+0Star
* | hw/timer/exynos4210_mct: Cleanup indentation and empty new linesKrzysztof Kozlowski2017-06-131-25/+20Star
* | hw/timer/exynos4210_mct: Fix checkpatch style errorsKrzysztof Kozlowski2017-06-131-2/+2
* | hw/intc/exynos4210_gic: Use more meaningful name for local variableKrzysztof Kozlowski2017-06-131-6/+6
* | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170613' i...Peter Maydell2017-06-137-3/+11
|\ \
| * | migration: Move remaining exported functions to migration/misc.hJuan Quintela2017-06-133-3/+3
| * | migration: create global_state.cJuan Quintela2017-06-133-0/+3
| * | migration: Split registration functions from vmstate.hJuan Quintela2017-06-134-0/+4
| * | migration: Move self_announce_delay() to misc.hJuan Quintela2017-06-131-0/+1
| |/
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170609' int...Peter Maydell2017-06-1312-359/+248Star
|\ \
| * | Revert "spapr: fix memory hot-unplugging"Laurent Vivier2017-06-091-17/+3Star
| * | xics: drop ICPStateClass::cpu_setup() handlerGreg Kurz2017-06-092-10/+6Star
| * | xics: setup cpu at realize timeGreg Kurz2017-06-093-67/+50Star
| * | xics: pass appropriate types to realize() handlers.Greg Kurz2017-06-093-13/+9Star
| * | xics: introduce macros for ICP/ICS link propertiesGreg Kurz2017-06-095-8/+12
| * | hw/cpu: core.c can be compiled as common objectThomas Huth2017-06-091-2/+1Star
| * | hw/ppc/spapr: Adjust firmware name for PCI bridgesThomas Huth2017-06-081-0/+6
| * | xics: add reset() handler to ICPStateClassGreg Kurz2017-06-082-25/+7Star
| * | pnv_core: drop reference on ICPState object during CPU realizationGreg Kurz2017-06-081-1/+2
| * | spapr: Rework DRC name handlingDavid Gibson2017-06-081-51/+29Star