summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* fix spelling in main directoryDong Xu Wang2011-12-021-1/+1
* vl: Tighten parsing of -m argumentMarkus Armbruster2011-11-281-2/+3
* vl: Tighten parsing of -numa's parameter memMarkus Armbruster2011-11-281-2/+2
* vl.c: prohibit simultaneous use of -icount with kvm or xenMax Filippov2011-11-111-0/+5
* vl.c: Fail gracefully if no machine is foundAndreas Färber2011-11-111-0/+5
* Clean up assertion in get_boot_devices_list()Markus Armbruster2011-11-091-1/+1
* qemu_timedate_diff() shouldn't modify its argument.Gleb Natapov2011-11-071-2/+5
* vl.c: Guard against GThread double-initializationAndreas Färber2011-11-011-1/+3
* Merge remote-tracking branch 'aneesh/for-upstream-7' into stagingAnthony Liguori2011-10-311-0/+20
|\
| * hw/9pfs: Add synthetic file system support using 9pAneesh Kumar K.V2011-10-311-0/+18
| * hw/9pfs: Read-only support for 9p exportM. Mohan Kumar2011-10-311-0/+2
* | Drop qemu-objects.h from modules that don't require itLuiz Capitulino2011-10-271-1/+1
|/
* simplify main loop functionsPaolo Bonzini2011-10-211-38/+41
* main-loop: create main-loop.cPaolo Bonzini2011-10-211-122/+1
* main-loop: create main-loop.hPaolo Bonzini2011-10-211-0/+1
* qemu-timer: move more stuff out of qemu-timer.cPaolo Bonzini2011-10-211-0/+1
* qemu-timer: use atexit for quit_timersPaolo Bonzini2011-10-211-1/+0
* Merge remote-tracking branch 'aneesh/for-upstream-6' into stagingAnthony Liguori2011-10-201-7/+17
|\
| * hw/9pfs: Handle Security model parsingM. Mohan Kumar2011-10-151-4/+2
| * hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS codeAneesh Kumar K.V2011-10-151-3/+3
| * hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V2011-10-121-0/+12
* | runstate: Allow user to migrate twiceLuiz Capitulino2011-10-191-2/+7
* | runstate: Allow to transition from paused to postmigrateLuiz Capitulino2011-10-191-0/+1
* | runstate: Print state transition when invalidLuiz Capitulino2011-10-191-3/+6
* | Drop obsolete nographic timerJan Kiszka2011-10-151-13/+0
* | Move graphic-related coalesced MMIO flushes to affected device modelsJan Kiszka2011-10-151-2/+0
|/
* qapi: Convert query-statusLuiz Capitulino2011-10-041-21/+11
* RunState: Rename enum values as generated by the QAPILuiz Capitulino2011-10-041-59/+59
* RunState: Drop the RSTATE_NO_STATE valueLuiz Capitulino2011-10-041-12/+7
* vl: Change qemu_vmstop_requested() to return a boolLuiz Capitulino2011-10-041-6/+10
* Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2011-09-201-18/+138
|\
| * QMP: query-status: Introduce 'status' keyLuiz Capitulino2011-09-151-0/+23
| * Monitor/QMP: Don't allow cont on bad VM stateLuiz Capitulino2011-09-151-0/+4
| * Drop the vm_running global variableLuiz Capitulino2011-09-151-3/+6
| * Drop the incoming_expected global variableLuiz Capitulino2011-09-151-2/+0
| * runstate_set(): Check for valid transitionsLuiz Capitulino2011-09-151-1/+73
| * RunState: Add additional statesLuiz Capitulino2011-09-151-0/+20
| * Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-13/+13
* | Fix termination by signal with -no-shutdownKevin Wolf2011-09-161-0/+1
|/
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-09-091-1/+1
|\
| * Fix comment (install patch -> install path)Stefan Weil2011-09-091-1/+1
* | Don't use g_thread_get_initialized.Gerd Hoffmann2011-09-091-0/+1
|/
* rename qemu_malloc and related to glib names for coherenceFrediano Ziglio2011-09-021-3/+3
* main: force enabling of I/O threadAnthony Liguori2011-09-021-18/+0
* Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori2011-09-021-8/+11
|\
| * trace: add "-trace events" argument to control initial stateLluís2011-09-011-1/+3
| * trace: avoid conditional code compilation during option parsingLluís2011-09-011-8/+9
| * trace: move backend-specific code into the trace/ directoryLluís2011-09-011-1/+1
| * trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_*Lluís2011-09-011-1/+1
* | Add glib support to main loopAnthony Liguori2011-09-011-0/+74
|/
OpenPOWER on IntegriCloud