Age | Commit message (Expand) | Author |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-02-04 | all: Clean up includes | Peter Maydell |
2015-11-10 | Move page_size_init earlier | Dr. David Alan Gilbert |
2015-09-29 | Init page sizes in qtest | Dr. David Alan Gilbert |
2015-05-22 | qtest: pre-buffer hex nibs | John Snow |
2015-05-22 | qtest: add memset to qtest protocol | John Snow |
2015-05-22 | qtest: Add base64 encoded read/write | John Snow |
2015-05-22 | qtest: allow arbitrarily long sends | John Snow |
2015-02-26 | qtest: Use qemu_opt_set() instead of qemu_opts_parse() | Markus Armbruster |
2014-10-23 | qtest: fix qtest log fd should be initialized before qtest chardev | Li Liu |
2014-10-23 | qtest/irq: Rework IRQ interception | Peter Crosthwaite |
2014-10-09 | accel: Pass MachineState object to accel init functions | Eduardo Habkost |
2014-10-04 | accel: Rename 'init' method to 'init_machine' | Eduardo Habkost |
2014-10-04 | accel: Move qtest accel registration to qtest.c | Eduardo Habkost |
2014-08-06 | icount: Add QemuOpts for icount | Sebastian Tanase |
2014-06-10 | qtest: fix hex2nib for capital characters | Sergey Fedorov |
2014-05-28 | qdev: Implement named GPIOs | Peter Crosthwaite |
2014-05-05 | machine: Replace QEMUMachine by MachineClass in accelerator configuration | Marcel Apfelbaum |
2014-03-05 | kvm: Add a new machine option kvm-type | Aneesh Kumar K.V |
2014-02-14 | qtest: Don't segfault with invalid -qtest option | Fam Zheng |
2014-02-13 | qtest: don't report signals if qtest driver enabled | Michael S. Tsirkin |
2013-12-10 | qtest: split configuration of qtest accelerator and chardev | Paolo Bonzini |
2013-09-02 | qtest: Fix FMT_timeval vs time_t | Richard Henderson |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh |
2013-08-22 | aio / timers: Rearrange timer.h & make legacy functions call non-legacy | Alex Bligh |
2013-08-22 | aio / timers: Use all timerlists in icount warp calculations | Alex Bligh |
2013-07-18 | qtest: Don't reset on qtest chardev connect | Markus Armbruster |
2013-04-22 | qtest: Handle addresses and values for {in, out}[bwl] as unsigned | Peter Maydell |
2013-04-15 | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini |
2013-03-26 | qtest: use synchronous I/O for char device | Anthony Liguori |
2013-02-18 | qtest: Add MMIO support | Andreas Färber |
2013-02-11 | qtest: Use strtoull() for uint64_t | Andreas Färber |
2013-02-01 | accel: change {xen, kvm, tcg, qtest}_allowed from int to bool | liguang |
2012-12-19 | softmmu: move remaining include files to include/ subdirectories | Paolo Bonzini |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-04-24 | qtest: Fix tv_usec != long | Richard Henderson |
2012-04-03 | qtest: Add missing GCC_FMT_ATTR | Stefan Weil |
2012-04-02 | qtest: use qemu_gettimeofday() | Anthony Liguori |
2012-03-30 | qtest: fix 32-bit build | Anthony Liguori |
2012-03-30 | qtest: add clock management | Paolo Bonzini |
2012-03-30 | qtest: IRQ interception infrastructure | Paolo Bonzini |
2012-03-30 | qtest: add test framework | Anthony Liguori |