aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-12-19Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2-0/+9
2017-12-19tpm: move qdev_prop_tpm to hw/tpm/Cornelia Huck1-2/+0
2017-12-18hbitmap: add next_zero functionVladimir Sementsov-Ogievskiy2-0/+9
2017-12-18hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h"Philippe Mathieu-Daudé2-3/+21
2017-12-18hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé2-20/+33
2017-12-18hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"Philippe Mathieu-Daudé2-12/+25
2017-12-18hw/acpi/ich9: extract ACPI_PM_PROP_TCO_ENABLED from i386/pcPhilippe Mathieu-Daudé2-2/+2
2017-12-18hw/acpi: ACPI_PM_* defines are not restricted to i386 archPhilippe Mathieu-Daudé2-11/+11
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé1-1/+2
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé2-3/+4
2017-12-18hw/unicore32: restrict hw addr defines to source filePhilippe Mathieu-Daudé1-10/+0
2017-12-18i386/hax: remove duplicated includesPhilippe Mathieu-Daudé1-1/+0
2017-12-18hw: remove "qemu/osdep.h" from header filesPhilippe Mathieu-Daudé3-3/+0
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-18memory: remove unused memory_region_set_global_locking()Marc-André Lureau1-12/+0
2017-12-18qht: fix kernel-doc markup in qht.hEmilio G. Cota1-3/+3
2017-12-17Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-15-1...Peter Maydell3-35/+66
2017-12-15Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-201712151' into ...Peter Maydell1-0/+174
2017-12-15sparc: Make sure we mmap at SHMLBA alignmentPeter Maydell1-0/+3
2017-12-15io: introduce a network socket listener APIDaniel P. Berrange1-0/+174
2017-12-15Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171215-v2' into sta...Peter Maydell2-10/+6
2017-12-15Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20171215' int...Peter Maydell7-18/+25
2017-12-15Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20171214-tag' into...Peter Maydell1-0/+3
2017-12-14tpm: tpm_emulator: get and set buffer size of deviceStefan Berger1-2/+4
2017-12-14tpm: Move getting TPM buffer size to backendsStefan Berger1-0/+12
2017-12-14tpm: remove tpm_register_model()Marc-André Lureau1-2/+0
2017-12-14qdev: add DEFINE_PROP_TPMBEMarc-André Lureau1-0/+3
2017-12-14acpi: change TPM TIS data conditionsMarc-André Lureau1-0/+3
2017-12-14tpm: add TPM interface to lookup TPM versionMarc-André Lureau1-3/+2
2017-12-14tpm: lookup the the TPM interface instead of TIS deviceMarc-André Lureau1-10/+15
2017-12-14tpm: rename qemu_find_tpm() -> qemu_find_tpm_be()Marc-André Lureau1-1/+1
2017-12-14tpm-backend: move set 'id' to common codeMarc-André Lureau1-1/+1
2017-12-14tpm-be: update optional function pointersMarc-André Lureau1-1/+4
2017-12-14tpm: remove unused opened codeMarc-André Lureau1-12/+0
2017-12-14tpm-be: ask model to the TPM interfaceMarc-André Lureau2-1/+1
2017-12-14tpm-be: report error instead of front-endMarc-André Lureau1-1/+2
2017-12-14tpm-be: call request_completed() out of threadMarc-André Lureau2-1/+1
2017-12-14tpm-tis: no longer expose TPMStateMarc-André Lureau1-2/+0
2017-12-14tpm-backend: store TPMIf interface, improve backend_init()Marc-André Lureau2-4/+4
2017-12-14tpm: move TpmIf in include/sysemu/tpm.hMarc-André Lureau1-0/+19
2017-12-14ui: generate qcode to linux mappingsOwen Smith1-0/+3
2017-12-15spapr: fix LSI interrupt specifiers in the device treeGreg Kurz1-0/+10
2017-12-15spapr: replace numa_get_node() with lookup in pc-dimm listIgor Mammedov1-10/+0
2017-12-15spapr: introduce a spapr_qirq() helperCédric Le Goater4-3/+3
2017-12-15spapr: move the IRQ allocation routines under the machineCédric Le Goater2-4/+6
2017-12-15ppc/xics: introduce an icp_create() helperCédric Le Goater1-0/+3
2017-12-15spapr_cpu_core: instantiate CPUs separatelyGreg Kurz1-1/+1
2017-12-15spapr: Add pseries-2.12 machine typeDavid Gibson1-0/+2