aboutsummaryrefslogtreecommitdiff
path: root/include/qemu-common.h
AgeCommit message (Expand)Author
2018-10-16qemu-common.h: update copyright date to 2018John Arbuckle
2018-05-09qemu-options: Bail out on unsupported options instead of silently ignoring themThomas Huth
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2017-11-21Use HTTPS for qemu.org and other domainsStefan Hajnoczi
2017-08-08maint: Include bug-reporting info in --help outputEric Blake
2017-07-04tcg: make tcg_allowed globalYang Zhong
2017-05-17utils: provide size_to_str()Peter Xu
2017-02-28Update copyright yearMarc-André Lureau
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson
2016-10-24cpu: Support a target CPU having a variable page sizePeter Maydell
2016-08-11Update ancient copyright string in -version outputPeter Maydell
2016-06-07qemu-common.h: Drop WORDS_ALIGNED definePeter Maydell
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-05-19include: move CPU-related definitions out of qemu-common.hPaolo Bonzini
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.hMarkus Armbruster
2016-03-22Move ParallelIOArg from qemu-common.h to sysemu/char.hMarkus Armbruster
2016-03-22Move QEMU_ALIGN_*() from qemu-common.h to qemu/osdep.hMarkus Armbruster
2016-03-22Move HOST_LONG_BITS from qemu-common.h to qemu/osdep.hMarkus Armbruster
2016-03-22hw/pci/pci.h: Don't include qemu-common.hMarkus Armbruster
2016-03-22include/hw/hw.h: Don't include qemu-common.hMarkus Armbruster
2016-03-22include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-03-08cutils: add avx2 instruction optimizationLiang Li
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-02-23include: Clean up includesPeter Maydell
2016-02-22dump-guest-memory: add dump_in_progress() helper functionPeter Xu
2016-02-11cpu: cpu_save/cpu_load is no morePaolo Bonzini
2016-01-11osdep.h: Include glib-compat.h in osdep.h rather than qemu-common.hPeter Maydell
2015-11-10Move page_size_init earlierDr. David Alan Gilbert
2015-10-16util - add automated ID generation utilityJeff Cody
2015-09-25utils: rename strtosz to use qemu prefixMarc-André Lureau
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-09cutils: Add qemu_strtoull() wrapperCarlos L. Torres
2015-09-09cutils: Add qemu_strtoll() wrapperCarlos L. Torres
2015-09-09cutils: Add qemu_strtoul() wrapperCarlos L. Torres
2015-09-09cutils: Add qemu_strtol() wrapperCarlos L. Torres
2015-09-07Make pow2ceil() and pow2floor() inlinePeter Maydell
2015-09-07Remove unused qemu_fls functionPeter Maydell
2015-08-19qemu-common.h: Move muldiv64() to host-utils.hPeter Maydell
2015-08-19osdep.h: Move some OS header includes and fixups from qemu-common.hPeter Maydell
2015-08-19qemu-common.h: Move Win32 fixups into os-win32.hPeter Maydell
2015-07-27qemu-common.h: Document cutils.c string functionsPeter Maydell
2015-07-06Stop including qemu-common.h in memory.hPeter Maydell
2015-06-26qemu-common: add VEC_OR macroArtyom Tarasenko
2015-06-03machine: add default_ram_size to machine classNikunj A Dadhania
2015-04-30util: Remove unused functionsThomas Huth
2015-03-03qxl: refactor rounding up to a nearest power of 2Radim Krčmář