| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | pci_bridge: fix a typo in comment | Mao Zhongyi | 2019-10-24 | 1 | -1/+1 |
| |/ / |
|
* | | | hw/arm/highbank: Use AddressSpace when using write_secondary_boot() | Philippe Mathieu-Daudé | 2019-10-25 | 1 | -1/+2 |
* | | | hw/arm/raspi: Use AddressSpace when using arm_boot::write_secondary_boot | Philippe Mathieu-Daudé | 2019-10-25 | 1 | -6/+8 |
* | | | hw/arm/bcm2836: Rename cpus[] as cpu[].core | Philippe Mathieu-Daudé | 2019-10-25 | 1 | -12/+14 |
* | | | hw/arm/bcm2836: Make the SoC code modular | Philippe Mathieu-Daudé | 2019-10-25 | 1 | -9/+9 |
* | | | hw/arm/bcm2835_peripherals: Use the SYS_timer | Philippe Mathieu-Daudé | 2019-10-25 | 1 | -1/+16 |
* | | | hw/timer/bcm2835: Add the BCM2835 SYS_timer | Philippe Mathieu-Daudé | 2019-10-25 | 3 | -0/+169 |
* | | | hw/arm/bcm2835_peripherals: Use the thermal sensor block | Philippe Mathieu-Daudé | 2019-10-25 | 1 | -0/+13 |
* | | | hw/misc/bcm2835_thermal: Add a dummy BCM2835 thermal sensor | Philippe Mathieu-Daudé | 2019-10-25 | 2 | -0/+136 |
* | | | hw/watchdog/milkymist-sysctl.c: Switch to transaction-based ptimer API | Peter Maydell | 2019-10-25 | 1 | -7/+18 |
* | | | hw/m68k/mcf5206.c: Switch to transaction-based ptimer API | Peter Maydell | 2019-10-25 | 1 | -6/+9 |
* | | | hw/timer/grlib_gptimer.c: Switch to transaction-based ptimer API | Peter Maydell | 2019-10-25 | 1 | -4/+24 |
* | | | hw/timer/slavio_timer.c: Switch to transaction-based ptimer API | Peter Maydell | 2019-10-25 | 1 | -4/+16 |
* | | | hw/timer/slavio_timer: Remove useless check for NULL t->timer | Peter Maydell | 2019-10-24 | 1 | -7/+5 |
* | | | hw/dma/xilinx_axidma.c: Switch to transaction-based ptimer API | Peter Maydell | 2019-10-24 | 1 | -4/+5 |
* | | | hw/timer/xilinx_timer.c: Switch to transaction-based ptimer API | Peter Maydell | 2019-10-24 | 1 | -5/+8 |
* | | | hw/net/fsl_etsec/etsec.c: Switch to transaction-based ptimer API | Peter Maydell | 2019-10-24 | 2 | -5/+5 |
* | | | target/arm: Rebuild hflags for M-profile NVIC | Richard Henderson | 2019-10-24 | 1 | -9/+13 |
* | | | aspeed: Add an AST2600 eval board | Cédric Le Goater | 2019-10-24 | 1 | -0/+23 |
* | | | hw/gpio: Fix property accessors of the AST2600 GPIO 1.8V model | Cédric Le Goater | 2019-10-24 | 1 | -4/+4 |
|/ / |
|
* | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191024' into... | Peter Maydell | 2019-10-24 | 14 | -586/+710 |
|\ \ |
|
| * | | spapr/xive: Set the OS CAM line at reset | Cédric Le Goater | 2019-10-24 | 1 | -31/+17 |
| * | | ppc/pnv: Fix naming of routines realizing the CPUs | Cédric Le Goater | 2019-10-24 | 1 | -4/+4 |
| * | | ppc: Reset the interrupt presenter from the CPU reset handler | Cédric Le Goater | 2019-10-24 | 8 | -20/+60 |
| * | | ppc/pnv: Add a PnvChip pointer to PnvCore | Cédric Le Goater | 2019-10-24 | 1 | -1/+2 |
| * | | ppc/pnv: Introduce a PnvCore reset handler | Cédric Le Goater | 2019-10-24 | 1 | -4/+15 |
| * | | spapr_cpu_core: Implement DeviceClass::reset | Greg Kurz | 2019-10-24 | 1 | -9/+28 |
| * | | spapr: move CPU reset after presenter creation | Cédric Le Goater | 2019-10-24 | 1 | -6/+8 |
| * | | spapr: Don't request to unplug the same core twice | Greg Kurz | 2019-10-24 | 1 | -3/+4 |
| * | | spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClass | David Gibson | 2019-10-24 | 2 | -17/+18 |
| * | | spapr: Remove SpaprIrq::nr_msis | David Gibson | 2019-10-24 | 3 | -15/+23 |
| * | | spapr, xics, xive: Move SpaprIrq::post_load hook to backends | David Gibson | 2019-10-24 | 3 | -43/+20 |
| * | | spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivate | David Gibson | 2019-10-24 | 3 | -64/+58 |
| * | | spapr: Remove SpaprIrq::init_kvm hook | David Gibson | 2019-10-24 | 1 | -49/+25 |
| * | | spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routines | David Gibson | 2019-10-24 | 3 | -33/+20 |
| * | | spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptController | David Gibson | 2019-10-24 | 4 | -77/+76 |
| * | | spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptController | David Gibson | 2019-10-24 | 4 | -37/+39 |
| * | | spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptController | David Gibson | 2019-10-24 | 3 | -31/+31 |
| * | | spapr: Formalize notion of active interrupt controller | David Gibson | 2019-10-24 | 1 | -0/+51 |
| * | | spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon... | David Gibson | 2019-10-24 | 3 | -111/+99 |
| * | | spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro... | David Gibson | 2019-10-24 | 4 | -59/+68 |
| * | | spapr, xics, xive: Introduce SpaprInterruptController QOM interface | David Gibson | 2019-10-24 | 3 | -0/+21 |
| * | | spapr: Set VSMT to smp_threads by default | Greg Kurz | 2019-10-24 | 1 | -1/+6 |
| * | | ppc/pnv: Use address_space_stq_be() when triggering an interrupt from PSI | Cédric Le Goater | 2019-10-24 | 1 | -3/+12 |
| * | | ppc/pnv: Improve trigger data definition | Cédric Le Goater | 2019-10-24 | 2 | -6/+18 |
| * | | xics: Make some device types not user creatable | Greg Kurz | 2019-10-24 | 1 | -0/+10 |
| * | | xive: Make some device types not user creatable | Greg Kurz | 2019-10-24 | 1 | -0/+15 |
* | | | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 2019-10-24 | 3 | -20/+25 |
|\ \ \ |
|
| * | | | hppa: drop usage of memory_region_allocate_system_memory() for ROM | Igor Mammedov | 2019-10-24 | 1 | -3/+2 |
| * | | | ppc: rs6000_mc: drop usage of memory_region_allocate_system_memory() | Igor Mammedov | 2019-10-24 | 1 | -5/+10 |