aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-04arm_gicv3_kvm: Fix compile warningpull-target-arm-20170904-2Pranith Kumar
2017-09-04target/arm: Fix aa64 ldp register writebackRichard Henderson
2017-09-04hw/arm/digic: Mark device with user_creatable = falseThomas Huth
2017-09-04hw/arm/aspeed_soc: Mark devices as user_creatable = falseThomas Huth
2017-09-04target/arm: Allow deliver_fault() caller to specify EA bitPeter Maydell
2017-09-04target/arm: Factor out fault delivery codePeter Maydell
2017-09-04cputlb: Support generating CPU exceptions on memory transaction failuresPeter Maydell
2017-09-04cpu: Define new cpu_transaction_failed() hookPeter Maydell
2017-09-04memory.h: Move MemTxResult type to memattrs.hPeter Maydell
2017-09-04aspeed_soc: Propagate silicon-rev to watchdogAndrew Jeffery
2017-09-04watchdog: wdt_aspeed: Add support for the reset width registerAndrew Jeffery
2017-09-04target/arm/kvm: pmu: improve error handlingAndrew Jones
2017-09-04hw/arm/virt: allow pmu instantiation with userspace irqchipAndrew Jones
2017-09-04target/arm/kvm: pmu: split init and set-irq stagesAndrew Jones
2017-09-04hw/arm/virt: add pmu interrupt stateAndrew Jones
2017-09-04hw/arm: use defined type name instead of hard-coded stringPhilippe Mathieu-Daudé
2017-09-04loader: Ignore zero-sized ELF segmentsPeter Maydell
2017-09-04loader: Handle ELF files with overlapping zero-initialized dataPeter Maydell
2017-09-04nvic: Implement "user accesses BusFault" SCS region behaviourPeter Maydell
2017-09-04armv7m_nvic.h: Move from include/hw/arm to include/hw/intcPeter Maydell
2017-09-04target/arm: Create and use new function arm_v7m_is_handler_mode()Peter Maydell
2017-09-04target/arm: Don't calculate lr in arm_v7m_cpu_do_interrupt() until neededPeter Maydell
2017-09-04target/arm: Make arm_cpu_dump_state() handle the M-profile XPSRPeter Maydell
2017-09-04target/arm: Don't use cpsr_write/cpsr_read to transfer M profile XPSRPeter Maydell
2017-09-04target/arm: Don't store M profile PRIMASK and FAULTMASK in daifPeter Maydell
2017-09-04target/arm: Define and use XPSR bit masksPeter Maydell
2017-09-04target/arm: Fix outdated comment about exception exitPeter Maydell
2017-09-04target/arm: Remove incorrect comment about MPU_CTRLPeter Maydell
2017-09-04hw/intc/armv7m_nvic.c: Remove out of date commentPeter Maydell
2017-09-04target/arm: Tighten up Thumb decode where new v8M insns will bePeter Maydell
2017-09-04target/arm: Consolidate PMSA handling in get_phys_addr()Peter Maydell
2017-09-04target/arm: Don't trap WFI/WFE for M profilePeter Maydell
2017-09-04target/arm: Use MMUAccessType enum rather than intPeter Maydell
2017-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' in...Peter Maydell
2017-09-04qapi: drop the sentinel in enum arrayMarc-André Lureau
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau
2017-09-04qapi: Convert indirect uses of FOO_lookup[...] to qapi_enum_lookup()Markus Armbruster
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster
2017-09-04qapi: Avoid unnecessary use of enum lookup table's sentinelMarkus Armbruster
2017-09-04qapi: Use qapi_enum_parse() in input_type_enum()Markus Armbruster
2017-09-04crypto: Use qapi_enum_parse() in qcrypto_block_luks_name_lookup()Markus Armbruster
2017-09-04quorum: Use qapi_enum_parse() in quorum_open()Marc-André Lureau
2017-09-04block: Use qemu_enum_parse() in blkdebug_debug_breakpoint()Marc-André Lureau
2017-09-04hmp: Use qapi_enum_parse() in hmp_migrate_set_parameter()Marc-André Lureau
2017-09-04hmp: Use qapi_enum_parse() in hmp_migrate_set_capability()Marc-André Lureau
2017-09-04tpm: Clean up model registration & lookupMarkus Armbruster
2017-09-04tpm: Clean up driver registration & lookupMarc-André Lureau
2017-09-04qapi: Drop superfluous qapi_enum_parse() parameter maxMarkus Armbruster
2017-09-04qapi: Update qapi-code-gen.txt examples to match current codeMarkus Armbruster