aboutsummaryrefslogtreecommitdiff
path: root/sysemu.h
AgeCommit message (Expand)Author
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
2010-06-14Add exit notifiers.Gerd Hoffmann
2010-06-14Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-06-12Move daemonize handling to OS specific filesJes Sorensen
2010-06-12Introduce OS specific cmdline argument handling and move SMB arg to os-posix.cJes Sorensen
2010-06-12Move find_datadir to OS specific files.Jes Sorensen
2010-06-12Rename os_setup_signal_handling() to os_setup_early_signal_handling()Jes Sorensen
2010-06-12Move win32 early signal handling setup to os_setup_signal_handling()Jes Sorensen
2010-06-12vl.c: Move host_main_loop_wait() to OS specific files.Jes Sorensen
2010-06-12Create qemu-os-win32.h and move WIN32 specific declarations thereJes Sorensen
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-06-04qdev: Move declaration of qdev_init_bdrv() into qdev.hMarkus Armbruster
2010-06-04blockdev: Hide QEMUMachine from drive_init()Markus Armbruster
2010-06-04blockdev: Belatedly remove driveoptsMarkus Armbruster
2010-06-04blockdev: Belatedly remove MAX_DRIVESMarkus Armbruster
2010-05-19sysemu: Export 'no_shutdown'Luiz Capitulino
2010-05-19Revert "Monitor: Return before exiting with 'quit'"Luiz Capitulino
2010-05-19Revert "monitor: Convert do_pci_device_hot_remove() to QObject"Markus Armbruster
2010-05-19Revert "PCI: Convert pci_device_hot_add() to QObject"Markus Armbruster
2010-04-26Monitor: Return before exiting with 'quit'Luiz Capitulino
2010-03-29Refactor target specific handling, compile vl.c only onceBlue Swirl
2010-03-27error: Trim includes after "Move qemu_error & friends..."Markus Armbruster
2010-03-21Revert "Add exit notifiers"Anthony Liguori
2010-03-19Add exit notifiersAnthony Liguori
2010-03-17disentangle tcg and deadline calculationPaolo Bonzini
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster
2010-03-16error: Simplify error sink setupMarkus Armbruster
2010-03-16savevm: Fix -loadvm to report errors to stderr, not the monitorMarkus Armbruster
2010-03-08QMP: Introduce RTC_CHANGE eventLuiz Capitulino
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka
2010-02-19Monitor: Convert pci_device_hot_remove() to cmd_new_ret()Luiz Capitulino
2010-02-19Monitor: Convert pci_device_hot_add() to cmd_new_ret()Luiz Capitulino
2010-01-20virtio-console: qdev conversion, new virtio-serial-busAmit Shah
2009-12-12PCI: Convert pci_device_hot_add() to QObjectLuiz Capitulino
2009-12-03Introduce rerror option for drivesKevin Wolf
2009-12-03Rename DriveInfo.onerror to on_write_errorKevin Wolf
2009-12-03live migration: Propagate output monitor to callback handlerJan Kiszka
2009-12-03live migration: Allow cleanup after cancellation or errorJan Kiszka
2009-12-03monitor: QError supportLuiz Capitulino
2009-11-17Block live migrationlirans@il.ibm.com
2009-10-30net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin
2009-10-27monitor: Convert do_pci_device_hot_remove() to QObjectLuiz Capitulino
2009-10-27kill dead nic unplug code.Gerd Hoffmann
2009-10-06offer right-ctrl as a grab optionDustin Kirkland
2009-10-05drive cleanup fixes.Gerd Hoffmann
2009-10-05pci: windup acpi-based hotplugGerd Hoffmann
2009-10-05Enable host-clock-based RTCJan Kiszka
2009-09-20Compile loader only onceBlue Swirl