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
/
softmmu
/
qtest.c
Age
Commit message (
Expand
)
Author
2023-10-08
system: Rename softmmu/ directory as system/
Philippe Mathieu-Daudé
2023-08-22
qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installed
Chris Laplante
2023-08-22
qtest: bail from irq_intercept_in if name is specified
Chris Laplante
2023-08-22
qtest: implement named interception of out-GPIO
Chris Laplante
2023-08-22
qtest: factor out qtest_install_gpio_out_intercept
Chris Laplante
2023-04-20
softmmu: Make qtest.c target independent
Thomas Huth
2023-04-20
softmmu/qtest: Move the target-specific pseries RTAS code out of qtest.c
Thomas Huth
2023-04-20
qtest: Don't assert on "-qtest chardev:myid"
Peter Maydell
2023-02-23
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
2022-11-06
module: add Error arguments to module_load and module_load_qom
Claudio Fontana
2022-11-06
module: rename module_load_one to module_load
Claudio Fontana
2022-11-06
module: removed unused function argument "mayfail"
Claudio Fontana
2022-10-27
qtest: Improve error messages when property can not be set right now
Markus Armbruster
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
qtest: replace gettimeofday with GTimer
Marc-André Lureau
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-02-21
qtest: Add missing 'hw/qdev-core.h' include
Philippe Mathieu-Daudé
2021-05-26
qtest: add a QOM object for qtest
Paolo Bonzini
2021-02-05
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
2020-10-15
module: silence errors for module_load_qom_all().
Gerd Hoffmann
2020-10-12
docs/devel/qtest: Include protocol spec in document
Eduardo Habkost
2020-10-05
cpu-timers, icount: new modules
Claudio Fontana
2020-08-21
meson: infrastructure for building emulators
Paolo Bonzini
2020-07-10
softmmu: move softmmu only files from root
Claudio Fontana