aboutsummaryrefslogtreecommitdiff
path: root/include/qemu-common.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau1-13/+0
2022-04-21Simplify softmmu/main.cMarc-André Lureau1-5/+0
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-9/+0
2022-04-06include: move page_size_init() to include/hw/core/cpu.hMarc-André Lureau1-2/+0
2022-04-06include: move os_*() to os-foo.hMarc-André Lureau1-4/+0
2022-04-06include: move qemu_get_vm_name() to sysemu.hMarc-André Lureau1-2/+0
2022-04-06include: move progress API to qemu-progress.hMarc-André Lureau1-4/+0
2022-04-06include: move target page bits declaration to page-vary.hMarc-André Lureau1-17/+0
2022-04-06include: move cpu_exec* declarations to cpu-common.hMarc-André Lureau1-3/+0
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau1-20/+0
2022-04-06include: move dump_in_progress() to runstate.hMarc-André Lureau1-4/+0
2022-04-06include: move coroutine IO functions to coroutine.hMarc-André Lureau1-23/+0
2022-04-06include: move qemu_pipe() to osdep.hMarc-André Lureau1-4/+0
2022-04-06include: move qemu_write_full() declaration to osdep.hMarc-André Lureau1-3/+0
2022-04-06include: move TFR to osdep.hMarc-André Lureau1-2/+0
2022-04-06char: move qemu_openpty_raw from util/ to char/Marc-André Lureau1-2/+0
2022-03-22util: remove the net/net.h dependencyMarc-André Lureau1-1/+0
2022-03-22compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULTMarc-André Lureau1-1/+1
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau1-19/+0
2022-03-07util: Make qemu_oom_check() a static functionPeter Maydell1-2/+0
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell1-3/+0
2022-01-28Update copyright dates to 2022Peter Maydell1-1/+1
2021-03-09qemu-common.h: Update copyright string to 2021Peter Maydell1-1/+1
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-21/+0
2020-09-30vl: relocate paths to data directoriesPaolo Bonzini1-1/+0
2020-09-29util/hexdump: introduce qemu_hexdump_line()Laurent Vivier1-0/+8
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé1-2/+2
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé1-1/+2
2020-07-21qemu-common: Document qemu_find_file()Philippe Mathieu-Daudé1-0/+17
2020-03-22Update copyright date for user-facing copyright stringsPeter Maydell1-1/+1
2019-10-28exec: Split out variable page size support to exec-vary.cRichard Henderson1-0/+6
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