summaryrefslogtreecommitdiffstats
path: root/qtest.c
Commit message (Expand)AuthorAgeFilesLines
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* all: Clean up includesPeter Maydell2019-11-291-0/+1
* Move page_size_init earlierDr. David Alan Gilbert2015-11-101-1/+0
* Init page sizes in qtestDr. David Alan Gilbert2015-09-291-0/+1
* qtest: pre-buffer hex nibsJohn Snow2015-05-221-4/+7
* qtest: add memset to qtest protocolJohn Snow2015-05-221-0/+20
* qtest: Add base64 encoded read/writeJohn Snow2015-05-221-0/+69
* qtest: allow arbitrarily long sendsJohn Snow2015-05-221-18/+28
* qtest: Use qemu_opt_set() instead of qemu_opts_parse()Markus Armbruster2015-02-261-7/+4
* qtest: fix qtest log fd should be initialized before qtest chardevLi Liu2014-10-231-5/+4
* qtest/irq: Rework IRQ interceptionPeter Crosthwaite2014-10-231-4/+11
* accel: Pass MachineState object to accel init functionsEduardo Habkost2014-10-091-1/+1
* accel: Rename 'init' method to 'init_machine'Eduardo Habkost2014-10-041-1/+1
* accel: Move qtest accel registration to qtest.cEduardo Habkost2014-10-041-1/+26
* icount: Add QemuOpts for icountSebastian Tanase2014-08-061-2/+11
* qtest: fix hex2nib for capital charactersSergey Fedorov2014-06-101-1/+1
* qdev: Implement named GPIOsPeter Crosthwaite2014-05-281-5/+14
* machine: Replace QEMUMachine by MachineClass in accelerator configurationMarcel Apfelbaum2014-05-051-1/+1
* kvm: Add a new machine option kvm-typeAneesh Kumar K.V2014-03-051-1/+1
* qtest: Don't segfault with invalid -qtest optionFam Zheng2014-02-141-1/+7
* qtest: don't report signals if qtest driver enabledMichael S. Tsirkin2014-02-131-0/+5
* qtest: split configuration of qtest accelerator and chardevPaolo Bonzini2013-12-101-10/+10
* qtest: Fix FMT_timeval vs time_tRichard Henderson2013-09-021-4/+4
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-4/+4
* aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh2013-08-221-1/+1
* aio / timers: Use all timerlists in icount warp calculationsAlex Bligh2013-08-221-1/+1
* qtest: Don't reset on qtest chardev connectMarkus Armbruster2013-07-181-1/+6
* qtest: Handle addresses and values for {in, out}[bwl] as unsignedPeter Maydell2013-04-221-3/+3
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* qtest: use synchronous I/O for char deviceAnthony Liguori2013-03-261-1/+1
* qtest: Add MMIO supportAndreas Färber2013-02-181-0/+81
* qtest: Use strtoull() for uint64_tAndreas Färber2013-02-111-4/+4
* accel: change {xen, kvm, tcg, qtest}_allowed from int to boolliguang2013-02-011-1/+1
* softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2012-12-191-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-3/+3
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-2/+2
* qtest: Fix tv_usec != longRichard Henderson2012-04-241-4/+4
* qtest: Add missing GCC_FMT_ATTRStefan Weil2012-04-031-1/+2
* qtest: use qemu_gettimeofday()Anthony Liguori2012-04-021-7/+7
* qtest: fix 32-bit buildAnthony Liguori2012-03-301-1/+1
* qtest: add clock managementPaolo Bonzini2012-03-301-0/+45
* qtest: IRQ interception infrastructurePaolo Bonzini2012-03-301-24/+68
* qtest: add test frameworkAnthony Liguori2012-03-301-0/+354
OpenPOWER on IntegriCloud