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
/
plugins
/
loader.c
Age
Commit message (
Expand
)
Author
2024-04-02
plugins: fix -Werror=maybe-uninitialized false-positive
Marc-André Lureau
2024-01-30
misc: Clean up includes
Peter Maydell
2023-10-06
plugins/loader: Clean up global variable shadowing
Philippe Mathieu-Daudé
2023-03-07
includes: move tb_flush into its own header
Alex Bennée
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
2022-02-21
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
Peter Maydell
2021-09-02
plugins: allow plugin arguments to be passed directly
Mahmoud Mandour
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-01-02
cfi: Initial support for cfi-icall in QEMU
Daniele Buono
2020-12-15
plugin: propagate errors
Paolo Bonzini
2020-10-09
plugins: Fixes a issue when dlsym failed, the handle not closed
Yonggang Luo
2020-03-17
lockable: add QemuRecMutex support
Stefan Hajnoczi
2019-11-12
tcg plugins: expose an API version concept
Alex Bennée
2019-10-28
plugin: expand the plugin_init function to include an info block
Alex Bennée
2019-10-28
plugin: add core code
Emilio G. Cota