summaryrefslogtreecommitdiffstats
path: root/sysemu.h
Commit message (Expand)AuthorAgeFilesLines
* Allow silent system resetsJan Kiszka2011-06-161-1/+4
* vl.c: Introduce getter for shutdown_requested and reset_requested.Anthony PERARD2011-05-081-0/+2
* migration: move some declarations to migration.hBlue Swirl2011-04-151-5/+0
* Move CPU related functions to cpus.hBlue Swirl2011-04-151-4/+0
* Move clock related functions to qemu-timer.hBlue Swirl2011-04-151-4/+0
* Move generic or OS function declarations to qemu-common.hBlue Swirl2011-04-151-21/+0
* report that QEMU process was killed by a signalGleb Natapov2011-03-261-0/+2
* Introduce -display noneJes Sorensen2011-03-221-0/+1
* Refactor debug and vmstop request interfaceJan Kiszka2011-02-141-0/+2
* Improve vm_stop reason declarationsJan Kiszka2011-02-141-0/+10
* audio: consolidate audio_init()Isaku Yamahata2011-01-251-15/+0
* savevm: Fix no_migrateAlex Williamson2011-01-171-0/+1
* Merge remote branch 'origin/master' into pciMichael S. Tsirkin2011-01-101-1/+2
|\
| * Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno2010-12-271-1/+2
| |\
| | * spice: add qxl deviceGerd Hoffmann2010-12-091-1/+2
* | | pcie/aer: glue aer error injection into qemu monitorIsaku Yamahata2010-12-241-0/+5
|/ /
* | Pass boot device list to firmware.Gleb Natapov2010-12-111-0/+1
* | Add notifier that will be called when machine is fully created.Gleb Natapov2010-12-111-0/+2
* | Add bootindex for option roms.Gleb Natapov2010-12-111-1/+5
* | Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+2
|/
* Use display types for local display only.Gerd Hoffmann2010-09-211-1/+0
* migration: Accept 'cont' only after successful incoming migrationAmit Shah2010-07-301-0/+1
* pci hotplug: make pci_device_hot_remove() staticIsaku Yamahata2010-07-111-1/+0
* Add exit notifiers.Gerd Hoffmann2010-06-141-0/+4
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-06-141-52/+0
|\
| * blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-49/+0
| * qdev: Move declaration of qdev_init_bdrv() into qdev.hMarkus Armbruster2010-06-041-2/+0
| * blockdev: Hide QEMUMachine from drive_init()Markus Armbruster2010-06-041-1/+2
| * blockdev: Belatedly remove driveoptsMarkus Armbruster2010-06-041-1/+0
| * blockdev: Belatedly remove MAX_DRIVESMarkus Armbruster2010-06-041-1/+0
* | Move daemonize handling to OS specific filesJes Sorensen2010-06-121-0/+1
* | Introduce OS specific cmdline argument handling and move SMB arg to os-posix.cJes Sorensen2010-06-121-0/+1
* | Move find_datadir to OS specific files.Jes Sorensen2010-06-121-0/+2
* | Rename os_setup_signal_handling() to os_setup_early_signal_handling()Jes Sorensen2010-06-121-1/+1
* | Move win32 early signal handling setup to os_setup_signal_handling()Jes Sorensen2010-06-121-0/+2
* | vl.c: Move host_main_loop_wait() to OS specific files.Jes Sorensen2010-06-121-0/+4
* | Create qemu-os-win32.h and move WIN32 specific declarations thereJes Sorensen2010-06-121-16/+1
|/
* sysemu: Export 'no_shutdown'Luiz Capitulino2010-05-191-0/+1
* Revert "Monitor: Return before exiting with 'quit'"Luiz Capitulino2010-05-191-2/+0
* Revert "monitor: Convert do_pci_device_hot_remove() to QObject"Markus Armbruster2010-05-191-2/+1
* Revert "PCI: Convert pci_device_hot_add() to QObject"Markus Armbruster2010-05-191-2/+1
* Monitor: Return before exiting with 'quit'Luiz Capitulino2010-04-261-0/+2
* Refactor target specific handling, compile vl.c only onceBlue Swirl2010-03-291-4/+0
* error: Trim includes after "Move qemu_error & friends..."Markus Armbruster2010-03-271-2/+0
* Revert "Add exit notifiers"Anthony Liguori2010-03-211-5/+0
* Add exit notifiersAnthony Liguori2010-03-191-0/+5
* disentangle tcg and deadline calculationPaolo Bonzini2010-03-171-1/+1
* error: Move qemu_error & friends into their own headerMarkus Armbruster2010-03-161-8/+0
* error: Simplify error sink setupMarkus Armbruster2010-03-161-3/+0
* savevm: Fix -loadvm to report errors to stderr, not the monitorMarkus Armbruster2010-03-161-1/+1
OpenPOWER on IntegriCloud