aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-20Merge remote-tracking branch 'aneesh/for-upstream-6' into stagingAnthony Liguori1-7/+17
2011-10-19runstate: Allow user to migrate twiceLuiz Capitulino1-2/+7
2011-10-19runstate: Allow to transition from paused to postmigrateLuiz Capitulino1-0/+1
2011-10-19runstate: Print state transition when invalidLuiz Capitulino1-3/+6
2011-10-15Drop obsolete nographic timerJan Kiszka1-13/+0
2011-10-15Move graphic-related coalesced MMIO flushes to affected device modelsJan Kiszka1-2/+0
2011-10-15hw/9pfs: Handle Security model parsingM. Mohan Kumar1-4/+2
2011-10-15hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS codeAneesh Kumar K.V1-3/+3
2011-10-12hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V1-0/+12
2011-10-04qapi: Convert query-statusLuiz Capitulino1-21/+11
2011-10-04RunState: Rename enum values as generated by the QAPILuiz Capitulino1-59/+59
2011-10-04RunState: Drop the RSTATE_NO_STATE valueLuiz Capitulino1-12/+7
2011-10-04vl: Change qemu_vmstop_requested() to return a boolLuiz Capitulino1-6/+10
2011-09-20Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-18/+138
2011-09-16Fix termination by signal with -no-shutdownKevin Wolf1-0/+1
2011-09-15QMP: query-status: Introduce 'status' keyLuiz Capitulino1-0/+23
2011-09-15Monitor/QMP: Don't allow cont on bad VM stateLuiz Capitulino1-0/+4
2011-09-15Drop the vm_running global variableLuiz Capitulino1-3/+6
2011-09-15Drop the incoming_expected global variableLuiz Capitulino1-2/+0
2011-09-15runstate_set(): Check for valid transitionsLuiz Capitulino1-1/+73
2011-09-15RunState: Add additional statesLuiz Capitulino1-0/+20
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-13/+13
2011-09-09Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+1
2011-09-09Don't use g_thread_get_initialized.Gerd Hoffmann1-0/+1
2011-09-09Fix comment (install patch -> install path)Stefan Weil1-1/+1
2011-09-02rename qemu_malloc and related to glib names for coherenceFrediano Ziglio1-3/+3
2011-09-02main: force enabling of I/O threadAnthony Liguori1-18/+0
2011-09-02Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori1-8/+11
2011-09-01Add glib support to main loopAnthony Liguori1-0/+74
2011-09-01trace: add "-trace events" argument to control initial stateLluís1-1/+3
2011-09-01trace: avoid conditional code compilation during option parsingLluís1-8/+9
2011-09-01trace: move backend-specific code into the trace/ directoryLluís1-1/+1
2011-09-01trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_*Lluís1-1/+1
2011-08-22Poll main loop after I/O events were receivedJan Kiszka1-4/+8
2011-08-22Do not drop global mutex for polled main loop runsJan Kiszka1-2/+8
2011-08-22char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori1-4/+4
2011-08-20Add trace points for g_malloc/g_free functionsAnthony Liguori1-0/+27
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-22/+22
2011-08-21Reorder default ram_size initializationJan Kiszka1-5/+5
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka1-7/+7
2011-07-29Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori1-6/+10
2011-07-29Allow to leave type on default in -machineJan Kiszka1-1/+4
2011-07-29showing a splash picture when startwayne1-1/+16
2011-07-26vl.c: Check the asked ram_size later.Anthony PERARD1-6/+10
2011-07-23notifier: Pass data argument to callbackJan Kiszka1-2/+2
2011-07-23do not reset no_shutdown after we shutdown the vmWen Congyang1-1/+0
2011-07-23vl.c: Don't limit node count by smp countSasha Levin1-2/+2
2011-07-23Generalize -machine command line optionJan Kiszka1-17/+26
2011-07-04pxa2xx_lcd: add proper rotation supportVasily Khoruzhick1-1/+10