aboutsummaryrefslogtreecommitdiff
path: root/qtest.c
AgeCommit message (Expand)Author
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
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-04-24qtest: Fix tv_usec != longRichard Henderson
2012-04-03qtest: Add missing GCC_FMT_ATTRStefan Weil
2012-04-02qtest: use qemu_gettimeofday()Anthony Liguori
2012-03-30qtest: fix 32-bit buildAnthony Liguori
2012-03-30qtest: add clock managementPaolo Bonzini
2012-03-30qtest: IRQ interception infrastructurePaolo Bonzini
2012-03-30qtest: add test frameworkAnthony Liguori