aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-18nios2: remove duplicated includes (in code commented out)Philippe Mathieu-Daudé6-9/+3
2017-12-18i386/hax: remove duplicated includePhilippe Mathieu-Daudé1-1/+0
2017-12-18i386/hax: remove duplicated includesPhilippe Mathieu-Daudé4-11/+1
2017-12-18ppc: remove duplicated includesPhilippe Mathieu-Daudé2-4/+0
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé10-12/+0
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé9-14/+0
2017-12-18block: remove "qemu/osdep.h" from header filePhilippe Mathieu-Daudé1-1/+0
2017-12-18hw: remove "qemu/osdep.h" from header filesPhilippe Mathieu-Daudé3-3/+0
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé7-3/+6
2017-12-18MAINTAINERS: add missing entry for include/hw/net/Philippe Mathieu-Daudé1-0/+1
2017-12-18MAINTAINERS: add entries for timer/m48t59Philippe Mathieu-Daudé1-0/+2
2017-12-18MAINTAINERS: add an entry for input/pckbd.cPhilippe Mathieu-Daudé1-1/+2
2017-12-18MAINTAINERS: add an entry for watchdog/wdt_ib700Philippe Mathieu-Daudé1-0/+1
2017-12-18MAINTAINERS: add an entry for the i82378 (superio)Philippe Mathieu-Daudé1-0/+1
2017-12-18MAINTAINERS: add an entry for the i8257 (DMA controller)Philippe Mathieu-Daudé1-0/+1
2017-12-18MAINTAINERS: add an entry for the i82374 (southbridge)Philippe Mathieu-Daudé1-0/+1
2017-12-18MAINTAINERS: add entries for i2c/ppc4xxPhilippe Mathieu-Daudé1-0/+2
2017-12-18hw/input/hid: Add support for several keys.Tao Wu1-4/+4
2017-12-18hw/registerfields: add missing includePhilippe Mathieu-Daudé1-0/+2
2017-12-18hw/registerfields: add 64-bit extract/deposit macrosPhilippe Mathieu-Daudé1-0/+11
2017-12-18hw/registerfields: fix a typo in the FIELD() documentationPhilippe Mathieu-Daudé1-1/+1
2017-12-18MAINTAINERS: add "hw/registerfields.h" in Register API entryPhilippe Mathieu-Daudé1-0/+1
2017-12-18Makefile: add more targets to the UNCHECKED_GOALS rulePhilippe Mathieu-Daudé1-1/+4
2017-12-18accel/tcg/cpu-exec-common.c: Remove unnecessary include of memory-internal.hPeter Maydell1-1/+0
2017-12-18build: fix typo in error messageMike Frysinger1-1/+1
2017-12-18Makefile: use $(MAKE) variablePhilippe Mathieu-Daudé2-13/+13
2017-12-18Document pretty parameter for mon optionVicente Jimenez Aguilar1-3/+4
2017-12-18memory: remove unused memory_region_set_global_locking()Marc-André Lureau2-17/+0
2017-12-18.gitignore: remove vscclientMarc-André Lureau1-1/+0
2017-12-18mmap(2) returns MAP_FAILED, not NULL, on failureMichael McConville1-1/+1
2017-12-18configure: check $CC available before verifying host CPUDaniel Henrique Barboza1-11/+14
2017-12-18qht: fix kernel-doc markup in qht.hEmilio G. Cota1-3/+3
2017-12-18translate-all: fix 'consisits' typo in commentEmilio G. Cota1-1/+1
2017-12-18disas/arm: fix 'instuction' typo in commentEmilio G. Cota1-1/+1
2017-12-18Remove empty statementsLadi Prosek7-7/+7
2017-12-17Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-15-1...Peter Maydell14-266/+553
2017-12-15Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-201712151' into ...Peter Maydell3-0/+482
2017-12-15sparc: Make sure we mmap at SHMLBA alignmentPeter Maydell2-0/+11
2017-12-15io: introduce a network socket listener APIDaniel P. Berrange3-0/+482
2017-12-15Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171215-v2' into sta...Peter Maydell36-546/+927
2017-12-15Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20171215' int...Peter Maydell29-467/+636
2017-12-15s390-ccw-virtio: allow for systems larger that 7.999TBChristian Borntraeger1-3/+27
2017-12-15Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20171214-tag' into...Peter Maydell7-145/+215
2017-12-14tpm: tpm_passthrough: Fail startup if FE buffer size < BE buffer sizeStefan Berger1-0/+15
2017-12-14tpm: tpm_emulator: get and set buffer size of deviceStefan Berger5-12/+111
2017-12-14tpm: tpm_passthrough: Read the buffer size from the host deviceStefan Berger4-1/+137
2017-12-14tpm: pull tpm_util_request() out of tpm_util_test()Stefan Berger1-9/+31
2017-12-14tpm: Move getting TPM buffer size to backendsStefan Berger5-5/+38
2017-12-14tpm: remove tpm_register_model()Marc-André Lureau3-17/+6
2017-12-14tpm-tis: use DEFINE_PROP_TPMBEMarc-André Lureau1-10/+2