summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* aspeed: Add an AST2600 eval boardCédric Le Goater2019-10-241-0/+23
* hw/gpio: Fix property accessors of the AST2600 GPIO 1.8V modelCédric Le Goater2019-10-241-4/+4
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191024' into...Peter Maydell2019-10-2414-586/+710
|\
| * spapr/xive: Set the OS CAM line at resetCédric Le Goater2019-10-241-31/+17Star
| * ppc/pnv: Fix naming of routines realizing the CPUsCédric Le Goater2019-10-241-4/+4
| * ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater2019-10-248-20/+60
| * ppc/pnv: Add a PnvChip pointer to PnvCoreCédric Le Goater2019-10-241-1/+2
| * ppc/pnv: Introduce a PnvCore reset handlerCédric Le Goater2019-10-241-4/+15
| * spapr_cpu_core: Implement DeviceClass::resetGreg Kurz2019-10-241-9/+28
| * spapr: move CPU reset after presenter creationCédric Le Goater2019-10-241-6/+8
| * spapr: Don't request to unplug the same core twiceGreg Kurz2019-10-241-3/+4
| * spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClassDavid Gibson2019-10-242-17/+18
| * spapr: Remove SpaprIrq::nr_msisDavid Gibson2019-10-243-15/+23
| * spapr, xics, xive: Move SpaprIrq::post_load hook to backendsDavid Gibson2019-10-243-43/+20Star
| * spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivateDavid Gibson2019-10-243-64/+58Star
| * spapr: Remove SpaprIrq::init_kvm hookDavid Gibson2019-10-241-49/+25Star
| * spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routinesDavid Gibson2019-10-243-33/+20Star
| * spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptControllerDavid Gibson2019-10-244-77/+76Star
| * spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptControllerDavid Gibson2019-10-244-37/+39
| * spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptControllerDavid Gibson2019-10-243-31/+31
| * spapr: Formalize notion of active interrupt controllerDavid Gibson2019-10-241-0/+51
| * spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon...David Gibson2019-10-243-111/+99Star
| * spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro...David Gibson2019-10-244-59/+68
| * spapr, xics, xive: Introduce SpaprInterruptController QOM interfaceDavid Gibson2019-10-243-0/+21
| * spapr: Set VSMT to smp_threads by defaultGreg Kurz2019-10-241-1/+6
| * ppc/pnv: Use address_space_stq_be() when triggering an interrupt from PSICédric Le Goater2019-10-241-3/+12
| * ppc/pnv: Improve trigger data definitionCédric Le Goater2019-10-242-6/+18
| * xics: Make some device types not user creatableGreg Kurz2019-10-241-0/+10
| * xive: Make some device types not user creatableGreg Kurz2019-10-241-0/+15
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-10-243-20/+25
|\ \
| * | hppa: drop usage of memory_region_allocate_system_memory() for ROMIgor Mammedov2019-10-241-3/+2Star
| * | ppc: rs6000_mc: drop usage of memory_region_allocate_system_memory()Igor Mammedov2019-10-241-5/+10
| * | sparc64: use memory_region_allocate_system_memory() only for '-m' specified RAMIgor Mammedov2019-10-241-12/+13
| |/
* | Merge remote-tracking branch 'remotes/xtensa/tags/20191023-xtensa' into stagingPeter Maydell2019-10-245-15/+202
|\ \ | |/ |/|
| * hw/xtensa: add virt machineMax Filippov2019-10-195-15/+202
* | hw/arm/digic4: Inline digic4_board_setup_ram() functionPhilippe Mathieu-Daudé2019-10-221-7/+2Star
* | hw/arm/omap1: Create the RAM in the boardPhilippe Mathieu-Daudé2019-10-223-11/+17
* | hw/arm/omap2: Create the RAM in the boardPhilippe Mathieu-Daudé2019-10-222-11/+12
* | hw/arm/collie: Create the RAM in the boardPhilippe Mathieu-Daudé2019-10-223-11/+8Star
* | hw/arm/mps2: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2019-10-222-2/+4
* | hw/arm/xilinx_zynq: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2019-10-221-1/+2
* | hw/arm/exynos4210: Use the Samsung s3c SDHCI controllerPhilippe Mathieu-Daudé2019-10-221-1/+1
* | hw/sd/sdhci: Add dummy Samsung SDHCI controllerPhilippe Mathieu-Daudé2019-10-221-0/+65
* | hw/sd/sdhci: Add a comment to distinct the i.MX eSDHC functionsPhilippe Mathieu-Daudé2019-10-221-1/+2
* | hw/m68k/mcf5208.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-4/+5
* | hw/watchdog/etraxfs_timer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-10/+13
* | hw/timer/altera_timer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-4/+9
* | hw/timer/lm32_timer: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-4/+9
* | hw/timer/sh_timer: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-4/+9
* | hw/timer/puv3_ost.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-4/+5