summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2017-12-18misc: drop old i386 dependencyPhilippe Mathieu-Daudé
2017-12-18i386/pc: move vmmouse.c to hw/i386/Philippe Mathieu-Daudé
2017-12-18i386/pc: move vmport.c to hw/i386/Philippe Mathieu-Daudé
2017-12-18hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h"Philippe Mathieu-Daudé
2017-12-18hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé
2017-12-18hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"Philippe Mathieu-Daudé
2017-12-18hw/display/vga: "vga_int.h" requires "ui/console.h"Philippe Mathieu-Daudé
2017-12-18hw/display/vga: "vga.h" only contains registers defs, rename it "vga_regs.h"Philippe Mathieu-Daudé
2017-12-18hw/acpi: ACPI_PM_* defines are not restricted to i386 archPhilippe Mathieu-Daudé
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé
2017-12-18hw/unicore32: restrict hw addr defines to source filePhilippe Mathieu-Daudé
2017-12-18hw/virtio-balloon: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-12-18hw/tpm: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-12-18hw/i2c: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-12-18hw/ipmi: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-12-18hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-12-18misc: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-12-18amd_iommu: avoid needless includes in header filePhilippe Mathieu-Daudé
2017-12-18hw/ssi/aspeed_smc: remove unused #includePhilippe Mathieu-Daudé
2017-12-18hw/misc/pvpanic: remove unused #includePhilippe Mathieu-Daudé
2017-12-18hw/input/vmmouse: remove unused #includePhilippe Mathieu-Daudé
2017-12-18misc: avoid "include/" in include pathPhilippe Mathieu-Daudé
2017-12-18nios2: remove duplicated includes (in code commented out)Philippe Mathieu-Daudé
2017-12-18ppc: remove duplicated includesPhilippe Mathieu-Daudé
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé
2017-12-18hw/input/hid: Add support for several keys.Tao Wu
2017-12-18mmap(2) returns MAP_FAILED, not NULL, on failureMichael McConville
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/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