summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* tpm: tpm_emulator: get and set buffer size of deviceStefan Berger2017-12-153-8/+105
* tpm: tpm_passthrough: Read the buffer size from the host deviceStefan Berger2017-12-154-1/+137
* tpm: pull tpm_util_request() out of tpm_util_test()Stefan Berger2017-12-151-9/+31
* tpm: Move getting TPM buffer size to backendsStefan Berger2017-12-153-5/+19
* tpm: remove tpm_register_model()Marc-André Lureau2017-12-151-1/+0Star
* tpm-tis: use DEFINE_PROP_TPMBEMarc-André Lureau2017-12-151-10/+2Star
* qdev: add DEFINE_PROP_TPMBEMarc-André Lureau2017-12-151-0/+64
* tpm-tis: check that at most one TPM device existsMarc-André Lureau2017-12-151-0/+5
* tpm-tis: remove redundant 'tpm_tis:' in error messagesMarc-André Lureau2017-12-151-4/+4
* tpm-emulator: add a FIXME comment about blocking cancelMarc-André Lureau2017-12-151-0/+1
* acpi: change TPM TIS data conditionsMarc-André Lureau2017-12-151-4/+8
* tpm: add tpm_cmd_get_size() to tpm_utilMarc-André Lureau2017-12-152-2/+9
* tpm: add TPM interface to lookup TPM versionMarc-André Lureau2017-12-151-2/+3
* tpm: lookup the the TPM interface instead of TIS deviceMarc-André Lureau2017-12-151-1/+1
* tpm: rename qemu_find_tpm() -> qemu_find_tpm_be()Marc-André Lureau2017-12-151-1/+1
* tpm-tis: simplify header inclusionMarc-André Lureau2017-12-151-9/+4Star
* tpm-passthrough: workaround a possible raceMarc-André Lureau2017-12-151-2/+2
* tpm-passthrough: simplify create()Marc-André Lureau2017-12-151-26/+10Star
* tpm-passthrough: make it safer to destroy after creationMarc-André Lureau2017-12-151-2/+6
* tpm-backend: move set 'id' to common codeMarc-André Lureau2017-12-152-15/+6Star
* tpm-passthrough: pass TPMPassthruState to handle_device_optsMarc-André Lureau2017-12-151-3/+3
* tpm-passthrough: don't save guessed cancel_path in optionsMarc-André Lureau2017-12-151-3/+1Star
* tpm-be: ask model to the TPM interfaceMarc-André Lureau2017-12-151-2/+1Star
* tpm-be: report error instead of front-endMarc-André Lureau2017-12-151-3/+1Star
* tpm-be: call request_completed() out of threadMarc-André Lureau2017-12-153-27/+12Star
* tpm-tis: no longer expose TPMStateMarc-André Lureau2017-12-151-2/+2
* tpm-backend: store TPMIf interface, improve backend_init()Marc-André Lureau2017-12-153-5/+5
* tpm: move TpmIf in include/sysemu/tpm.hMarc-André Lureau2017-12-151-21/+1Star
* tpm-tis: remove unused locty_numberMarc-André Lureau2017-12-151-1/+0Star
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20171214' into s...Peter Maydell2017-12-141-22/+0Star
|\
| * hmp-commands: Remove the deprecated usb_add and usb_delThomas Huth2017-12-141-22/+0Star
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171213'...Peter Maydell2017-12-148-163/+1050
|\ \
| * | xilinx_spips: Use memset instead of a for loop to zero registersAlistair Francis2017-12-131-8/+3Star
| * | xilinx_spips: Set all of the reset valuesAlistair Francis2017-12-131-5/+30
| * | xilinx_spips: Update the QSPI Mod ID reset valueAlistair Francis2017-12-131-0/+1
| * | hw/display/tc6393xb: limit irq handler index to TC6393XB_GPIOSPrasad J Pandit2017-12-131-0/+1
| * | nvic: Make systick bankedPeter Maydell2017-12-131-13/+77
| * | nvic: Make nvic_sysreg_ns_ops work with any MemoryRegionPeter Maydell2017-12-131-3/+7
| * | hw/intc/arm_gicv3_its: Implement full resetEric Auger2017-12-131-1/+8
| * | hw/intc/arm_gicv3_its: Implement a minimalist resetEric Auger2017-12-131-0/+42
| * | hw/intc/arm_gicv3_its: Don't call post_load on resetEric Auger2017-12-132-6/+0Star
| * | xlnx-zcu102: Add support for the ZynqMP QSPIFrancisco Iglesias2017-12-132-0/+49
| * | xilinx_spips: Add support for the ZynqMP Generic QSPIFrancisco Iglesias2017-12-131-47/+532
| * | xilinx_spips: Don't set TX FIFO UNDERFLOW at cmd doneFrancisco Iglesias2017-12-131-3/+1Star
| * | xilinx_spips: Add support for 4 byte addresses in the LQSPIFrancisco Iglesias2017-12-131-1/+5
| * | xilinx_spips: Add support for zero pumpingFrancisco Iglesias2017-12-131-7/+40
| * | xilinx_spips: Make tx/rx_data_bytes more generic and reusableFrancisco Iglesias2017-12-131-27/+37
| * | xilinx_spips: Add support for RX discard and RX drainFrancisco Iglesias2017-12-131-18/+149
| * | xilinx_spips: Update striping to be big-endian bit orderFrancisco Iglesias2017-12-131-9/+10
| * | xilinx_spips: Move FlashCMD, XilinxQSPIPS and XilinxSPIPSClassFrancisco Iglesias2017-12-131-35/+0Star