aboutsummaryrefslogtreecommitdiff
path: root/qtest.c
AgeCommit message (Expand)Author
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
2014-02-13qtest: don't report signals if qtest driver enabledMichael S. Tsirkin
2013-12-10qtest: split configuration of qtest accelerator and chardevPaolo Bonzini
2013-09-02qtest: Fix FMT_timeval vs time_tRichard Henderson
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh
2013-08-22aio / timers: Use all timerlists in icount warp calculationsAlex Bligh
2013-07-18qtest: Don't reset on qtest chardev connectMarkus Armbruster
2013-04-22qtest: Handle addresses and values for {in, out}[bwl] as unsignedPeter Maydell
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-03-26qtest: use synchronous I/O for char deviceAnthony Liguori
2013-02-18qtest: Add MMIO supportAndreas Färber
2013-02-11qtest: Use strtoull() for uint64_tAndreas Färber
2013-02-01accel: change {xen, kvm, tcg, qtest}_allowed from int to boolliguang