summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
...
| * opengl: add egl-headless displayGerd Hoffmann2017-05-121-0/+16
* | Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi2017-05-151-4/+2Star
|\ \
| * | machine: call machine init from wrapperIgor Mammedov2017-05-111-1/+1
| * | numa: remove no longer need numa_post_machine_init()Igor Mammedov2017-05-111-2/+0Star
| * | numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov2017-05-111-1/+1
| |/
* | Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi2017-05-101-2/+3
|\ \ | |/ |/|
| * virtfs: allow a device id to be specified in the -virtfs optionChris Webb2017-05-101-2/+3
* | Merge remote-tracking branch 'bonzini/tags/for-upstream' into stagingStefan Hajnoczi2017-05-081-14/+9Star
|\ \
| * | Fix the -accel parameter and the documentation for 'hax'Thomas Huth2017-05-051-14/+9Star
| * | vl: deprecate the "-hdachs" optionThomas Huth2017-05-051-0/+2
* | | Merge remote-tracking branch 'elmarco/tags/chr-tests-pull-request' into stagingStefan Hajnoczi2017-05-051-0/+1
|\ \ \ | |_|/ |/| |
| * | vl: add todo note about root container cleanupMarc-André Lureau2017-05-041-0/+1
| |/
* / Issue a deprecation warning if the user specifies the "-hdachs" option.Thomas Huth2017-04-271-0/+2
|/
* xen: use libxendevice model to restrict operationsPaul Durrant2017-04-211-0/+8
* main-loop: remove now unnecessary optimizationPaolo Bonzini2017-03-141-4/+1Star
* vl/cpus: be smarter with icount and MTTCGAlex Bennée2017-03-091-5/+2Star
* block: Initial implementation of -blockdevMarkus Armbruster2017-03-071-0/+39
* qmp: Dumb down how we run QMP command registrationMarkus Armbruster2017-03-051-1/+1
* vl: disable default cdrom when using explicitely scsi-hdHervé Poussineau2017-03-031-0/+1
* qapi: flatten GuestPanicInformation unionAnton Nefedov2017-03-031-6/+6
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...Peter Maydell2017-02-251-1/+48
|\
| * tcg: add options for enabling MTTCGKONRAD Frederic2017-02-241-1/+48
* | machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...Igor Mammedov2017-02-221-1/+1
|/
* hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster2017-02-211-1/+7
* hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster2017-02-211-0/+4
* vl: log available guest crash informationAnton Nefedov2017-02-161-0/+11
* report guest crash information in GUEST_PANICKED eventAnton Nefedov2017-02-161-3/+8
* vl: Move the cpu_synchronize_all_post_init() after generic devices initializa...Dou Liyang2017-02-161-2/+2
* move vm_start to cpus.cClaudio Imbrenda2017-02-161-29/+1Star
* trace: switch to modular code generation for sub-directoriesDaniel P. Berrange2017-01-311-1/+1
* chardev: qom-ifyMarc-André Lureau2017-01-271-0/+2
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-5/+5
* block/iscsi: statically link qemu_iscsi_optsPeter Lieven2017-01-271-40/+0Star
* replay: save/load initial statePavel Dovgalyuk2017-01-271-1/+6
* migration: Add a new option to enable only-migratableAshijeet Acharya2017-01-241-0/+4
* arch_init: Remove unnecessary default_config_files tableEduardo Habkost2017-01-241-4/+14
* vl: Ensure the numa_post_machine_init func in the appropriate locationDou Liyang2017-01-241-2/+3
* Plumb the HAXM-based hardware acceleration supportVincent Palatin2017-01-191-3/+12
* acpi: filter based on CONFIG_ACPI_X86 rather than TARGETPaolo Bonzini2017-01-161-1/+2
* hw: move reset handlers from vl.c to hw/corePaolo Bonzini2017-01-161-42/+0Star
* smbios: filter based on CONFIG_SMBIOS rather than TARGETLeif Lindholm2017-01-161-1/+1
* numa: make -numa parser dynamically allocate CPUs masksIgor Mammedov2017-01-121-5/+0Star
* record/replay: add network supportPavel Dovgalyuk2017-01-061-1/+2
* vl.c: move pidfile creation up the lineMichael Tokarev2016-11-091-5/+5
* vl: exit qemu on guest panic if -no-shutdown is not setChristian Borntraeger2016-11-021-0/+5
* Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.8' ...Peter Maydell2016-10-311-0/+11
|\
| * COLO: Add a new RunState RUN_STATE_COLOzhanghailiang2016-10-301-0/+8
| * COLO: migrate COLO related info to secondary nodezhanghailiang2016-10-301-0/+3
* | clean-up: removed duplicate #includesAnand J2016-10-281-1/+0Star
* | monitor: deprecate 'default' optionMarc-André Lureau2016-10-281-8/+3Star
|/