aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
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
2011-06-06qxl: add to the list of devices which disable the default vgaGerd Hoffmann
2011-05-19defaults: ide-cd, ide-hd and scsi-cd devices suppress default CD-ROMMarkus Armbruster
2011-05-08vl.c: Introduce getter for shutdown_requested and reset_requested.Anthony PERARD
2011-05-08xen: Add initialisation of XenAnthony PERARD
2011-05-08machine, Add default_machine_opts to QEMUMachine.Anthony PERARD
2011-05-08Introduce -machine command option.Anthony PERARD
2011-04-27vl.c: Replace -virtfs string manipulation with QemuOptsStefan Hajnoczi
2011-04-26vl: trivial spelling fixBrad Hards
2011-04-07exit if -drive specified is invalid instead of ignoring the "wrong" -driveMichael Tokarev
2011-04-04virtio: use generic name when possibleAlexander Graf
2011-04-04register signal handler after initializing SDL.Gleb Natapov
2011-04-04vl.c: Tidy up message printed when we exit on a signalPeter Maydell
2011-03-29extract I/O handler lists to iohandler.cPaolo Bonzini
2011-03-26report that QEMU process was killed by a signalGleb Natapov
2011-03-25vl.c: Fix compilation failure if CONFIG_SDL isn't definedPeter Maydell
2011-03-22Make VNC support optionalJes Sorensen
2011-03-22error message if user specifies curses on cmd line when curses is disabledJes Sorensen
2011-03-22error message if user specifies SDL cmd line option when SDL is disabledJes Sorensen
2011-03-22Add support for -display vncJes Sorensen
2011-03-22Introduce -display noneJes Sorensen
2011-03-22Introduce -display argumentJes Sorensen
2011-03-21Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini
2011-03-15simpletrace: Move st_init() error reportingStefan Hajnoczi
2011-03-15Synchronize VCPU states before resetJan Kiszka
2011-03-07simpletrace: Thread-safe tracingStefan Hajnoczi
2011-02-14Move debug exception handling out of cpu_execJan Kiszka
2011-02-14Refactor debug and vmstop request interfaceJan Kiszka
2011-02-14Improve vm_stop reason declarationsJan Kiszka
2011-02-14Flatten the main loopJan Kiszka
2011-02-14Leave inner main_loop faster on pending requestsJan Kiszka
2011-02-14Process vmstop requests in IO threadJan Kiszka
2011-02-14Stop current VCPU on synchronous reset requestsJan Kiszka
2011-02-04do not pass NULL to strdup.Gleb Natapov