aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2011-10-15Drop obsolete nographic timerJan Kiszka
2011-10-15Move graphic-related coalesced MMIO flushes to affected device modelsJan Kiszka
2011-10-04qapi: Convert query-statusLuiz Capitulino
2011-10-04RunState: Rename enum values as generated by the QAPILuiz Capitulino
2011-10-04RunState: Drop the RSTATE_NO_STATE valueLuiz Capitulino
2011-10-04vl: Change qemu_vmstop_requested() to return a boolLuiz Capitulino
2011-09-20Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2011-09-16Fix termination by signal with -no-shutdownKevin Wolf
2011-09-15QMP: query-status: Introduce 'status' keyLuiz Capitulino
2011-09-15Monitor/QMP: Don't allow cont on bad VM stateLuiz Capitulino
2011-09-15Drop the vm_running global variableLuiz Capitulino
2011-09-15Drop the incoming_expected global variableLuiz Capitulino
2011-09-15runstate_set(): Check for valid transitionsLuiz Capitulino
2011-09-15RunState: Add additional statesLuiz Capitulino
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-09-09Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-09-09Don't use g_thread_get_initialized.Gerd Hoffmann
2011-09-09Fix comment (install patch -> install path)Stefan Weil
2011-09-02rename qemu_malloc and related to glib names for coherenceFrediano Ziglio
2011-09-02main: force enabling of I/O threadAnthony Liguori
2011-09-02Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori
2011-09-01Add glib support to main loopAnthony Liguori
2011-09-01trace: add "-trace events" argument to control initial stateLluís
2011-09-01trace: avoid conditional code compilation during option parsingLluís
2011-09-01trace: move backend-specific code into the trace/ directoryLluís
2011-09-01trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_*Lluís
2011-08-22Poll main loop after I/O events were receivedJan Kiszka
2011-08-22Do not drop global mutex for polled main loop runsJan Kiszka
2011-08-22char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()Anthony Liguori
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori
2011-08-20Add trace points for g_malloc/g_free functionsAnthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-21Reorder default ram_size initializationJan Kiszka
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka
2011-07-29Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori
2011-07-29Allow to leave type on default in -machineJan Kiszka
2011-07-29showing a splash picture when startwayne
2011-07-26vl.c: Check the asked ram_size later.Anthony PERARD
2011-07-23notifier: Pass data argument to callbackJan Kiszka
2011-07-23do not reset no_shutdown after we shutdown the vmWen Congyang
2011-07-23vl.c: Don't limit node count by smp countSasha Levin
2011-07-23Generalize -machine command line optionJan Kiszka
2011-07-04pxa2xx_lcd: add proper rotation supportVasily Khoruzhick
2011-06-16Allow silent system resetsJan Kiszka
2011-06-15Introduce format string for pid_tAndreas Färber
2011-06-15Command line support for altering the log file locationMatthew Fernandez
2011-06-14usb: don't call usb_host_device_open from vl.cGerd Hoffmann
2011-06-08Merge remote-tracking branch 'spice/spice.v37' into stagingAnthony Liguori
2011-06-07isa-vga: Make available with -device, like the other VGA qdevsMarkus Armbruster
2011-06-06Fix regression introduced by -machine accel=Anthony Liguori