summaryrefslogtreecommitdiff
path: root/sysemu.h
AgeCommit message (Expand)AuthorFilesLines
2012-11-01vl.c: add missing staticBlue Swirl1-5/+0
2012-10-29Add USB option in machine optionszhlcindy@gmail.com1-1/+3
2012-10-06vga: cleanup after isa_vga_init() and pci_vga_init() conversionAurelien Jarno1-3/+0
2012-09-25Cleanup unused global var qemu_system_powerdownIgor Mammedov1-1/+0
2012-09-25Introduce powerdown_notifiersIgor Mammedov1-0/+1
2012-08-27Revert "i8259: add -no-spurious-interrupt-hack option"malc1-1/+0
2012-08-24i8259: add -no-spurious-interrupt-hack optionMatthew Ogilvie1-0/+1
2012-08-16Allow QEMUMachine to override reset sequencingDavid Gibson1-0/+1
2012-08-04Fixes related to processing of qemu's -numa optionChegu Vinod1-1/+2
2012-06-29Add MigrationParams structureIsaku Yamahata1-1/+2
2012-03-15qapi: Convert migrateLuiz Capitulino1-1/+1
2012-03-15Purge migration of (almost) everything to do with monitorsLuiz Capitulino1-5/+4
2012-02-24suspend: make acpi timer wakeup the guest.Gerd Hoffmann1-0/+1
2012-02-24suspend: make rtc alarm wakeup the guest.Gerd Hoffmann1-0/+1
2012-02-24suspend: add infrastructureGerd Hoffmann1-0/+9
2012-02-01mc146818rtc: Use lost_tick_policy propertyJan Kiszka1-1/+0
2012-01-19kvm: x86: Establish IRQ0 override controlJan Kiszka1-1/+0
2012-01-04Add generic drive hotpluggingAlexander Graf1-1/+5
2011-12-06pcie_aer: adjust do_pcie_aer_inejct_error -> do_pcie_aer_inject_errorZhi Yong Wu1-1/+1
2011-10-21main-loop: create main-loop.hPaolo Bonzini1-2/+1
2011-10-19runstate: Allow user to migrate twiceLuiz Capitulino1-0/+1
2011-10-04qapi: Convert query-statusLuiz Capitulino1-18/+1
2011-10-04RunState: Rename enum values as generated by the QAPILuiz Capitulino1-14/+14
2011-10-04RunState: Drop the RSTATE_NO_STATE valueLuiz Capitulino1-1/+0
2011-09-15QMP: query-status: Introduce 'status' keyLuiz Capitulino1-0/+1
2011-09-15Drop the vm_running global variableLuiz Capitulino1-1/+1
2011-09-15runstate_set(): Check for valid transitionsLuiz Capitulino1-0/+1
2011-09-15RunState: Add additional statesLuiz Capitulino1-1/+7
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-14/+19
2011-09-15Move vm_state_notify() prototype from cpus.h to sysemu.hLuiz Capitulino1-0/+1
2011-08-22Poll main loop after I/O events were receivedJan Kiszka1-1/+1
2011-07-29showing a splash picture when startwayne1-0/+3
2011-06-16Allow silent system resetsJan Kiszka1-1/+4
2011-05-08vl.c: Introduce getter for shutdown_requested and reset_requested.Anthony PERARD1-0/+2
2011-04-15migration: move some declarations to migration.hBlue Swirl1-5/+0
2011-04-15Move CPU related functions to cpus.hBlue Swirl1-4/+0
2011-04-15Move clock related functions to qemu-timer.hBlue Swirl1-4/+0
2011-04-15Move generic or OS function declarations to qemu-common.hBlue Swirl1-21/+0
2011-03-26report that QEMU process was killed by a signalGleb Natapov1-0/+2
2011-03-22Introduce -display noneJes Sorensen1-0/+1
2011-02-14Refactor debug and vmstop request interfaceJan Kiszka1-0/+2
2011-02-14Improve vm_stop reason declarationsJan Kiszka1-0/+10
2011-01-25audio: consolidate audio_init()Isaku Yamahata1-15/+0
2011-01-17savevm: Fix no_migrateAlex Williamson1-0/+1
2011-01-10Merge remote branch 'origin/master' into pciMichael S. Tsirkin1-1/+2
2010-12-27Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno1-1/+2
2010-12-24pcie/aer: glue aer error injection into qemu monitorIsaku Yamahata1-0/+5
2010-12-11Pass boot device list to firmware.Gleb Natapov1-0/+1
2010-12-11Add notifier that will be called when machine is fully created.Gleb Natapov1-0/+2
2010-12-11Add bootindex for option roms.Gleb Natapov1-1/+5