aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-19hw/arm/virt: Add board property to enable EL2pull-target-arm-20170119Peter Maydell
2017-01-19target-arm: Enable EL2 feature bit on A53 and A57Peter Maydell
2017-01-19target/arm/psci.c: If EL2 implemented, start CPUs in EL2Peter Maydell
2017-01-19hw/arm/virt-acpi-build: use SMC if booting in EL2Andrew Jones
2017-01-19hw/arm/virt: Support using SMC for PSCIPeter Maydell
2017-01-19hw/intc/arm_gicv3: Implement EL2 traps for CPU i/f regsPeter Maydell
2017-01-19hw/intc/arm_gicv3: Implement gicv3_cpuif_virt_update()Peter Maydell
2017-01-19hw/intc/arm_gicv3: Implement ICV_ registers EOIR and IARPeter Maydell
2017-01-19hw/intc/arm_gicv3: Implement ICV_ HPPIR, DIR and RPR registersPeter Maydell
2017-01-19hw/intc/arm_gicv3: Implement ICV_ registers which are just accessorsPeter Maydell
2017-01-19hw/intc/arm_gicv3: Add accessors for ICH_ system registersPeter Maydell
2017-01-19hw/intc/gicv3: Add data fields for virtualization supportPeter Maydell
2017-01-19hw/intc/gicv3: Add defines for ICH system register fieldsPeter Maydell
2017-01-19target-arm: Add ARMCPU fields for GIC CPU i/f configPeter Maydell
2017-01-19hw/arm/virt: Wire VIRQ, VFIQ, maintenance irq lines from GIC to CPUPeter Maydell
2017-01-19target-arm: Expose output GPIO line for VCPU maintenance interruptPeter Maydell
2017-01-19hw/intc/arm_gic: Add external IRQ lines for VIRQ and VFIQPeter Maydell
2017-01-19hw/intc/arm_gicv3: Add external IRQ lines for VIRQ and VFIQPeter Maydell
2017-01-19hw/arm/virt-acpi - reserve ECAM space as PNP0C02 deviceArd Biesheuvel
2017-01-19arm: virt: Fix segmentation fault when specifying an unsupported CPUShannon Zhao
2017-01-19aspeed: use first FMC flash as a boot ROMCédric Le Goater
2017-01-19aspeed/smc: extend tests for Command modeCédric Le Goater
2017-01-19aspeed/smc: reset flash after each testCédric Le Goater
2017-01-19aspeed/smc: handle SPI flash Command modeCédric Le Goater
2017-01-19aspeed/smc: adjust the size of the register regionCédric Le Goater
2017-01-19aspeed/smc: unfold the AspeedSMCController arrayCédric Le Goater
2017-01-19aspeed/smc: autostrap CE0/1 configurationCédric Le Goater
2017-01-19aspeed/smc: rework the prototype of the AspeedSMCFlash helper routinesCédric Le Goater
2017-01-19aspeed/smc: remove call to aspeed_smc_update_cs() in reset functionCédric Le Goater
2017-01-19aspeed/smc: remove call to reset in realize functionCédric Le Goater
2017-01-19target/arm: Implement DBGVCR32_EL2 system registerPeter Maydell
2017-01-19target/arm: Handle VIRQ and VFIQ in arm_cpu_do_interrupt_aarch32()Peter Maydell
2017-01-19block: m25p80: Improve 1GiB Micron flash definitionMarcin Krzeminski
2017-01-19block: m25p80: Introduce die erase commandMarcin Krzeminski
2017-01-19block: m25p80: Add Quad Page Program 4byteMarcin Krzeminski
2017-01-19arm: Uniquely name imx25 I2C buses.Alastair D'Silva
2017-01-17Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2017-01-17Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-01-16' into ...Peter Maydell
2017-01-17Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-01-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-common-tlb-reset-...Peter Maydell
2017-01-16trace: Add event "guest_cpu_exit"Lluís Vilanova
2017-01-16trace: Fix dynamic event state on vCPU hot-unplugLluís Vilanova
2017-01-16trace: Lock vCPU list when initializing dynamic tracing stateLluís Vilanova
2017-01-16trace-events: spelling fixMarc-André Lureau
2017-01-16async: optimize aio_bh_pollPaolo Bonzini
2017-01-16aio: document lockingPaolo Bonzini
2017-01-16aio-win32: remove walking_handlers, protecting AioHandler list with list_lockPaolo Bonzini
2017-01-16aio-posix: remove walking_handlers, protecting AioHandler list with list_lockPaolo Bonzini
2017-01-16aio: tweak walking in dispatch phasePaolo Bonzini
2017-01-16aio-posix: split aio_dispatch_handlers out of aio_dispatchPaolo Bonzini