aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2011-04-07exit if -drive specified is invalid instead of ignoring the "wrong" -driveMichael Tokarev
2011-04-04virtio: use generic name when possibleAlexander Graf
2011-04-04register signal handler after initializing SDL.Gleb Natapov
2011-04-04vl.c: Tidy up message printed when we exit on a signalPeter Maydell
2011-03-29extract I/O handler lists to iohandler.cPaolo Bonzini
2011-03-26report that QEMU process was killed by a signalGleb Natapov
2011-03-25vl.c: Fix compilation failure if CONFIG_SDL isn't definedPeter Maydell
2011-03-22Make VNC support optionalJes Sorensen
2011-03-22error message if user specifies curses on cmd line when curses is disabledJes Sorensen
2011-03-22error message if user specifies SDL cmd line option when SDL is disabledJes Sorensen
2011-03-22Add support for -display vncJes Sorensen
2011-03-22Introduce -display noneJes Sorensen
2011-03-22Introduce -display argumentJes Sorensen
2011-03-21Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini
2011-03-15simpletrace: Move st_init() error reportingStefan Hajnoczi
2011-03-15Synchronize VCPU states before resetJan Kiszka
2011-03-07simpletrace: Thread-safe tracingStefan Hajnoczi
2011-02-14Move debug exception handling out of cpu_execJan Kiszka
2011-02-14Refactor debug and vmstop request interfaceJan Kiszka
2011-02-14Improve vm_stop reason declarationsJan Kiszka
2011-02-14Flatten the main loopJan Kiszka
2011-02-14Leave inner main_loop faster on pending requestsJan Kiszka
2011-02-14Process vmstop requests in IO threadJan Kiszka
2011-02-14Stop current VCPU on synchronous reset requestsJan Kiszka
2011-02-04do not pass NULL to strdup.Gleb Natapov
2011-02-01Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-01-31blockdev: Fix drive_add for drives without mediaMarkus Armbruster
2011-01-31blockdev: Replace drive_add()'s fmt, ... by optstr parameterMarkus Armbruster
2011-01-31blockdev: Reject multiple definitions for the same driveMarkus Armbruster
2011-01-31blockdev: Make drive_add() take explicit type, index parametersMarkus Armbruster
2011-01-24Make strtosz() return int64_t instead of ssize_tJes Sorensen
2011-01-23kvm: Drop smp_cpus argument from init functionsJan Kiszka
2011-01-10Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-12-27Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno
2010-12-27Fix a missing trailing newlineAurelien Jarno
2010-12-20qbus: register reset handler for qbus whose parent is NULLIsaku Yamahata
2010-12-19Avoid a warning from OpenBSD linkerBlue Swirl
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-12-01Merge remote branch 'origin/master' into pciMichael S. Tsirkin
2010-11-22qdev: reset qdev along with qdev treeAnthony Liguori
2010-11-21trace: Trace vm_start()/vm_stop()Stefan Hajnoczi
2010-11-16Delete IOHandlers after potentially running themStefan Hajnoczi
2010-11-03Introduce strtosz() library function to convert a string to a byte count.Jes Sorensen
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl
2010-10-05Merge remote branch 'spice/submit.6' into stagingAnthony Liguori