summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-20vl: rename DisplayType to LegacyDisplayTypeGerd Hoffmann1-5/+5
2018-02-20vl: deprecate -no-frameGerd Hoffmann1-0/+4
2018-02-16monitor: Remove legacy "-mon default=on" parameterThomas Huth1-4/+0
2018-02-15vl: pause vcpus before stopping iothreadsStefan Hajnoczi1-1/+9
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+2
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2018-02-06tcg: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-1/+1
2018-01-26Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180126-v3-pull-reques...Peter Maydell1-15/+0
2018-01-26usb: Remove legacy -usbdevice options (host, serial, disk and net)Thomas Huth1-15/+0
2018-01-25sdl: reorganize -no-frame supportGerd Hoffmann1-2/+2
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov1-2/+1
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-3/+6
2018-01-16vl: fix direct firmware directories leakMarc-André Lureau1-3/+6
2018-01-15migration: finalize current_migration objectVladimir Sementsov-Ogievskiy1-0/+1
2017-12-22block: Remove the deprecated -hdachs optionThomas Huth1-84/+2
2017-12-21Remove legacy -no-kvm-pit optionThomas Huth1-4/+0
2017-12-18hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"Philippe Mathieu-Daudé1-1/+1
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé1-1/+0
2017-12-14hmp-commands: Remove the deprecated usb_add and usb_delThomas Huth1-44/+0
2017-11-16NUMA: Enable adding NUMA node implicitlyDou Liyang1-2/+1
2017-11-13hw: add .min_cpus and .default_cpus fields to machine_classEmilio G. Cota1-3/+18
2017-10-25vl: remove unnecessary #ifdef CONFIG_TPMPhilippe Mathieu-Daudé1-2/+0
2017-10-13tpm: Move tpm_cleanup() to right placeAmarnath Valluri1-0/+1
2017-10-09vl: exit if maxcpus is negativeSeeteena Thoufeek1-3/+3
2017-10-09vl: Eliminate defconfig variableEduardo Habkost1-4/+1
2017-09-26Add --firmwarepath to configureGerd Hoffmann1-3/+9
2017-09-26add qemu_add_data_dir()Gerd Hoffmann1-11/+23
2017-09-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+2
2017-09-22vl: Don't include vde headerFam Zheng1-4/+0
2017-09-22scsi, file-posix: add support for persistent reservation managementPaolo Bonzini1-1/+2
2017-09-19vl.c: convert cpu_model to cpu type and set of global properties before machi...Igor Mammedov1-0/+10
2017-09-19vl: Clean up user-creatable objects when exitingEduardo Habkost1-0/+1
2017-09-15seccomp: add resourcecontrol argument to command lineEduardo Otubo1-0/+16
2017-09-15seccomp: add spawn argument to command lineEduardo Otubo1-0/+16
2017-09-15seccomp: add elevateprivileges argument to command lineEduardo Otubo1-0/+27
2017-09-15seccomp: add obsolete argument to command lineEduardo Otubo1-1/+23
2017-09-15seccomp: changing from whitelist to blacklistEduardo Otubo1-1/+0
2017-09-06runstate/migrate: Two more transitionsDr. David Alan Gilbert1-0/+2
2017-09-05virtfs: error out gracefully when mandatory suboptions are missingGreg Kurz1-6/+10
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-3/+3
2017-08-08maint: Include bug-reporting info in --help outputEric Blake1-1/+3
2017-08-08rcu: completely disable pthread_atfork callbacks as soon as possiblePaolo Bonzini1-0/+1
2017-08-01char: don't exit on hmp 'chardev-add help'Anton Nefedov1-4/+6
2017-08-01vl.c/exit: pause cpus before closing block devicesDr. David Alan Gilbert1-1/+1
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+4
2017-07-14vl: fix breakage of -tb-sizeEmilio G. Cota1-4/+4
2017-07-13Convert error_report() to warn_report()Alistair Francis1-10/+10
2017-07-10vl: move global property, migrate init earlierPeter Xu1-12/+12
2017-07-10migration: fix handling for --only-migratablePeter Xu1-1/+1