index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
qemu-common.h
Age
Commit message (
Expand
)
Author
2022-04-21
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
2022-04-21
Simplify softmmu/main.c
Marc-André Lureau
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
include: move page_size_init() to include/hw/core/cpu.h
Marc-André Lureau
2022-04-06
include: move os_*() to os-foo.h
Marc-André Lureau
2022-04-06
include: move qemu_get_vm_name() to sysemu.h
Marc-André Lureau
2022-04-06
include: move progress API to qemu-progress.h
Marc-André Lureau
2022-04-06
include: move target page bits declaration to page-vary.h
Marc-André Lureau
2022-04-06
include: move cpu_exec* declarations to cpu-common.h
Marc-André Lureau
2022-04-06
include: move C/util-related declarations to cutils.h
Marc-André Lureau
2022-04-06
include: move dump_in_progress() to runstate.h
Marc-André Lureau
2022-04-06
include: move coroutine IO functions to coroutine.h
Marc-André Lureau
2022-04-06
include: move qemu_pipe() to osdep.h
Marc-André Lureau
2022-04-06
include: move qemu_write_full() declaration to osdep.h
Marc-André Lureau
2022-04-06
include: move TFR to osdep.h
Marc-André Lureau
2022-04-06
char: move qemu_openpty_raw from util/ to char/
Marc-André Lureau
2022-03-22
util: remove the net/net.h dependency
Marc-André Lureau
2022-03-22
compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULT
Marc-André Lureau
2022-03-22
Drop qemu_foo() socket API wrapper
Marc-André Lureau
2022-03-07
util: Make qemu_oom_check() a static function
Peter Maydell
2022-01-28
rtc: Move RTC function prototypes to their own header
Peter Maydell
2022-01-28
Update copyright dates to 2022
Peter Maydell
2021-03-09
qemu-common.h: Update copyright string to 2021
Peter Maydell
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-09-30
vl: relocate paths to data directories
Paolo Bonzini
2020-09-29
util/hexdump: introduce qemu_hexdump_line()
Laurent Vivier
2020-09-11
util/hexdump: Reorder qemu_hexdump() arguments
Philippe Mathieu-Daudé
2020-09-11
util/hexdump: Convert to take a void pointer argument
Philippe Mathieu-Daudé
2020-07-21
qemu-common: Document qemu_find_file()
Philippe Mathieu-Daudé
2020-03-22
Update copyright date for user-facing copyright strings
Peter Maydell
2019-10-28
exec: Split out variable page size support to exec-vary.c
Richard Henderson
2019-09-19
cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"
Philippe Mathieu-Daudé
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
2019-06-11
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
2019-04-18
include: Include fprintf-fn.h only where needed
Markus Armbruster
2019-02-06
qemu-common.h: Update copyright string for 2019
Peter Maydell
2018-10-16
qemu-common.h: update copyright date to 2018
John Arbuckle
2018-05-09
qemu-options: Bail out on unsupported options instead of silently ignoring them
Thomas Huth
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2017-11-21
Use HTTPS for qemu.org and other domains
Stefan Hajnoczi
2017-08-08
maint: Include bug-reporting info in --help output
Eric Blake
2017-07-04
tcg: make tcg_allowed global
Yang Zhong
2017-05-17
utils: provide size_to_str()
Peter Xu
2017-02-28
Update copyright year
Marc-André Lureau
2016-10-26
tcg: Add EXCP_ATOMIC
Richard Henderson
2016-10-24
cpu: Support a target CPU having a variable page size
Peter Maydell
2016-08-11
Update ancient copyright string in -version output
Peter Maydell
2016-06-07
qemu-common.h: Drop WORDS_ALIGNED define
Peter Maydell
[next]