aboutsummaryrefslogtreecommitdiff
path: root/qtest.c
AgeCommit message (Expand)Author
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2019-08-21tests: add module loading testMarc-André Lureau
2019-08-20util/qemu-timer: refactor deadline calculation for external timersPavel Dovgalyuk
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-15qtest: Rename qtest.c:qtest_init()Oleinik, Alexander
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-02qtest: Move accel code to accel/qtest.cEduardo Habkost
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-07qtest: Add set_irq_in command to set IRQ/GPIO levelSteffen Görtz
2018-07-06qtest: Use cpu address space instead of system memoryJulia Suvorova
2017-09-15qtest: Don't perform side effects inside assertionEric Blake
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-03-01qtest: fix a memory leakMarc-André Lureau
2017-02-23util/cutils: Rename qemu_strtoll(), qemu_strtoull()Markus Armbruster
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2017-01-12libqtest: handle zero length memwrite/memreadGreg Kurz
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau
2016-10-24char: remove init callbackMarc-André Lureau
2016-10-14qtest: ask endianness of the target in qtest_init()Laurent Vivier
2016-09-23tests: add RTAS command in the protocolLaurent Vivier
2016-09-23qtest: replace strtoXX() by qemu_strtoXX()Laurent Vivier
2016-09-09qtest.c: Allow zero size in memset qtest commandsPeter Maydell
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-04all: Clean up includesPeter Maydell
2015-11-10Move page_size_init earlierDr. David Alan Gilbert
2015-09-29Init page sizes in qtestDr. David Alan Gilbert
2015-05-22qtest: pre-buffer hex nibsJohn Snow
2015-05-22qtest: add memset to qtest protocolJohn Snow
2015-05-22qtest: Add base64 encoded read/writeJohn Snow
2015-05-22qtest: allow arbitrarily long sendsJohn Snow
2015-02-26qtest: Use qemu_opt_set() instead of qemu_opts_parse()Markus Armbruster
2014-10-23qtest: fix qtest log fd should be initialized before qtest chardevLi Liu
2014-10-23qtest/irq: Rework IRQ interceptionPeter Crosthwaite
2014-10-09accel: Pass MachineState object to accel init functionsEduardo Habkost
2014-10-04accel: Rename 'init' method to 'init_machine'Eduardo Habkost
2014-10-04accel: Move qtest accel registration to qtest.cEduardo Habkost
2014-08-06icount: Add QemuOpts for icountSebastian Tanase
2014-06-10qtest: fix hex2nib for capital charactersSergey Fedorov
2014-05-28qdev: Implement named GPIOsPeter Crosthwaite
2014-05-05machine: Replace QEMUMachine by MachineClass in accelerator configurationMarcel Apfelbaum
2014-03-05kvm: Add a new machine option kvm-typeAneesh Kumar K.V
2014-02-14qtest: Don't segfault with invalid -qtest optionFam Zheng