summaryrefslogtreecommitdiff
path: root/qtest.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-15qtest: Don't perform side effects inside assertionEric Blake1-24/+58
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-03-01qtest: fix a memory leakMarc-André Lureau1-0/+1
2017-02-23util/cutils: Rename qemu_strtoll(), qemu_strtoull()Markus Armbruster1-17/+17
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2017-01-12libqtest: handle zero length memwrite/memreadGreg Kurz1-0/+2
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+1
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-11/+12
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau1-4/+4
2016-10-24char: remove init callbackMarc-André Lureau1-1/+1
2016-10-14qtest: ask endianness of the target in qtest_init()Laurent Vivier1-0/+7
2016-09-23tests: add RTAS command in the protocolLaurent Vivier1-0/+17
2016-09-23qtest: replace strtoXX() by qemu_strtoXX()Laurent Vivier1-23/+26
2016-09-09qtest.c: Allow zero size in memset qtest commandsPeter Maydell1-4/+7
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-04all: Clean up includesPeter Maydell1-0/+1
2015-11-10Move page_size_init earlierDr. David Alan Gilbert1-1/+0
2015-09-29Init page sizes in qtestDr. David Alan Gilbert1-0/+1
2015-05-22qtest: pre-buffer hex nibsJohn Snow1-4/+7
2015-05-22qtest: add memset to qtest protocolJohn Snow1-0/+20
2015-05-22qtest: Add base64 encoded read/writeJohn Snow1-0/+69
2015-05-22qtest: allow arbitrarily long sendsJohn Snow1-18/+28
2015-02-26qtest: Use qemu_opt_set() instead of qemu_opts_parse()Markus Armbruster1-7/+4
2014-10-23qtest: fix qtest log fd should be initialized before qtest chardevLi Liu1-5/+4
2014-10-23qtest/irq: Rework IRQ interceptionPeter Crosthwaite1-4/+11
2014-10-09accel: Pass MachineState object to accel init functionsEduardo Habkost1-1/+1
2014-10-04accel: Rename 'init' method to 'init_machine'Eduardo Habkost1-1/+1
2014-10-04accel: Move qtest accel registration to qtest.cEduardo Habkost1-1/+26
2014-08-06icount: Add QemuOpts for icountSebastian Tanase1-2/+11
2014-06-10qtest: fix hex2nib for capital charactersSergey Fedorov1-1/+1
2014-05-28qdev: Implement named GPIOsPeter Crosthwaite1-5/+14
2014-05-05machine: Replace QEMUMachine by MachineClass in accelerator configurationMarcel Apfelbaum1-1/+1
2014-03-05kvm: Add a new machine option kvm-typeAneesh Kumar K.V1-1/+1
2014-02-14qtest: Don't segfault with invalid -qtest optionFam Zheng1-1/+7
2014-02-13qtest: don't report signals if qtest driver enabledMichael S. Tsirkin1-0/+5
2013-12-10qtest: split configuration of qtest accelerator and chardevPaolo Bonzini1-10/+10
2013-09-02qtest: Fix FMT_timeval vs time_tRichard Henderson1-4/+4
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-4/+4
2013-08-22aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh1-1/+1
2013-08-22aio / timers: Use all timerlists in icount warp calculationsAlex Bligh1-1/+1
2013-07-18qtest: Don't reset on qtest chardev connectMarkus Armbruster1-1/+6
2013-04-22qtest: Handle addresses and values for {in, out}[bwl] as unsignedPeter Maydell1-3/+3
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-03-26qtest: use synchronous I/O for char deviceAnthony Liguori1-1/+1
2013-02-18qtest: Add MMIO supportAndreas Färber1-0/+81
2013-02-11qtest: Use strtoull() for uint64_tAndreas Färber1-4/+4
2013-02-01accel: change {xen, kvm, tcg, qtest}_allowed from int to boolliguang1-1/+1