aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2018-01-26Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180126-v3-pull-reques...Peter Maydell
2018-01-26usb: Remove legacy -usbdevice options (host, serial, disk and net)Thomas Huth
2018-01-25sdl: reorganize -no-frame supportGerd Hoffmann
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-01-16vl: fix direct firmware directories leakMarc-André Lureau
2018-01-15migration: finalize current_migration objectVladimir Sementsov-Ogievskiy
2017-12-22block: Remove the deprecated -hdachs optionThomas Huth
2017-12-21Remove legacy -no-kvm-pit optionThomas Huth
2017-12-18hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"Philippe Mathieu-Daudé
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé
2017-12-14hmp-commands: Remove the deprecated usb_add and usb_delThomas Huth
2017-11-16NUMA: Enable adding NUMA node implicitlyDou Liyang
2017-11-13hw: add .min_cpus and .default_cpus fields to machine_classEmilio G. Cota
2017-10-25vl: remove unnecessary #ifdef CONFIG_TPMPhilippe Mathieu-Daudé
2017-10-13tpm: Move tpm_cleanup() to right placeAmarnath Valluri
2017-10-09vl: exit if maxcpus is negativeSeeteena Thoufeek
2017-10-09vl: Eliminate defconfig variableEduardo Habkost
2017-09-26Add --firmwarepath to configureGerd Hoffmann
2017-09-26add qemu_add_data_dir()Gerd Hoffmann
2017-09-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-09-22vl: Don't include vde headerFam Zheng
2017-09-22scsi, file-posix: add support for persistent reservation managementPaolo Bonzini
2017-09-19vl.c: convert cpu_model to cpu type and set of global properties before machi...Igor Mammedov
2017-09-19vl: Clean up user-creatable objects when exitingEduardo Habkost
2017-09-15seccomp: add resourcecontrol argument to command lineEduardo Otubo
2017-09-15seccomp: add spawn argument to command lineEduardo Otubo
2017-09-15seccomp: add elevateprivileges argument to command lineEduardo Otubo
2017-09-15seccomp: add obsolete argument to command lineEduardo Otubo
2017-09-15seccomp: changing from whitelist to blacklistEduardo Otubo
2017-09-06runstate/migrate: Two more transitionsDr. David Alan Gilbert
2017-09-05virtfs: error out gracefully when mandatory suboptions are missingGreg Kurz
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-08-08maint: Include bug-reporting info in --help outputEric Blake
2017-08-08rcu: completely disable pthread_atfork callbacks as soon as possiblePaolo Bonzini
2017-08-01char: don't exit on hmp 'chardev-add help'Anton Nefedov
2017-08-01vl.c/exit: pause cpus before closing block devicesDr. David Alan Gilbert
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-07-14vl: fix breakage of -tb-sizeEmilio G. Cota
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-07-10vl: move global property, migrate init earlierPeter Xu
2017-07-10migration: fix handling for --only-migratablePeter Xu
2017-07-04vl: add tcg_enabled() for tcg related codeYang Zhong
2017-07-04vl: convert -tb-size to qemu_strtoulPaolo Bonzini
2017-06-28migration: move only_migratable to MigrationStatePeter Xu
2017-06-28migration: let MigrationState be a qdevPeter Xu
2017-06-28vl: clean up global property registrationPeter Xu
2017-06-28accel: introduce AccelClass.global_propsPeter Xu
2017-06-15vl: Fix broken thread=xxx option of the --accel parameterThomas Huth
2017-06-13migration: Move remaining exported functions to migration/misc.hJuan Quintela