aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-13specs: Describe the TPM support in QEMUStefan Berger1-0/+123
2017-10-13tpm: Move tpm_cleanup() to right placeAmarnath Valluri2-1/+1
2017-10-13tpm: Added support for TPM emulatorAmarnath Valluri7-7/+888
2017-10-13tpm-passthrough: move reusable code to utilsAmarnath Valluri3-59/+34
2017-10-13tpm-backend: Move realloc_buffer() implementation to tpm-tis modelAmarnath Valluri4-35/+12
2017-10-13tpm-backend: Add new API to read backend TpmInfoAmarnath Valluri4-54/+59
2017-10-13tpm-backend: Made few interface methods optionalAmarnath Valluri4-62/+28
2017-10-13tpm-backend: Initialize and free data members in it's own methodsAmarnath Valluri4-37/+19
2017-10-13tpm-backend: Move thread handling inside TPMBackendAmarnath Valluri4-126/+67
2017-10-13tpm-backend: Remove unneeded member variable from backend classAmarnath Valluri3-6/+1
2017-10-13tpm: Use EMSGSIZE instead of EBADMSG to compile on OpenBSDStefan Berger1-5/+5
2017-10-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171012'...Peter Maydell7-115/+521
2017-10-12nvic: Fix miscalculation of offsets into ITNS arrayPeter Maydell1-2/+2
2017-10-12nvic: Add missing 'break'Peter Maydell1-0/+1
2017-10-12target/arm: Implement SG instruction corner casesPeter Maydell1-1/+22
2017-10-12target/arm: Support some Thumb insns being always unconditionalPeter Maydell1-1/+47
2017-10-12target-arm: Simplify insn_crosses_page()Peter Maydell1-21/+6
2017-10-12target/arm: Pull Thumb insn word loads up to top levelPeter Maydell1-70/+108
2017-10-12target-arm: Don't check for "Thumb2 or M profile" for not-Thumb1Peter Maydell1-2/+1
2017-10-12target/arm: Implement secure function returnPeter Maydell3-10/+126
2017-10-12target/arm: Implement BLXNSPeter Maydell4-2/+76
2017-10-12target/arm: Implement SG instructionPeter Maydell1-5/+127
2017-10-12target/arm: Add M profile secure MMU index values to get_a32_user_mem_index()Peter Maydell1-0/+4
2017-10-12arm: fix armv7m_init() declaration to match definitionIgor Mammedov1-1/+1
2017-10-12watchdog/aspeed: fix variable type to store reload valueCédric Le Goater1-2/+2
2017-10-12Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell6-23/+30
2017-10-11scripts: Remove debug parameter from QEMUMachineEduardo Habkost3-10/+4
2017-10-11scripts: Remove debug parameter from QEMUMonitorProtocolEduardo Habkost2-11/+8
2017-10-11guestperf: Configure logging on all shell frontendsEduardo Habkost1-0/+13
2017-10-11basevm: Call logging.basicConfig()Eduardo Habkost1-2/+2
2017-10-11iotests: Set up Python loggingEduardo Habkost1-0/+3
2017-10-11Merge remote-tracking branch 'remotes/elmarco/tags/vus-pull-request' into sta...Peter Maydell10-547/+315
2017-10-11Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171010' into stagingPeter Maydell29-434/+521
2017-10-10vhost-user-scsi: remove server_sock from VusDevMarc-André Lureau1-53/+24
2017-10-10vhost-user-scsi: use libvhost-user glib helperMarc-André Lureau1-146/+16
2017-10-10libvhost-user: add glib source helperMarc-André Lureau3-1/+187
2017-10-10vhost-user-scsi: use glib loggingMarc-André Lureau1-56/+21
2017-10-10vhost-user-scsi: simplify source handlingMarc-André Lureau1-33/+12
2017-10-10vhost-user-scsi: drop extra callback pointerMarc-André Lureau1-9/+3
2017-10-10vhost-user-scsi: don't copy iscsi/scsi-lowlevel.hMarc-André Lureau1-87/+9
2017-10-10vhost-user-scsi: avoid use of iscsi_ namespaceMarc-André Lureau1-2/+2
2017-10-10vhost-user-scsi: rename VUS typesMarc-André Lureau1-23/+23
2017-10-10vhost-user-scsi: remove unimplemented functionsMarc-André Lureau1-18/+3
2017-10-10vhost-user-scsi: remove VUS_MAX_LUNSMarc-André Lureau1-5/+3
2017-10-10vhost-user-scsi: remove vdev_scsi_add_iscsi_lun()Marc-André Lureau1-15/+1
2017-10-10vhost-user-scsi: assert() in iscsi_add_lun()Marc-André Lureau1-5/+1
2017-10-10vhost-user-scsi: use NULL pointerMarc-André Lureau1-1/+1
2017-10-10vhost-user-scsi: simplify unix path cleanupMarc-André Lureau1-17/+5
2017-10-10vhost-user-scsi: remove vdev_scsi_find_by_vu()Marc-André Lureau1-43/+4
2017-10-10vhost-user-scsi: also free the gtreeMarc-André Lureau1-0/+1