summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* ppc4xx: Add device models found in PPC440 core SoCsBALATON Zoltan2018-02-162-0/+1185
* ppc/spapr-caps: Disallow setting workaround for spapr-cap-ibsSuraj Jitindar Singh2018-02-161-2/+4
* spapr: consolidate the VCPU id numbering logic in a single placeGreg Kurz2018-02-161-7/+23
* spapr: rename spapr_vcpu_id() to spapr_get_vcpu_id()Greg Kurz2018-02-161-8/+8
* spapr: move VCPU calculation to core machine codeGreg Kurz2018-02-162-7/+21
* spapr: use spapr->vsmt to compute VCPU idsGreg Kurz2018-02-161-14/+10Star
* ppc/spapr-caps: Change migration macro to take full spapr-cap nameSuraj Jitindar Singh2018-02-161-15/+15
* hw/char: remove legacy interface escc_init()Laurent Vivier2018-02-164-160/+121Star
* hw/ppc/spapr_hcall: set htab_shift after kvmppc_resize_hpt_commitDaniel Henrique Barboza2018-02-161-1/+11
* cuda: convert to trace-eventsMark Cave-Ayland2018-02-162-33/+28Star
* ppc: move CUDAState and other CUDA-related definitions into separate cuda.h fileMark Cave-Ayland2018-02-163-77/+2Star
* cuda: convert to use the shared mos6522 deviceMark Cave-Ayland2018-02-162-489/+204Star
* raspi: Raspberry Pi 3 supportPekka Enberg2018-02-151-10/+21
* bcm2836: Make CPU type configurablePekka Enberg2018-02-152-8/+12
* hw/intc/armv7m_nvic: Fix byte-to-interrupt number conversionsPeter Maydell2018-02-151-4/+4
* hw/intc/armv7m_nvic: Implement SCRPeter Maydell2018-02-151-4/+8
* hw/intc/armv7m_nvic: Implement cache ID registersPeter Maydell2018-02-151-0/+16
* hw/intc/armv7m_nvic: Implement v8M CPPWR registerPeter Maydell2018-02-151-0/+14
* hw/intc/armv7m_nvic: Implement M profile cache maintenance opsPeter Maydell2018-02-151-0/+12
* hw/intc/armv7m_nvic: Fix ICSR PENDNMISET/CLR handlingPeter Maydell2018-02-151-3/+3
* hw/intc/armv7m_nvic: Don't hardcode M profile ID registers in NVICPeter Maydell2018-02-151-14/+16
* hw/arm/aspeed: simplify using the 'unimplemented device' for aspeed_soc.ioPhilippe Mathieu-Daudé2018-02-151-29/+3Star
* hw/arm/aspeed: directly map the serial device to the system address spacePhilippe Mathieu-Daudé2018-02-151-1/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-02-1324-185/+2481
|\
| * memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini2018-02-137-13/+0Star
| * g364fb: switch to using DirtyBitmapSnapshotPaolo Bonzini2018-02-131-4/+6
| * sdhci: add Spec v4.2 register definitionsPhilippe Mathieu-Daudé2018-02-132-1/+24
| * hw/arm/xilinx_zynqmp: enable the UHS-I modePhilippe Mathieu-Daudé2018-02-131-0/+1
| * hw/arm/xilinx_zynqmp: fix the capabilities/spec version to match the datasheetPhilippe Mathieu-Daudé2018-02-131-11/+18
| * hw/arm/fsl-imx6: implement SDHCI Spec. v3Philippe Mathieu-Daudé2018-02-131-0/+7
| * hw/arm/bcm2835_peripherals: change maximum block size to 1kBPhilippe Mathieu-Daudé2018-02-131-1/+1
| * hw/arm/bcm2835_peripherals: implement SDHCI Spec v3Philippe Mathieu-Daudé2018-02-131-8/+13
| * sdhci: implement CMD/DAT[] fields in the Present State registerPhilippe Mathieu-Daudé2018-02-135-0/+58
| * sdhci: implement UHS-I voltage switchPhilippe Mathieu-Daudé2018-02-134-1/+38
| * sdbus: add trace eventsPhilippe Mathieu-Daudé2018-02-132-2/+17
| * sdhci: implement the Host Control 2 register (tuning sequence)Philippe Mathieu-Daudé2018-02-132-3/+29
| * sdhci: rename the hostctl1 registerPhilippe Mathieu-Daudé2018-02-131-21/+21
| * sdhci: add support for v3 capabilitiesPhilippe Mathieu-Daudé2018-02-132-2/+65
| * hw/arm/xilinx_zynq: fix the capabilities register to match the datasheetPhilippe Mathieu-Daudé2018-02-131-24/+29
| * hw/arm/exynos4210: add a comment about a very similar SDHCI (Spec. v2)Philippe Mathieu-Daudé2018-02-131-0/+12
| * hw/arm/exynos4210: access the 64-bit capareg with qdev_prop_set_uint64()Philippe Mathieu-Daudé2018-02-131-1/+1
| * sdhci: check Spec v2 capabilities (DMA and 64-bit bus)Philippe Mathieu-Daudé2018-02-132-9/+19
| * sdhci: Fix 64-bit ADMA2Sai Pavan Boddu2018-02-131-2/+2
| * sdhci: replace DMA magic value by BLOCK_SIZE_MASKPhilippe Mathieu-Daudé2018-02-131-8/+10
| * sdhci: check the Spec v1 capabilities correctnessPhilippe Mathieu-Daudé2018-02-133-2/+116
| * sdhci: simplify sdhci_get_fifolen()Philippe Mathieu-Daudé2018-02-132-16/+8Star
| * sdhci: use a numeric value for the default CAPAB registerPhilippe Mathieu-Daudé2018-02-131-58/+16Star
| * sdhci: add a 'spec_version property' (default to v2)Philippe Mathieu-Daudé2018-02-132-6/+25
| * sdhci: use error_propagate(local_err) in realize()Philippe Mathieu-Daudé2018-02-131-2/+6
| * hw/net/can: interrupt cleanupPaolo Bonzini2018-02-132-41/+45