summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
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
2017-06-13migration: create global_state.cJuan Quintela
2017-06-05Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-06-01migration: Move include/migration/block.h into migration/Juan Quintela
2017-06-01migration: Export ram.c functions in its own fileJuan Quintela
2017-06-01migration: Create include for migration snapshotsJuan Quintela
2017-05-30Merge remote-tracking branch 'kraxel/tags/pull-usb-20170529-1' into stagingStefan Hajnoczi
2017-05-30Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi
2017-05-29usb: Deprecate HMP commands usb_add and usb_delThomas Huth
2017-05-29usb: Deprecate the legacy -usbdevice optionThomas Huth
2017-05-23shutdown: Expose bool cause in SHUTDOWN and RESET eventsEric Blake
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-23shutdown: Preserve shutdown cause through replayEric Blake