aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-18hw/registerfields: fix a typo in the FIELD() documentationPhilippe Mathieu-Daudé
2017-12-18MAINTAINERS: add "hw/registerfields.h" in Register API entryPhilippe Mathieu-Daudé
2017-12-18Makefile: add more targets to the UNCHECKED_GOALS rulePhilippe Mathieu-Daudé
2017-12-18accel/tcg/cpu-exec-common.c: Remove unnecessary include of memory-internal.hPeter Maydell
2017-12-18build: fix typo in error messageMike Frysinger
2017-12-18Makefile: use $(MAKE) variablePhilippe Mathieu-Daudé
2017-12-18Document pretty parameter for mon optionVicente Jimenez Aguilar
2017-12-18memory: remove unused memory_region_set_global_locking()Marc-André Lureau
2017-12-18.gitignore: remove vscclientMarc-André Lureau
2017-12-18mmap(2) returns MAP_FAILED, not NULL, on failureMichael McConville
2017-12-18configure: check $CC available before verifying host CPUDaniel Henrique Barboza
2017-12-18qht: fix kernel-doc markup in qht.hEmilio G. Cota
2017-12-18translate-all: fix 'consisits' typo in commentEmilio G. Cota
2017-12-18disas/arm: fix 'instuction' typo in commentEmilio G. Cota
2017-12-18Remove empty statementsLadi Prosek
2017-12-17Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-15-1...Peter Maydell
2017-12-15Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-201712151' into ...Peter Maydell
2017-12-15sparc: Make sure we mmap at SHMLBA alignmentPeter Maydell
2017-12-15io: introduce a network socket listener APIDaniel P. Berrange
2017-12-15Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171215-v2' into sta...Peter Maydell
2017-12-15Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20171215' int...Peter Maydell
2017-12-15s390-ccw-virtio: allow for systems larger that 7.999TBChristian Borntraeger
2017-12-15Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20171214-tag' into...Peter Maydell
2017-12-14tpm: tpm_passthrough: Fail startup if FE buffer size < BE buffer sizeStefan Berger
2017-12-14tpm: tpm_emulator: get and set buffer size of deviceStefan Berger
2017-12-14tpm: tpm_passthrough: Read the buffer size from the host deviceStefan Berger
2017-12-14tpm: pull tpm_util_request() out of tpm_util_test()Stefan Berger
2017-12-14tpm: Move getting TPM buffer size to backendsStefan Berger
2017-12-14tpm: remove tpm_register_model()Marc-André Lureau
2017-12-14tpm-tis: use DEFINE_PROP_TPMBEMarc-André Lureau
2017-12-14qdev: add DEFINE_PROP_TPMBEMarc-André Lureau
2017-12-14tpm-tis: check that at most one TPM device existsMarc-André Lureau
2017-12-14tpm-tis: remove redundant 'tpm_tis:' in error messagesMarc-André Lureau
2017-12-14tpm-emulator: add a FIXME comment about blocking cancelMarc-André Lureau
2017-12-14acpi: change TPM TIS data conditionsMarc-André Lureau
2017-12-14tpm: add tpm_cmd_get_size() to tpm_utilMarc-André Lureau
2017-12-14tpm: add TPM interface to lookup TPM versionMarc-André Lureau
2017-12-14tpm: lookup the the TPM interface instead of TIS deviceMarc-André Lureau
2017-12-14tpm: rename qemu_find_tpm() -> qemu_find_tpm_be()Marc-André Lureau
2017-12-14tpm-tis: simplify header inclusionMarc-André Lureau
2017-12-14tpm-passthrough: workaround a possible raceMarc-André Lureau
2017-12-14tpm-passthrough: simplify create()Marc-André Lureau
2017-12-14tpm-passthrough: make it safer to destroy after creationMarc-André Lureau
2017-12-14tpm-backend: move set 'id' to common codeMarc-André Lureau
2017-12-14tpm-passthrough: pass TPMPassthruState to handle_device_optsMarc-André Lureau
2017-12-14tpm-be: update optional function pointersMarc-André Lureau
2017-12-14tpm-passthrough: don't save guessed cancel_path in optionsMarc-André Lureau
2017-12-14tpm: remove unused opened codeMarc-André Lureau
2017-12-14tpm-be: ask model to the TPM interfaceMarc-André Lureau
2017-12-14tpm-be: report error instead of front-endMarc-André Lureau