summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-14acpi: change TPM TIS data conditionsMarc-André Lureau2-4/+11
2017-12-14tpm: add tpm_cmd_get_size() to tpm_utilMarc-André Lureau2-2/+9
2017-12-14tpm: add TPM interface to lookup TPM versionMarc-André Lureau2-5/+5
2017-12-14tpm: lookup the the TPM interface instead of TIS deviceMarc-André Lureau2-11/+16
2017-12-14tpm: rename qemu_find_tpm() -> qemu_find_tpm_be()Marc-André Lureau3-3/+3
2017-12-14tpm-tis: simplify header inclusionMarc-André Lureau1-9/+4
2017-12-14tpm-passthrough: workaround a possible raceMarc-André Lureau1-2/+2
2017-12-14tpm-passthrough: simplify create()Marc-André Lureau1-26/+10
2017-12-14tpm-passthrough: make it safer to destroy after creationMarc-André Lureau1-2/+6
2017-12-14tpm-backend: move set 'id' to common codeMarc-André Lureau4-17/+9
2017-12-14tpm-passthrough: pass TPMPassthruState to handle_device_optsMarc-André Lureau1-3/+3
2017-12-14tpm-be: update optional function pointersMarc-André Lureau2-9/+5
2017-12-14tpm-passthrough: don't save guessed cancel_path in optionsMarc-André Lureau1-3/+1
2017-12-14tpm: remove unused opened codeMarc-André Lureau3-60/+0
2017-12-14tpm-be: ask model to the TPM interfaceMarc-André Lureau5-6/+6
2017-12-14tpm-be: report error instead of front-endMarc-André Lureau3-5/+5
2017-12-14tpm-be: call request_completed() out of threadMarc-André Lureau6-29/+27
2017-12-14tpm-tis: no longer expose TPMStateMarc-André Lureau2-4/+2
2017-12-14tpm-backend: store TPMIf interface, improve backend_init()Marc-André Lureau6-11/+18
2017-12-14tpm: move TpmIf in include/sysemu/tpm.hMarc-André Lureau3-22/+20
2017-12-14tpm-tis: remove unused locty_numberMarc-André Lureau1-1/+0
2017-12-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20171214' into s...Peter Maydell7-112/+5
2017-12-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171213'...Peter Maydell46-828/+1833
2017-12-14Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20171213.0' i...Peter Maydell2-2/+8
2017-12-14tests: test-hmp: print command execution resultVadim Galitsyn1-2/+5
2017-12-14hmp-commands: Remove the deprecated usb_add and usb_delThomas Huth6-110/+0
2017-12-13xilinx_spips: Use memset instead of a for loop to zero registersAlistair Francis1-8/+3
2017-12-13xilinx_spips: Set all of the reset valuesAlistair Francis2-6/+31
2017-12-13xilinx_spips: Update the QSPI Mod ID reset valueAlistair Francis1-0/+1
2017-12-13MAINTAINERS: replace the unavailable email addressZhaoshenglong1-1/+1
2017-12-13hw/display/tc6393xb: limit irq handler index to TC6393XB_GPIOSPrasad J Pandit1-0/+1
2017-12-13nvic: Make systick bankedPeter Maydell2-14/+80
2017-12-13nvic: Make nvic_sysreg_ns_ops work with any MemoryRegionPeter Maydell1-3/+7
2017-12-13target/arm: Extend PAR format determinationEdgar E. Iglesias1-4/+29
2017-12-13target/arm: Remove fsr argument from get_phys_addr() and arm_tlb_fill()Peter Maydell3-34/+16
2017-12-13target/arm: Ignore fsr from get_phys_addr() in do_ats_write()Peter Maydell1-6/+10
2017-12-13target/arm: Use ARMMMUFaultInfo in deliver_fault()Peter Maydell1-57/+22
2017-12-13target/arm: Convert get_phys_addr_pmsav8() to not return FSC valuesPeter Maydell1-11/+18
2017-12-13target/arm: Convert get_phys_addr_pmsav7() to not return FSC valuesPeter Maydell1-4/+7
2017-12-13target/arm: Convert get_phys_addr_pmsav5() to not return FSC valuesPeter Maydell1-7/+13
2017-12-13target/arm: Convert get_phys_addr_lpae() to not return FSC valuesPeter Maydell1-23/+18
2017-12-13target/arm: Convert get_phys_addr_v6() to not return FSC valuesPeter Maydell1-18/+22
2017-12-13target/arm: Convert get_phys_addr_v5() to not return FSC valuesPeter Maydell1-15/+18
2017-12-13target/arm: Remove fsr argument from arm_ld*_ptw()Peter Maydell1-13/+11
2017-12-13target/arm: Provide fault type enum and FSR conversion functionsPeter Maydell1-0/+185
2017-12-13target/arm: Implement TT instructionPeter Maydell3-1/+138
2017-12-13target/arm: Factor MPU lookup code out of get_phys_addr_pmsav8()Peter Maydell1-51/+79
2017-12-13target/arm: Create new arm_v7m_mmu_idx_for_secstate_and_priv()Peter Maydell1-5/+16
2017-12-13target/arm: Split M profile MNegPri mmu index into user and privPeter Maydell4-29/+50
2017-12-13target/arm: Add missing M profile case to regime_is_user()Peter Maydell1-0/+1