]> git.proxmox.com Git - mirror_qemu.git/commit
plugin: add core code
authorEmilio G. Cota <cota@braap.org>
Wed, 30 Aug 2017 22:39:53 +0000 (18:39 -0400)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 28 Oct 2019 15:12:38 +0000 (15:12 +0000)
commit54cb65d8588b67853a8898eb73e82d76c1a1e2e1
treee3edb15e9f29e4a4603985e06963a158a258e1c1
parent975c455346f9aaabe044252a3960be1a2b4ed27b
plugin: add core code

Signed-off-by: Emilio G. Cota <cota@braap.org>
[AJB: moved directory and merged various fixes]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Makefile
Makefile.target
configure
include/hw/core/cpu.h
include/qemu/plugin.h [new file with mode: 0644]
plugins/Makefile.objs [new file with mode: 0644]
plugins/core.c [new file with mode: 0644]
plugins/loader.c [new file with mode: 0644]
plugins/plugin.h [new file with mode: 0644]