aboutsummaryrefslogtreecommitdiffstats
path: root/sysemu.h
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov1-0/+2
2010-12-09spice: add qxl deviceGerd Hoffmann1-1/+2
2010-09-21Use display types for local display only.Gerd Hoffmann1-1/+0
2010-07-30migration: Accept 'cont' only after successful incoming migrationAmit Shah1-0/+1
2010-07-11pci hotplug: make pci_device_hot_remove() staticIsaku Yamahata1-1/+0
2010-06-14Add exit notifiers.Gerd Hoffmann1-0/+4
2010-06-14Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-52/+0
2010-06-12Move daemonize handling to OS specific filesJes Sorensen1-0/+1
2010-06-12Introduce OS specific cmdline argument handling and move SMB arg to os-posix.cJes Sorensen1-0/+1
2010-06-12Move find_datadir to OS specific files.Jes Sorensen1-0/+2
2010-06-12Rename os_setup_signal_handling() to os_setup_early_signal_handling()Jes Sorensen1-1/+1
2010-06-12Move win32 early signal handling setup to os_setup_signal_handling()Jes Sorensen1-0/+2
2010-06-12vl.c: Move host_main_loop_wait() to OS specific files.Jes Sorensen1-0/+4
2010-06-12Create qemu-os-win32.h and move WIN32 specific declarations thereJes Sorensen1-16/+1
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-49/+0
2010-06-04qdev: Move declaration of qdev_init_bdrv() into qdev.hMarkus Armbruster1-2/+0
2010-06-04blockdev: Hide QEMUMachine from drive_init()Markus Armbruster1-1/+2
2010-06-04blockdev: Belatedly remove driveoptsMarkus Armbruster1-1/+0
2010-06-04blockdev: Belatedly remove MAX_DRIVESMarkus Armbruster1-1/+0
2010-05-19sysemu: Export 'no_shutdown'Luiz Capitulino1-0/+1
2010-05-19Revert "Monitor: Return before exiting with 'quit'"Luiz Capitulino1-2/+0
2010-05-19Revert "monitor: Convert do_pci_device_hot_remove() to QObject"Markus Armbruster1-2/+1
2010-05-19Revert "PCI: Convert pci_device_hot_add() to QObject"Markus Armbruster1-2/+1
2010-04-26Monitor: Return before exiting with 'quit'Luiz Capitulino1-0/+2
2010-03-29Refactor target specific handling, compile vl.c only onceBlue Swirl1-4/+0
2010-03-27error: Trim includes after "Move qemu_error & friends..."Markus Armbruster1-2/+0
2010-03-21Revert "Add exit notifiers"Anthony Liguori1-5/+0
2010-03-19Add exit notifiersAnthony Liguori1-0/+5
2010-03-17disentangle tcg and deadline calculationPaolo Bonzini1-1/+1
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster1-8/+0
2010-03-16error: Simplify error sink setupMarkus Armbruster1-3/+0
2010-03-16savevm: Fix -loadvm to report errors to stderr, not the monitorMarkus Armbruster1-1/+1