Age | Commit message (Expand) | Author |
2011-07-29 | showing a splash picture when start | wayne |
2011-06-16 | Allow silent system resets | Jan Kiszka |
2011-05-08 | vl.c: Introduce getter for shutdown_requested and reset_requested. | Anthony PERARD |
2011-04-15 | migration: move some declarations to migration.h | Blue Swirl |
2011-04-15 | Move CPU related functions to cpus.h | Blue Swirl |
2011-04-15 | Move clock related functions to qemu-timer.h | Blue Swirl |
2011-04-15 | Move generic or OS function declarations to qemu-common.h | Blue Swirl |
2011-03-26 | report that QEMU process was killed by a signal | Gleb Natapov |
2011-03-22 | Introduce -display none | Jes Sorensen |
2011-02-14 | Refactor debug and vmstop request interface | Jan Kiszka |
2011-02-14 | Improve vm_stop reason declarations | Jan Kiszka |
2011-01-25 | audio: consolidate audio_init() | Isaku Yamahata |
2011-01-17 | savevm: Fix no_migrate | Alex Williamson |
2011-01-10 | Merge remote branch 'origin/master' into pci | Michael S. Tsirkin |
2010-12-27 | Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu | Aurelien Jarno |
2010-12-24 | pcie/aer: glue aer error injection into qemu monitor | Isaku Yamahata |
2010-12-11 | Pass boot device list to firmware. | Gleb Natapov |
2010-12-11 | Add notifier that will be called when machine is fully created. | Gleb Natapov |
2010-12-11 | Add bootindex for option roms. | Gleb Natapov |
2010-12-11 | Add bootindex parameter to net/block/fd device | Gleb Natapov |
2010-12-09 | spice: add qxl device | Gerd Hoffmann |
2010-09-21 | Use display types for local display only. | Gerd Hoffmann |
2010-07-30 | migration: Accept 'cont' only after successful incoming migration | Amit Shah |
2010-07-11 | pci hotplug: make pci_device_hot_remove() static | Isaku Yamahata |
2010-06-14 | Add exit notifiers. | Gerd Hoffmann |
2010-06-14 | Merge remote branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2010-06-12 | Move daemonize handling to OS specific files | Jes Sorensen |
2010-06-12 | Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c | Jes Sorensen |
2010-06-12 | Move find_datadir to OS specific files. | Jes Sorensen |
2010-06-12 | Rename os_setup_signal_handling() to os_setup_early_signal_handling() | Jes Sorensen |
2010-06-12 | Move win32 early signal handling setup to os_setup_signal_handling() | Jes Sorensen |
2010-06-12 | vl.c: Move host_main_loop_wait() to OS specific files. | Jes Sorensen |
2010-06-12 | Create qemu-os-win32.h and move WIN32 specific declarations there | Jes Sorensen |
2010-06-04 | blockdev: Collect block device code in new blockdev.c | Markus Armbruster |
2010-06-04 | qdev: Move declaration of qdev_init_bdrv() into qdev.h | Markus Armbruster |
2010-06-04 | blockdev: Hide QEMUMachine from drive_init() | Markus Armbruster |
2010-06-04 | blockdev: Belatedly remove driveopts | Markus Armbruster |
2010-06-04 | blockdev: Belatedly remove MAX_DRIVES | Markus Armbruster |
2010-05-19 | sysemu: Export 'no_shutdown' | Luiz Capitulino |
2010-05-19 | Revert "Monitor: Return before exiting with 'quit'" | Luiz Capitulino |
2010-05-19 | Revert "monitor: Convert do_pci_device_hot_remove() to QObject" | Markus Armbruster |
2010-05-19 | Revert "PCI: Convert pci_device_hot_add() to QObject" | Markus Armbruster |
2010-04-26 | Monitor: Return before exiting with 'quit' | Luiz Capitulino |
2010-03-29 | Refactor target specific handling, compile vl.c only once | Blue Swirl |
2010-03-27 | error: Trim includes after "Move qemu_error & friends..." | Markus Armbruster |
2010-03-21 | Revert "Add exit notifiers" | Anthony Liguori |
2010-03-19 | Add exit notifiers | Anthony Liguori |
2010-03-17 | disentangle tcg and deadline calculation | Paolo Bonzini |
2010-03-16 | error: Move qemu_error & friends into their own header | Markus Armbruster |
2010-03-16 | error: Simplify error sink setup | Markus Armbruster |