summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-01-08Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171229' into stagingPeter Maydell6-6/+33
2018-01-08Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-3/+18
2018-01-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-hvf' into sta...Peter Maydell4-0/+111
2018-01-08Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-22-1...Peter Maydell1-2/+5
2017-12-29tcg: Allow 6 arguments to TCG helpersRichard Henderson4-0/+25
2017-12-29tcg: Dynamically allocate TCGOpsRichard Henderson2-6/+8
2017-12-22acpi: Update TPM2 ACPI table to more recent specsStefan Berger1-2/+5
2017-12-22block: Allow graph changes in subtree drained sectionKevin Wolf2-2/+5
2017-12-22block: Add bdrv_subtree_drained_begin/end()Kevin Wolf1-0/+13
2017-12-22block: Don't notify parents in drain call chainKevin Wolf1-2/+2
2017-12-22block: Remove unused bdrv_requests_pendingFam Zheng1-1/+0
2017-12-22i386: hvf: implement vga dirty page trackingSergio Andres Gomez Del Real1-0/+5
2017-12-22i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real3-0/+105
2017-12-22apic: add function to apic that will be used by hvfSergio Andres Gomez Del Real1-0/+1
2017-12-22net: Remove the legacy "-net channel" parameterThomas Huth1-2/+0
2017-12-22net: introduce net_crc32_le() functionMark Cave-Ayland1-0/+2
2017-12-22net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland1-1/+2
2017-12-21Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell5-6/+19
2017-12-21Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell1-0/+2
2017-12-21chardev: fix backend events regression with mux chardevMarc-André Lureau1-0/+1
2017-12-21i8259: generalize statistics into common codePeter Xu1-2/+5
2017-12-21scsi: provide general-purpose functions to manage sense dataPaolo Bonzini1-0/+3
2017-12-21cpu: refactor cpu_address_space_init()Peter Xu1-2/+4
2017-12-21sockets: remove obsolete code that updated listen addressDaniel P. Berrange1-1/+1
2017-12-20qemu-pr-helper: miscellaneous fixesPaolo Bonzini1-1/+5
2017-12-20util: add is_equal to UUID APIRoman Kagan1-0/+2
2017-12-20Merge remote-tracking branch 'remotes/armbru/tags/pull-cmdline-2017-12-18-v2'...Peter Maydell1-5/+0
2017-12-20Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell4-8/+7
2017-12-20option: Drop unused get_param_value(), get_next_param_value()Markus Armbruster1-5/+0
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-19iothread: fix iothread_stop() race conditionStefan Hajnoczi1-1/+2
2017-12-19virtio-blk: make queue size configurableMark Kanda1-0/+1
2017-12-19iothread: add iothread_by_id() APIStefan Hajnoczi1-0/+1
2017-12-19hw/block: Fix the return typeMao Zhongyi1-2/+2
2017-12-19coroutine: simplify co_aio_sleep_ns() prototypeStefan Hajnoczi1-5/+1
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