aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-16Allow silent system resetsJan Kiszka1-4/+6
2011-06-15Introduce format string for pid_tAndreas Färber1-1/+1
2011-06-15Command line support for altering the log file locationMatthew Fernandez1-1/+18
2011-06-14usb: don't call usb_host_device_open from vl.cGerd Hoffmann1-1/+5
2011-06-08Merge remote-tracking branch 'spice/spice.v37' into stagingAnthony Liguori1-0/+1
2011-06-07isa-vga: Make available with -device, like the other VGA qdevsMarkus Armbruster1-0/+1
2011-06-06Fix regression introduced by -machine accel=Anthony Liguori1-1/+2
2011-06-06qxl: add to the list of devices which disable the default vgaGerd Hoffmann1-0/+1
2011-05-19defaults: ide-cd, ide-hd and scsi-cd devices suppress default CD-ROMMarkus Armbruster1-0/+3
2011-05-08vl.c: Introduce getter for shutdown_requested and reset_requested.Anthony PERARD1-0/+10
2011-05-08xen: Add initialisation of XenAnthony PERARD1-0/+2
2011-05-08machine, Add default_machine_opts to QEMUMachine.Anthony PERARD1-0/+22
2011-05-08Introduce -machine command option.Anthony PERARD1-12/+90
2011-04-27vl.c: Replace -virtfs string manipulation with QemuOptsStefan Hajnoczi1-37/+19
2011-04-26vl: trivial spelling fixBrad Hards1-1/+1
2011-04-07exit if -drive specified is invalid instead of ignoring the "wrong" -driveMichael Tokarev1-1/+3
2011-04-04virtio: use generic name when possibleAlexander Graf1-3/+3
2011-04-04register signal handler after initializing SDL.Gleb Natapov1-3/+3
2011-04-04vl.c: Tidy up message printed when we exit on a signalPeter Maydell1-2/+9
2011-03-29extract I/O handler lists to iohandler.cPaolo Bonzini1-101/+5
2011-03-26report that QEMU process was killed by a signalGleb Natapov1-1/+19
2011-03-25vl.c: Fix compilation failure if CONFIG_SDL isn't definedPeter Maydell1-6/+7
2011-03-22Make VNC support optionalJes Sorensen1-4/+22
2011-03-22error message if user specifies curses on cmd line when curses is disabledJes Sorensen1-2/+5
2011-03-22error message if user specifies SDL cmd line option when SDL is disabledJes Sorensen1-0/+8