summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-31docs: fix broken paths to docs/devel/atomics.txtPhilippe Mathieu-Daudé1-2/+2
2017-07-31docs: fix broken paths to docs/devel/qapi-code-gen.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-27ui: move qemu_input_linux_to_qcode()Gerd Hoffmann1-0/+1
2017-07-24Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-1/+1
2017-07-24block: Skip implicit nodes in query-block/blockstatsKevin Wolf2-1/+1
2017-07-24Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-18-v2' in...Peter Maydell4-8/+14
2017-07-24util: Introduce include/qemu/cpuid.hRichard Henderson1-0/+57
2017-07-24qapi: Introduce a first class 'null' typeMarkus Armbruster2-2/+3
2017-07-24qapi: Use QNull for a more regular visit_type_null()Markus Armbruster2-5/+6
2017-07-24qapi: Separate type QNull from QObjectMarkus Armbruster1-3/+7
2017-07-21configure: Drop ancient Solaris 9 and earlier supportPeter Maydell1-5/+0
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova1-1/+1
2017-07-19tcg: Expand glue macros before stringifying helper namesRichard Henderson1-6/+11
2017-07-19Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-07-18-2...Peter Maydell2-0/+168
2017-07-19Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170718-tag' into...Peter Maydell2-1/+25
2017-07-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell1-317/+3
2017-07-19Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170718' i...Peter Maydell2-1/+3
2017-07-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-1/+3
2017-07-19crypto: hmac: add hmac driver frameworkLongpeng(Mike)1-0/+1
2017-07-19crypto: hmac: move crypto/hmac.h into include/crypto/Longpeng(Mike)1-0/+166
2017-07-19crypto: cipher: add cipher driver frameworkLongpeng(Mike)1-0/+1
2017-07-18xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin1-0/+1
2017-07-18xen/mapcache: introduce xen_replace_cache_entry()Igor Druzhinin2-1/+24
2017-07-18ahci: split public and private interfaceJohn Snow2-405/+46
2017-07-18ahci: Isolate public AHCI interfaceJohn Snow2-52/+96
2017-07-18ahci: add ahci_get_num_portsJohn Snow1-0/+1
2017-07-18migration: remove check against colo supportPeter Xu1-1/+0
2017-07-18qdev: provide DEFINE_PROP_INT64()Peter Xu1-0/+3
2017-07-18Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell3-0/+56
2017-07-18block: Make blk_all_next() publicKevin Wolf1-0/+1
2017-07-18block: Make blk_get_attached_dev_id() publicKevin Wolf1-0/+1
2017-07-18block: remove timer canceling in throttle_config()Manos Pitsidianakis1-1/+0
2017-07-18block: add clock_type field to ThrottleGroupManos Pitsidianakis1-0/+1
2017-07-18Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170717'...Peter Maydell6-3/+237
2017-07-18Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-2/+8
2017-07-17i386: expose "TCGTCGTCGTCG" in the 0x40000000 CPUID leafDaniel P. Berrange1-0/+5
2017-07-17fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.hMark Cave-Ayland2-0/+51
2017-07-17Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell4-10/+17
2017-07-17hw/misc/mps2_scc: Implement MPS2 Serial Communication ControllerPeter Maydell1-0/+43
2017-07-17hw/char/cmsdk-apb-timer: Implement CMSDK APB timer devicePeter Maydell1-0/+59
2017-07-17hw/char/cmsdk-apb-uart.c: Implement CMSDK APB UARTPeter Maydell1-0/+78
2017-07-17include/exec/exec-all: document common exit conditionsAlex Bennée1-3/+26
2017-07-17qdev: support properties which don't set a default valuePeter Maydell2-0/+30
2017-07-17qdev-properties.h: Explicitly set the default value for arraylen propertiesPeter Maydell1-0/+1
2017-07-17exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova3-4/+11
2017-07-17trace: [tcg] Delay changes to dynamic state when translatingLluís Vilanova1-0/+3
2017-07-17trace: Allocate cpu->trace_dstate in placeLluís Vilanova1-6/+3
2017-07-17net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen1-2/+7
2017-07-17net: Add vnet_hdr_len arguments in NetClientStateZhang Chen1-0/+1
2017-07-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170717' int...Peter Maydell4-28/+73