summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-04vl: add tcg_enabled() for tcg related codeYang Zhong1-1/+7
2017-07-04vl: convert -tb-size to qemu_strtoulPaolo Bonzini1-3/+3
2017-06-28migration: move only_migratable to MigrationStatePeter Xu1-2/+7
2017-06-28migration: let MigrationState be a qdevPeter Xu1-0/+6
2017-06-28vl: clean up global property registrationPeter Xu1-5/+24
2017-06-28accel: introduce AccelClass.global_propsPeter Xu1-0/+1
2017-06-15vl: Fix broken thread=xxx option of the --accel parameterThomas Huth1-8/+5
2017-06-13migration: Move remaining exported functions to migration/misc.hJuan Quintela1-1/+0
2017-06-13migration: create global_state.cJuan Quintela1-0/+1
2017-06-05Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-06-01migration: Move include/migration/block.h into migration/Juan Quintela1-1/+0
2017-06-01migration: Export ram.c functions in its own fileJuan Quintela1-0/+1
2017-06-01migration: Create include for migration snapshotsJuan Quintela1-1/+2
2017-05-30Merge remote-tracking branch 'kraxel/tags/pull-usb-20170529-1' into stagingStefan Hajnoczi1-0/+8
2017-05-30Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi1-29/+40
2017-05-29usb: Deprecate HMP commands usb_add and usb_delThomas Huth1-0/+6
2017-05-29usb: Deprecate the legacy -usbdevice optionThomas Huth1-0/+2
2017-05-23shutdown: Expose bool cause in SHUTDOWN and RESET eventsEric Blake1-4/+4
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-10/+8
2017-05-23shutdown: Preserve shutdown cause through replayEric Blake1-1/+1
2017-05-23shutdown: Prepare for use of an enum in reset/shutdown_requestEric Blake1-20/+33
2017-05-23shutdown: Simplify shutdown_signalEric Blake1-3/+3
2017-05-19Merge remote-tracking branch 'kraxel/tags/pull-audio-20170519-1' into stagingStefan Hajnoczi1-1/+2
2017-05-19audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost1-1/+1
2017-05-19audio: Rename audio_init() to soundhw_init()Eduardo Habkost1-1/+1
2017-05-19audio: Move arch_init audio code to hw/audio/soundhw.cEduardo Habkost1-0/+1
2017-05-19ui: egl-headless requires dmabuf supportGerd Hoffmann1-2/+2
2017-05-17migration: Pass Error ** argument to {save,load}_vmstateJuan Quintela1-1/+3
2017-05-15Merge remote-tracking branch 'kraxel/tags/pull-ui-20170512-1' into stagingStefan Hajnoczi1-0/+16
2017-05-15Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi1-4/+2
2017-05-12opengl: add egl-headless displayGerd Hoffmann1-0/+16
2017-05-11machine: call machine init from wrapperIgor Mammedov1-1/+1
2017-05-11numa: remove no longer need numa_post_machine_init()Igor Mammedov1-2/+0
2017-05-11numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov1-1/+1
2017-05-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi1-2/+3
2017-05-10virtfs: allow a device id to be specified in the -virtfs optionChris Webb1-2/+3
2017-05-08Merge remote-tracking branch 'bonzini/tags/for-upstream' into stagingStefan Hajnoczi1-14/+9