summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-12-215-6/+19
|\
| * chardev: fix backend events regression with mux chardevMarc-André Lureau2017-12-211-0/+1
| * i8259: generalize statistics into common codePeter Xu2017-12-211-2/+5
| * scsi: provide general-purpose functions to manage sense dataPaolo Bonzini2017-12-211-0/+3
| * cpu: refactor cpu_address_space_init()Peter Xu2017-12-211-2/+4
| * sockets: remove obsolete code that updated listen addressDaniel P. Berrange2017-12-211-1/+1
| * qemu-pr-helper: miscellaneous fixesPaolo Bonzini2017-12-201-1/+5
* | Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell2017-12-211-0/+2
|\ \ | |/ |/|
| * util: add is_equal to UUID APIRoman Kagan2017-12-201-0/+2
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-cmdline-2017-12-18-v2'...Peter Maydell2017-12-201-5/+0Star
|\ \
| * | option: Drop unused get_param_value(), get_next_param_value()Markus Armbruster2017-12-201-5/+0Star
* | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2017-12-204-8/+7Star
|\ \ \ | |/ / |/| |
| * | iothread: fix iothread_stop() race conditionStefan Hajnoczi2017-12-191-1/+2
| * | virtio-blk: make queue size configurableMark Kanda2017-12-191-0/+1
| * | iothread: add iothread_by_id() APIStefan Hajnoczi2017-12-191-0/+1
| * | hw/block: Fix the return typeMao Zhongyi2017-12-191-2/+2
| * | coroutine: simplify co_aio_sleep_ns() prototypeStefan Hajnoczi2017-12-191-5/+1Star
* | | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2017-12-192-0/+9
|\ \ \
| * | | hbitmap: add next_zero functionVladimir Sementsov-Ogievskiy2017-12-182-0/+9
| | |/ | |/|
* | | tpm: move qdev_prop_tpm to hw/tpm/Cornelia Huck2017-12-191-2/+0Star
| |/ |/|
* | hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h"Philippe Mathieu-Daudé2017-12-182-3/+21
* | hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé2017-12-182-20/+33
* | hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"Philippe Mathieu-Daudé2017-12-182-12/+25
* | hw/acpi/ich9: extract ACPI_PM_PROP_TCO_ENABLED from i386/pcPhilippe Mathieu-Daudé2017-12-182-2/+2
* | hw/acpi: ACPI_PM_* defines are not restricted to i386 archPhilippe Mathieu-Daudé2017-12-182-11/+11
* | hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé2017-12-181-1/+2
* | hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé2017-12-182-3/+4
* | hw/unicore32: restrict hw addr defines to source filePhilippe Mathieu-Daudé2017-12-181-10/+0Star
* | i386/hax: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* | hw: remove "qemu/osdep.h" from header filesPhilippe Mathieu-Daudé2017-12-183-3/+0Star
* | hw/registerfields: add missing includePhilippe Mathieu-Daudé2017-12-181-0/+2
* | hw/registerfields: add 64-bit extract/deposit macrosPhilippe Mathieu-Daudé2017-12-181-0/+11
* | hw/registerfields: fix a typo in the FIELD() documentationPhilippe Mathieu-Daudé2017-12-181-1/+1
* | memory: remove unused memory_region_set_global_locking()Marc-André Lureau2017-12-181-12/+0Star
* | qht: fix kernel-doc markup in qht.hEmilio G. Cota2017-12-181-3/+3
|/
* Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-15-1...Peter Maydell2017-12-173-35/+66
|\
| * tpm: tpm_emulator: get and set buffer size of deviceStefan Berger2017-12-151-2/+4
| * tpm: Move getting TPM buffer size to backendsStefan Berger2017-12-151-0/+12
| * tpm: remove tpm_register_model()Marc-André Lureau2017-12-151-2/+0Star
| * qdev: add DEFINE_PROP_TPMBEMarc-André Lureau2017-12-151-0/+3
| * acpi: change TPM TIS data conditionsMarc-André Lureau2017-12-151-0/+3
| * tpm: add TPM interface to lookup TPM versionMarc-André Lureau2017-12-151-3/+2Star
| * tpm: lookup the the TPM interface instead of TIS deviceMarc-André Lureau2017-12-151-10/+15
| * tpm: rename qemu_find_tpm() -> qemu_find_tpm_be()Marc-André Lureau2017-12-151-1/+1
| * tpm-backend: move set 'id' to common codeMarc-André Lureau2017-12-151-1/+1
| * tpm-be: update optional function pointersMarc-André Lureau2017-12-151-1/+4
| * tpm: remove unused opened codeMarc-André Lureau2017-12-151-12/+0Star
| * tpm-be: ask model to the TPM interfaceMarc-André Lureau2017-12-152-1/+1
| * tpm-be: report error instead of front-endMarc-André Lureau2017-12-151-1/+2
| * tpm-be: call request_completed() out of threadMarc-André Lureau2017-12-152-1/+1