summaryrefslogtreecommitdiff
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Poll main loop after I/O events were receivedJan Kiszka2011-08-221-4/+8
* Do not drop global mutex for polled main loop runsJan Kiszka2011-08-221-2/+8
* char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori2011-08-221-4/+4
* Add trace points for g_malloc/g_free functionsAnthony Liguori2011-08-201-0/+27
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-22/+22
* Reorder default ram_size initializationJan Kiszka2011-08-211-5/+5
* Avoid allocating TCG resources in non-TCG modeJan Kiszka2011-08-051-7/+7
* Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori2011-07-291-6/+10
|\
| * vl.c: Check the asked ram_size later.Anthony PERARD2011-07-261-6/+10
* | Allow to leave type on default in -machineJan Kiszka2011-07-291-1/+4
* | showing a splash picture when startwayne2011-07-291-1/+16
|/
* notifier: Pass data argument to callbackJan Kiszka2011-07-231-2/+2