aboutsummaryrefslogtreecommitdiff
path: root/sysemu.h
AgeCommit message (Expand)Author
2012-08-27Revert "i8259: add -no-spurious-interrupt-hack option"malc
2012-08-24i8259: add -no-spurious-interrupt-hack optionMatthew Ogilvie
2012-08-16Allow QEMUMachine to override reset sequencingDavid Gibson
2012-08-04Fixes related to processing of qemu's -numa optionChegu Vinod
2012-06-29Add MigrationParams structureIsaku Yamahata
2012-03-15qapi: Convert migrateLuiz Capitulino
2012-03-15Purge migration of (almost) everything to do with monitorsLuiz Capitulino
2012-02-24suspend: make acpi timer wakeup the guest.Gerd Hoffmann
2012-02-24suspend: make rtc alarm wakeup the guest.Gerd Hoffmann
2012-02-24suspend: add infrastructureGerd Hoffmann
2012-02-01mc146818rtc: Use lost_tick_policy propertyJan Kiszka
2012-01-19kvm: x86: Establish IRQ0 override controlJan Kiszka
2012-01-04Add generic drive hotpluggingAlexander Graf
2011-12-06pcie_aer: adjust do_pcie_aer_inejct_error -> do_pcie_aer_inject_errorZhi Yong Wu
2011-10-21main-loop: create main-loop.hPaolo Bonzini
2011-10-19runstate: Allow user to migrate twiceLuiz Capitulino
2011-10-04qapi: Convert query-statusLuiz Capitulino
2011-10-04RunState: Rename enum values as generated by the QAPILuiz Capitulino
2011-10-04RunState: Drop the RSTATE_NO_STATE valueLuiz Capitulino
2011-09-15QMP: query-status: Introduce 'status' keyLuiz Capitulino
2011-09-15Drop the vm_running global variableLuiz Capitulino
2011-09-15runstate_set(): Check for valid transitionsLuiz Capitulino
2011-09-15RunState: Add additional statesLuiz Capitulino
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-09-15Move vm_state_notify() prototype from cpus.h to sysemu.hLuiz Capitulino
2011-08-22Poll main loop after I/O events were receivedJan Kiszka
2011-07-29showing a splash picture when startwayne
2011-06-16Allow silent system resetsJan Kiszka
2011-05-08vl.c: Introduce getter for shutdown_requested and reset_requested.Anthony PERARD
2011-04-15migration: move some declarations to migration.hBlue Swirl
2011-04-15Move CPU related functions to cpus.hBlue Swirl
2011-04-15Move clock related functions to qemu-timer.hBlue Swirl
2011-04-15Move generic or OS function declarations to qemu-common.hBlue Swirl
2011-03-26report that QEMU process was killed by a signalGleb Natapov
2011-03-22Introduce -display noneJes Sorensen
2011-02-14Refactor debug and vmstop request interfaceJan Kiszka
2011-02-14Improve vm_stop reason declarationsJan Kiszka
2011-01-25audio: consolidate audio_init()Isaku Yamahata
2011-01-17savevm: Fix no_migrateAlex Williamson
2011-01-10Merge remote branch 'origin/master' into pciMichael S. Tsirkin
2010-12-27Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno
2010-12-24pcie/aer: glue aer error injection into qemu monitorIsaku Yamahata
2010-12-11Pass boot device list to firmware.Gleb Natapov
2010-12-11Add notifier that will be called when machine is fully created.Gleb Natapov
2010-12-11Add bootindex for option roms.Gleb Natapov
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov
2010-12-09spice: add qxl deviceGerd Hoffmann
2010-09-21Use display types for local display only.Gerd Hoffmann
2010-07-30migration: Accept 'cont' only after successful incoming migrationAmit Shah
2010-07-11pci hotplug: make pci_device_hot_remove() staticIsaku Yamahata