summaryrefslogtreecommitdiff
path: root/include/sysemu/sysemu.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-28migration: move only_migratable to MigrationStatePeter Xu1-1/+0
2017-06-01migration: Create include for migration snapshotsJuan Quintela1-3/+0
2017-05-31migration: Create savevm.h for functions exported from savevm.cJuan Quintela1-47/+0
2017-05-30Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi1-7/+25
2017-05-23shutdown: Expose bool cause in SHUTDOWN and RESET eventsEric Blake1-0/+5
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-2/+2
2017-05-23shutdown: Prepare for use of an enum in reset/shutdown_requestEric Blake1-5/+18
2017-05-18exec: Create include for target_page_size()Juan Quintela1-1/+0
2017-05-18migration: Remove old MigrationParamsJuan Quintela1-2/+1
2017-05-17migration: Move check_migratable() into qdev.cJuan Quintela1-1/+1
2017-05-17migration: Pass Error ** argument to {save,load}_vmstateJuan Quintela1-2/+2
2017-05-11numa: Allow setting NUMA distance for different NUMA nodesHe Chen1-0/+4
2017-05-04monitor: Move hmp_info_snapshots from savevm.c to hmp.cJuan Quintela1-1/+0
2017-05-04monitor: Move hmp_delvm from savevm.c to hmp.cJuan Quintela1-1/+0
2017-05-04monitor: Move hmp_savevm from savevm.c to hmp.cJuan Quintela1-1/+0
2017-05-04monitor: Remove monitor parameter from save_vmstateJuan Quintela1-1/+1
2017-04-21ram: Rename qemu_target_page_bits() to qemu_target_page_size()Juan Quintela1-1/+1
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov1-1/+1
2017-02-16move vm_start to cpus.cClaudio Imbrenda1-0/+2
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-2/+2
2017-01-27savevm: add public save_vmstate functionPavel Dovgalyuk1-0/+1
2017-01-16hw: move reset handlers from vl.c to hw/corePaolo Bonzini1-1/+0
2017-01-12numa: make -numa parser dynamically allocate CPUs masksIgor Mammedov1-7/+0
2016-10-24Increase MAX_CPUMASK_BITS from 255 to 288Igor Mammedov1-1/+1
2016-10-07block: Add bdrv_runtime_opts to query-command-line-optionsKevin Wolf1-0/+1
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng1-1/+2
2016-09-23util: Add UUID APIFam Zheng1-4/+0
2016-07-04hw/pci: delay bus_master_enable_region initializationMarcel Apfelbaum1-0/+1
2016-06-13vl: Eliminate usb_enabled()Eduardo Habkost1-1/+0
2016-05-26migration: convert post-copy to use QIOChannelBufferDaniel P. Berrange1-1/+1
2016-05-20vl: Move DisplayType typedef to vl.cEduardo Habkost1-10/+0
2016-05-20vl: Make display_type a local variableEduardo Habkost1-1/+0
2016-05-20vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost1-1/+0
2016-05-20vl: Add DT_COCOA DisplayType valueEduardo Habkost1-0/+1
2016-05-20vl: Table-based select_vgahw()Eduardo Habkost1-0/+1
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2015-11-12Finish non-postcopiable iterative devices before packageDr. David Alan Gilbert1-1/+1
2015-11-10Disable mlock around incoming postcopyDr. David Alan Gilbert1-0/+1
2015-11-10Don't iterate on precopy-only devices during postcopyDr. David Alan Gilbert1-1/+1
2015-11-10Add qemu_savevm_state_complete_postcopyDr. David Alan Gilbert1-0/+1
2015-11-10Modify save_live_pending for postcopyDr. David Alan Gilbert1-1/+3
2015-11-10MIG_CMD_PACKAGED: Send a packaged chunk of migration streamDr. David Alan Gilbert1-0/+4
2015-11-10Add wrappers and handlers for sending/receiving the postcopy-ram migration me...Dr. David Alan Gilbert1-0/+19
2015-11-10Return path: Control commandsDr. David Alan Gilbert1-0/+4
2015-11-10Migration commandsDr. David Alan Gilbert1-0/+8
2015-11-10Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert1-1/+1
2015-11-10Provide runtime Target page informationDr. David Alan Gilbert1-0/+1
2015-11-04migration: rename qemu_savevm_state_cancelLiang Li1-1/+1
2015-09-19machine: Eliminate QEMUMachine and qemu_register_machine()Eduardo Habkost1-1/+1
2015-09-07Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin1-0/+1