aboutsummaryrefslogtreecommitdiff
path: root/include/qemu-common.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-19cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"Philippe Mathieu-Daudé1-1/+0
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-3/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-2/+0
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster1-16/+0
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-8/+0
2019-04-18include: Include fprintf-fn.h only where neededMarkus Armbruster1-2/+0
2019-02-06qemu-common.h: Update copyright string for 2019Peter Maydell1-1/+1
2018-10-16qemu-common.h: update copyright date to 2018John Arbuckle1-1/+1
2018-05-09qemu-options: Bail out on unsupported options instead of silently ignoring themThomas Huth1-1/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-2/+0
2017-11-21Use HTTPS for qemu.org and other domainsStefan Hajnoczi1-2/+2
2017-08-08maint: Include bug-reporting info in --help outputEric Blake1-0/+5
2017-07-04tcg: make tcg_allowed globalYang Zhong1-1/+6
2017-05-17utils: provide size_to_str()Peter Xu1-0/+1
2017-02-28Update copyright yearMarc-André Lureau1-1/+1
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson1-0/+1
2016-10-24cpu: Support a target CPU having a variable page sizePeter Maydell1-0/+12
2016-08-11Update ancient copyright string in -version outputPeter Maydell1-0/+4
2016-06-07qemu-common.h: Drop WORDS_ALIGNED definePeter Maydell1-4/+0
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-5/+0
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini1-1/+0
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-2/+0
2016-05-19include: move CPU-related definitions out of qemu-common.hPaolo Bonzini1-24/+0
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-257/+0
2016-03-22isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.hMarkus Armbruster1-2/+0
2016-03-22Move ParallelIOArg from qemu-common.h to sysemu/char.hMarkus Armbruster1-5/+0
2016-03-22Move QEMU_ALIGN_*() from qemu-common.h to qemu/osdep.hMarkus Armbruster1-6/+0
2016-03-22Move HOST_LONG_BITS from qemu-common.h to qemu/osdep.hMarkus Armbruster1-9/+0
2016-03-22hw/pci/pci.h: Don't include qemu-common.hMarkus Armbruster1-9/+0
2016-03-22include/hw/hw.h: Don't include qemu-common.hMarkus Armbruster1-4/+0
2016-03-22include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster1-28/+0
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2016-03-08cutils: add avx2 instruction optimizationLiang Li1-7/+1
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+4
2016-02-23include: Clean up includesPeter Maydell1-1/+0
2016-02-22dump-guest-memory: add dump_in_progress() helper functionPeter Xu1-0/+4
2016-02-11cpu: cpu_save/cpu_load is no morePaolo Bonzini1-6/+0
2016-01-11osdep.h: Include glib-compat.h in osdep.h rather than qemu-common.hPeter Maydell1-1/+0
2015-11-10Move page_size_init earlierDr. David Alan Gilbert1-0/+1
2015-10-16util - add automated ID generation utilityJeff Cody1-0/+8
2015-09-25utils: rename strtosz to use qemu prefixMarc-André Lureau1-13/+14
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+8
2015-09-09cutils: Add qemu_strtoull() wrapperCarlos L. Torres1-0/+2
2015-09-09cutils: Add qemu_strtoll() wrapperCarlos L. Torres1-0/+2
2015-09-09cutils: Add qemu_strtoul() wrapperCarlos L. Torres1-0/+2
2015-09-09cutils: Add qemu_strtol() wrapperCarlos L. Torres1-0/+2
2015-09-07Make pow2ceil() and pow2floor() inlinePeter Maydell1-15/+1
2015-09-07Remove unused qemu_fls functionPeter Maydell1-1/+0
2015-08-19qemu-common.h: Move muldiv64() to host-utils.hPeter Maydell1-31/+0
2015-08-19osdep.h: Move some OS header includes and fixups from qemu-common.hPeter Maydell1-54/+1