aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-04do not pass NULL to strdup.Gleb Natapov1-2/+2
2011-02-01Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-1/+1
2011-01-31blockdev: Fix drive_add for drives without mediaMarkus Armbruster1-7/+2
2011-01-31blockdev: Replace drive_add()'s fmt, ... by optstr parameterMarkus Armbruster1-10/+13
2011-01-31blockdev: Reject multiple definitions for the same driveMarkus Armbruster1-15/+30
2011-01-31blockdev: Make drive_add() take explicit type, index parametersMarkus Armbruster1-20/+23
2011-01-24Make strtosz() return int64_t instead of ssize_tJes Sorensen1-2/+2
2011-01-23kvm: Drop smp_cpus argument from init functionsJan Kiszka1-1/+1
2011-01-10Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-1/+3