aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-08-01char: don't exit on hmp 'chardev-add help'Anton Nefedov
2017-08-01char-fd: remove useless chr pointerMarc-André Lureau
2017-08-01cpu_physical_memory_sync_dirty_bitmap: Fix alignment checkDr. David Alan Gilbert
2017-07-31docs: fix broken paths to docs/devel/atomics.txtPhilippe Mathieu-Daudé
2017-07-31docs: fix broken paths to docs/devel/qapi-code-gen.txtPhilippe Mathieu-Daudé
2017-07-27ui: move qemu_input_linux_to_qcode()Gerd Hoffmann
2017-07-24Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-07-24block: Skip implicit nodes in query-block/blockstatsKevin Wolf
2017-07-24Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-18-v2' in...Peter Maydell
2017-07-24util: Introduce include/qemu/cpuid.hRichard Henderson
2017-07-24qapi: Introduce a first class 'null' typeMarkus Armbruster
2017-07-24qapi: Use QNull for a more regular visit_type_null()Markus Armbruster
2017-07-24qapi: Separate type QNull from QObjectMarkus Armbruster
2017-07-21configure: Drop ancient Solaris 9 and earlier supportPeter Maydell
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2017-07-19tcg: Expand glue macros before stringifying helper namesRichard Henderson
2017-07-19Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-07-18-2...Peter Maydell
2017-07-19Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170718-tag' into...Peter Maydell
2017-07-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2017-07-19Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170718' i...Peter Maydell
2017-07-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-07-19crypto: hmac: add hmac driver frameworkLongpeng(Mike)
2017-07-19crypto: hmac: move crypto/hmac.h into include/crypto/Longpeng(Mike)
2017-07-19crypto: cipher: add cipher driver frameworkLongpeng(Mike)
2017-07-18xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin
2017-07-18xen/mapcache: introduce xen_replace_cache_entry()Igor Druzhinin
2017-07-18ahci: split public and private interfaceJohn Snow
2017-07-18ahci: Isolate public AHCI interfaceJohn Snow
2017-07-18ahci: add ahci_get_num_portsJohn Snow
2017-07-18migration: remove check against colo supportPeter Xu
2017-07-18qdev: provide DEFINE_PROP_INT64()Peter Xu
2017-07-18Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-07-18block: Make blk_all_next() publicKevin Wolf
2017-07-18block: Make blk_get_attached_dev_id() publicKevin Wolf
2017-07-18block: remove timer canceling in throttle_config()Manos Pitsidianakis
2017-07-18block: add clock_type field to ThrottleGroupManos Pitsidianakis
2017-07-18Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170717'...Peter Maydell
2017-07-18Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2017-07-17i386: expose "TCGTCGTCGTCG" in the 0x40000000 CPUID leafDaniel P. Berrange
2017-07-17fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.hMark Cave-Ayland
2017-07-17Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2017-07-17hw/misc/mps2_scc: Implement MPS2 Serial Communication ControllerPeter Maydell
2017-07-17hw/char/cmsdk-apb-timer: Implement CMSDK APB timer devicePeter Maydell
2017-07-17hw/char/cmsdk-apb-uart.c: Implement CMSDK APB UARTPeter Maydell
2017-07-17include/exec/exec-all: document common exit conditionsAlex Bennée
2017-07-17qdev: support properties which don't set a default valuePeter Maydell
2017-07-17qdev-properties.h: Explicitly set the default value for arraylen propertiesPeter Maydell
2017-07-17exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova
2017-07-17trace: [tcg] Delay changes to dynamic state when translatingLluís Vilanova
2017-07-17trace: Allocate cpu->trace_dstate in placeLluís Vilanova