aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-22Add support for -display vncJes Sorensen1-0/+14
2011-03-22Introduce -display noneJes Sorensen1-0/+2
2011-03-22Introduce -display argumentJes Sorensen1-0/+75
2011-03-21Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-0/+1
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini1-6/+6
2011-03-15simpletrace: Move st_init() error reportingStefan Hajnoczi1-1/+3
2011-03-15Synchronize VCPU states before resetJan Kiszka1-0/+1
2011-03-07simpletrace: Thread-safe tracingStefan Hajnoczi1-12/+4
2011-02-14Move debug exception handling out of cpu_execJan Kiszka1-1/+1
2011-02-14Refactor debug and vmstop request interfaceJan Kiszka1-4/+16
2011-02-14Improve vm_stop reason declarationsJan Kiszka1-1/+1
2011-02-14Flatten the main loopJan Kiszka1-15/+15
2011-02-14Leave inner main_loop faster on pending requestsJan Kiszka1-4/+7
2011-02-14Process vmstop requests in IO threadJan Kiszka1-9/+5
2011-02-14Stop current VCPU on synchronous reset requestsJan Kiszka1-0/+1