aboutsummaryrefslogtreecommitdiff
path: root/softmmu/qtest.c
AgeCommit message (Expand)Author
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé
2023-08-22qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installedChris Laplante
2023-08-22qtest: bail from irq_intercept_in if name is specifiedChris Laplante
2023-08-22qtest: implement named interception of out-GPIOChris Laplante
2023-08-22qtest: factor out qtest_install_gpio_out_interceptChris Laplante
2023-04-20softmmu: Make qtest.c target independentThomas Huth
2023-04-20softmmu/qtest: Move the target-specific pseries RTAS code out of qtest.cThomas Huth
2023-04-20qtest: Don't assert on "-qtest chardev:myid"Peter Maydell
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana
2022-11-06module: rename module_load_one to module_loadClaudio Fontana
2022-11-06module: removed unused function argument "mayfail"Claudio Fontana
2022-10-27qtest: Improve error messages when property can not be set right nowMarkus Armbruster
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-04-06qtest: replace gettimeofday with GTimerMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-02-21qtest: Add missing 'hw/qdev-core.h' includePhilippe Mathieu-Daudé
2021-05-26qtest: add a QOM object for qtestPaolo Bonzini
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2020-10-15module: silence errors for module_load_qom_all().Gerd Hoffmann
2020-10-12docs/devel/qtest: Include protocol spec in documentEduardo Habkost
2020-10-05cpu-timers, icount: new modulesClaudio Fontana
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini
2020-07-10softmmu: move softmmu only files from rootClaudio Fontana