summaryrefslogtreecommitdiffstats
path: root/include/sysemu/sysemu.h
Commit message (Expand)AuthorAgeFilesLines
* migration: Create savevm.h for functions exported from savevm.cJuan Quintela2017-05-311-47/+0Star
* Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi2017-05-301-7/+25
|\
| * shutdown: Expose bool cause in SHUTDOWN and RESET eventsEric Blake2017-05-231-0/+5
| * shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-2/+2
| * shutdown: Prepare for use of an enum in reset/shutdown_requestEric Blake2017-05-231-5/+18
* | exec: Create include for target_page_size()Juan Quintela2017-05-181-1/+0Star
* | migration: Remove old MigrationParamsJuan Quintela2017-05-181-2/+1Star
|/
* migration: Move check_migratable() into qdev.cJuan Quintela2017-05-171-1/+1
* migration: Pass Error ** argument to {save,load}_vmstateJuan Quintela2017-05-171-2/+2
* numa: Allow setting NUMA distance for different NUMA nodesHe Chen2017-05-111-0/+4
* monitor: Move hmp_info_snapshots from savevm.c to hmp.cJuan Quintela2017-05-041-1/+0Star
* monitor: Move hmp_delvm from savevm.c to hmp.cJuan Quintela2017-05-041-1/+0Star
* monitor: Move hmp_savevm from savevm.c to hmp.cJuan Quintela2017-05-041-1/+0Star
* monitor: Remove monitor parameter from save_vmstateJuan Quintela2017-05-041-1/+1
* ram: Rename qemu_target_page_bits() to qemu_target_page_size()Juan Quintela2017-04-211-1/+1
* report guest crash information in GUEST_PANICKED eventAnton Nefedov2017-02-161-1/+1
* move vm_start to cpus.cClaudio Imbrenda2017-02-161-0/+2
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-2/+2
* savevm: add public save_vmstate functionPavel Dovgalyuk2017-01-271-0/+1
* hw: move reset handlers from vl.c to hw/corePaolo Bonzini2017-01-161-1/+0Star
* numa: make -numa parser dynamically allocate CPUs masksIgor Mammedov2017-01-121-7/+0Star
* Increase MAX_CPUMASK_BITS from 255 to 288Igor Mammedov2016-10-241-1/+1
* block: Add bdrv_runtime_opts to query-command-line-optionsKevin Wolf2016-10-071-0/+1
* vl: Switch qemu_uuid to QemuUUIDFam Zheng2016-09-231-1/+2
* util: Add UUID APIFam Zheng2016-09-231-4/+0Star
* hw/pci: delay bus_master_enable_region initializationMarcel Apfelbaum2016-07-041-0/+1
* vl: Eliminate usb_enabled()Eduardo Habkost2016-06-131-1/+0Star
* migration: convert post-copy to use QIOChannelBufferDaniel P. Berrange2016-05-261-1/+1
* vl: Move DisplayType typedef to vl.cEduardo Habkost2016-05-201-10/+0Star
* vl: Make display_type a local variableEduardo Habkost2016-05-201-1/+0Star
* vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost2016-05-201-1/+0Star
* vl: Add DT_COCOA DisplayType valueEduardo Habkost2016-05-201-0/+1
* vl: Table-based select_vgahw()Eduardo Habkost2016-05-201-0/+1
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-221-1/+0Star
* Finish non-postcopiable iterative devices before packageDr. David Alan Gilbert2015-11-121-1/+1
* Disable mlock around incoming postcopyDr. David Alan Gilbert2015-11-101-0/+1
* Don't iterate on precopy-only devices during postcopyDr. David Alan Gilbert2015-11-101-1/+1
* Add qemu_savevm_state_complete_postcopyDr. David Alan Gilbert2015-11-101-0/+1
* Modify save_live_pending for postcopyDr. David Alan Gilbert2015-11-101-1/+3
* MIG_CMD_PACKAGED: Send a packaged chunk of migration streamDr. David Alan Gilbert2015-11-101-0/+4
* Add wrappers and handlers for sending/receiving the postcopy-ram migration me...Dr. David Alan Gilbert2015-11-101-0/+19
* Return path: Control commandsDr. David Alan Gilbert2015-11-101-0/+4
* Migration commandsDr. David Alan Gilbert2015-11-101-0/+8
* Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert2015-11-101-1/+1
* Provide runtime Target page informationDr. David Alan Gilbert2015-11-101-0/+1
* migration: rename qemu_savevm_state_cancelLiang Li2015-11-041-1/+1
* machine: Eliminate QEMUMachine and qemu_register_machine()Eduardo Habkost2015-09-191-1/+1
* Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin2015-09-071-0/+1
* runstate: Add runstate storeJuan Quintela2015-07-071-0/+1
* semihosting: create SemihostingConfig structure and semihost.hLeon Alrae2015-06-191-1/+0Star