summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* monitor: Remove legacy "-mon default=on" parameterThomas Huth2018-02-161-4/+0Star
* vl: pause vcpus before stopping iothreadsStefan Hajnoczi2018-02-151-1/+9
* Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2018-02-091-1/+1
* tcg: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180126-v3-pull-reques...Peter Maydell2018-01-261-15/+0Star
|\
| * usb: Remove legacy -usbdevice options (host, serial, disk and net)Thomas Huth2018-01-261-15/+0Star
* | sdl: reorganize -no-frame supportGerd Hoffmann2018-01-251-2/+2
|/
* possible_cpus: add CPUArchId::type fieldIgor Mammedov2018-01-191-2/+1Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-01-161-3/+6
|\
| * vl: fix direct firmware directories leakMarc-André Lureau2018-01-161-3/+6
* | migration: finalize current_migration objectVladimir Sementsov-Ogievskiy2018-01-151-0/+1
|/
* block: Remove the deprecated -hdachs optionThomas Huth2017-12-221-84/+2Star
* Remove legacy -no-kvm-pit optionThomas Huth2017-12-211-4/+0Star
* hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"Philippe Mathieu-Daudé2017-12-181-1/+1
* misc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* hmp-commands: Remove the deprecated usb_add and usb_delThomas Huth2017-12-141-44/+0Star
* NUMA: Enable adding NUMA node implicitlyDou Liyang2017-11-161-2/+1Star
* hw: add .min_cpus and .default_cpus fields to machine_classEmilio G. Cota2017-11-131-3/+18
* vl: remove unnecessary #ifdef CONFIG_TPMPhilippe Mathieu-Daudé2017-10-251-2/+0Star
* tpm: Move tpm_cleanup() to right placeAmarnath Valluri2017-10-131-0/+1
* vl: exit if maxcpus is negativeSeeteena Thoufeek2017-10-101-3/+3
* vl: Eliminate defconfig variableEduardo Habkost2017-10-101-4/+1Star
* Add --firmwarepath to configureGerd Hoffmann2017-09-261-3/+9
* add qemu_add_data_dir()Gerd Hoffmann2017-09-261-11/+23
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-09-231-1/+2
|\
| * scsi, file-posix: add support for persistent reservation managementPaolo Bonzini2017-09-221-1/+2
* | vl: Don't include vde headerFam Zheng2017-09-221-4/+0Star
|/
* vl.c: convert cpu_model to cpu type and set of global properties before machi...Igor Mammedov2017-09-191-0/+10
* vl: Clean up user-creatable objects when exitingEduardo Habkost2017-09-191-0/+1
* seccomp: add resourcecontrol argument to command lineEduardo Otubo2017-09-151-0/+16
* seccomp: add spawn argument to command lineEduardo Otubo2017-09-151-0/+16
* seccomp: add elevateprivileges argument to command lineEduardo Otubo2017-09-151-0/+27
* seccomp: add obsolete argument to command lineEduardo Otubo2017-09-151-1/+23
* seccomp: changing from whitelist to blacklistEduardo Otubo2017-09-151-1/+0Star
* runstate/migrate: Two more transitionsDr. David Alan Gilbert2017-09-061-0/+2
* virtfs: error out gracefully when mandatory suboptions are missingGreg Kurz2017-09-051-6/+10
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-041-3/+3
* maint: Include bug-reporting info in --help outputEric Blake2017-08-081-1/+3
* rcu: completely disable pthread_atfork callbacks as soon as possiblePaolo Bonzini2017-08-081-0/+1
* char: don't exit on hmp 'chardev-add help'Anton Nefedov2017-08-011-4/+6
* vl.c/exit: pause cpus before closing block devicesDr. David Alan Gilbert2017-08-011-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-141-4/+4
|\
| * vl: fix breakage of -tb-sizeEmilio G. Cota2017-07-141-4/+4
* | Convert error_report() to warn_report()Alistair Francis2017-07-131-10/+10
|/
* vl: move global property, migrate init earlierPeter Xu2017-07-101-12/+12
* migration: fix handling for --only-migratablePeter Xu2017-07-101-1/+1
* vl: add tcg_enabled() for tcg related codeYang Zhong2017-07-041-1/+7
* vl: convert -tb-size to qemu_strtoulPaolo Bonzini2017-07-041-3/+3