| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cpus: remove checks for non-NULL cpus_accel | Claudio Fontana | 2020-10-05 | 1 | -12/+21 |
* | cpus: cleanup now unneeded includes | Claudio Fontana | 2020-10-05 | 1 | -7/+0 |
* | cpus: extract out hvf-specific code to target/i386/hvf/ | Claudio Fontana | 2020-10-05 | 1 | -66/+0 |
* | cpus: extract out whpx-specific code to target/i386/ | Claudio Fontana | 2020-10-05 | 1 | -79/+0 |
* | cpus: extract out hax-specific code to target/i386/ | Claudio Fontana | 2020-10-05 | 1 | -79/+1 |
* | cpus: extract out kvm-specific code to accel/kvm | Claudio Fontana | 2020-10-05 | 1 | -77/+0 |
* | cpus: extract out qtest-specific code to accel/qtest | Claudio Fontana | 2020-10-05 | 1 | -63/+1 |
* | cpus: extract out TCG-specific code to accel/tcg | Claudio Fontana | 2020-10-05 | 1 | -504/+1 |
* | cpus: prepare new CpusAccel cpu accelerator interface | Claudio Fontana | 2020-10-05 | 2 | -48/+156 |
* | icount: rename functions to be consistent with the module name | Claudio Fontana | 2020-10-05 | 4 | -28/+28 |
* | cpu-timers, icount: new modules | Claudio Fontana | 2020-10-05 | 7 | -742/+897 |
* | exec: Remove MemoryRegion::global_locking field | Philippe Mathieu-Daudé | 2020-09-30 | 1 | -6/+0 |
* | vl: relocate path to configuration file | Paolo Bonzini | 2020-09-30 | 1 | -1/+2 |
* | vl: relocate paths to data directories | Paolo Bonzini | 2020-09-30 | 1 | -12/+28 |
* | qapi: Restrict balloon-related commands to machine code | Philippe Mathieu-Daudé | 2020-09-29 | 1 | -1/+1 |
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 4 | -30/+30 |
* | softmmu: Add missing trace-events file | Philippe Mathieu-Daudé | 2020-09-09 | 6 | -4/+33 |
* | softmmu/cpus: Only set parallel_cpus for SMP | Richard Henderson | 2020-09-03 | 1 | -1/+10 |
* | meson: move SDL and SDL-image detection to meson | Paolo Bonzini | 2020-08-21 | 1 | -0/+1 |
* | meson: link emulators without Makefile.target | Paolo Bonzini | 2020-08-21 | 1 | -2/+0 |
* | meson: convert most of softmmu/ | Paolo Bonzini | 2020-08-21 | 2 | -13/+11 |
* | meson: infrastructure for building emulators | Paolo Bonzini | 2020-08-21 | 1 | -1/+1 |
* | configure: prepare CFLAGS/CXXFLAGS/LDFLAGS for Meson | Paolo Bonzini | 2020-08-21 | 1 | -1/+1 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 4 | -4/+4 |
* | semihosting: defer connect_chardevs a little more to use serialx | KONRAD Frederic | 2020-07-27 | 1 | -2/+3 |
* | Revert "tpm: Clean up error reporting in tpm_init_tpmdev()" | Markus Armbruster | 2020-07-24 | 1 | -1/+3 |
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200721' int... | Peter Maydell | 2020-07-22 | 1 | -5/+1 |
|\ |
|
| * | hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean value | Philippe Mathieu-Daudé | 2020-07-21 | 1 | -5/+1 |
* | | qom: Change object_get_canonical_path_component() not to malloc | Markus Armbruster | 2020-07-21 | 1 | -1/+1 |
|/ |
|
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-port-20200711' i... | Peter Maydell | 2020-07-11 | 1 | -0/+2 |
|\ |
|
* | | softmmu/vl: Remove the check for colons in -accel parameters | Thomas Huth | 2020-07-11 | 1 | -5/+0 |
* | | cpu-throttle: new module, extracted from cpus.c | Claudio Fontana | 2020-07-11 | 3 | -87/+131 |
* | | softmmu: move softmmu only files from root | Claudio Fontana | 2020-07-11 | 8 | -0/+7272 |
* | | util/qemu-error: prepend guest name to error message to identify affected VM ... | Mario Smarduch | 2020-07-11 | 1 | -0/+9 |
|/ |
|
* | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 1 | -4/+1 |
* | qom: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 2020-07-10 | 1 | -3/+1 |
* | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 2020-07-10 | 1 | -6/+6 |
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int... | Peter Maydell | 2020-07-09 | 1 | -9/+28 |
|\ |
|
| * | softmmu/vl: Allow -fw_cfg 'gen_id' option to use the 'etc/' namespace | Philippe Mathieu-Daudé | 2020-07-03 | 1 | -1/+7 |
| * | softmmu/vl: Let -fw_cfg option take a 'gen_id' argument | Philippe Mathieu-Daudé | 2020-07-03 | 1 | -8/+21 |
* | | Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque... | Peter Maydell | 2020-07-09 | 1 | -2/+2 |
|\ \ |
|
| * | | qdev: device module support | Gerd Hoffmann | 2020-07-07 | 1 | -2/+2 |
| |/ |
|
* | | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request... | Peter Maydell | 2020-07-08 | 1 | -6/+6 |
|\ \ |
|
| * | | softmmu: initialize spice and audio earlier | Gerd Hoffmann | 2020-07-06 | 1 | -6/+6 |
| |/ |
|
* / | fuzz: fix broken qtest check at rcu_disable_atfork | Alexander Bulekov | 2020-07-06 | 1 | -11/+1 |
|/ |
|
* | blockdev: Deprecate -drive with bogus interface type | Markus Armbruster | 2020-06-23 | 1 | -0/+8 |
* | accel: Move Xen accelerator code under accel/xen/ | Philippe Mathieu-Daudé | 2020-06-10 | 1 | -1/+1 |
* | vl.c: run preconfig loop before creating default RAM backend | Igor Mammedov | 2020-06-10 | 1 | -2/+3 |
* | fuzz: add datadir for oss-fuzz compatability | Alexander Bulekov | 2020-06-05 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200515-pull-request' i... | Peter Maydell | 2020-05-15 | 1 | -2/+4 |
|\ |
|