aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
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
2017-05-23shutdown: Prepare for use of an enum in reset/shutdown_requestEric Blake
2017-05-23shutdown: Simplify shutdown_signalEric Blake
2017-05-19Merge remote-tracking branch 'kraxel/tags/pull-audio-20170519-1' into stagingStefan Hajnoczi
2017-05-19audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost
2017-05-19audio: Rename audio_init() to soundhw_init()Eduardo Habkost
2017-05-19audio: Move arch_init audio code to hw/audio/soundhw.cEduardo Habkost
2017-05-19ui: egl-headless requires dmabuf supportGerd Hoffmann
2017-05-17migration: Pass Error ** argument to {save,load}_vmstateJuan Quintela
2017-05-15Merge remote-tracking branch 'kraxel/tags/pull-ui-20170512-1' into stagingStefan Hajnoczi
2017-05-15Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi
2017-05-12opengl: add egl-headless displayGerd Hoffmann
2017-05-11machine: call machine init from wrapperIgor Mammedov
2017-05-11numa: remove no longer need numa_post_machine_init()Igor Mammedov
2017-05-11numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov
2017-05-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi
2017-05-10virtfs: allow a device id to be specified in the -virtfs optionChris Webb
2017-05-08Merge remote-tracking branch 'bonzini/tags/for-upstream' into stagingStefan Hajnoczi
2017-05-05Merge remote-tracking branch 'elmarco/tags/chr-tests-pull-request' into stagingStefan Hajnoczi
2017-05-05Fix the -accel parameter and the documentation for 'hax'Thomas Huth
2017-05-05vl: deprecate the "-hdachs" optionThomas Huth
2017-05-04vl: add todo note about root container cleanupMarc-André Lureau
2017-04-27Issue a deprecation warning if the user specifies the "-hdachs" option.Thomas Huth
2017-04-21xen: use libxendevice model to restrict operationsPaul Durrant
2017-03-14main-loop: remove now unnecessary optimizationPaolo Bonzini