summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* pxa2xx_lcd: add proper rotation supportVasily Khoruzhick2011-07-041-1/+10
* Allow silent system resetsJan Kiszka2011-06-161-4/+6
* Introduce format string for pid_tAndreas Färber2011-06-151-1/+1
* Command line support for altering the log file locationMatthew Fernandez2011-06-151-1/+18
* usb: don't call usb_host_device_open from vl.cGerd Hoffmann2011-06-141-1/+5
* Merge remote-tracking branch 'spice/spice.v37' into stagingAnthony Liguori2011-06-081-0/+1
|\
| * qxl: add to the list of devices which disable the default vgaGerd Hoffmann2011-06-061-0/+1
* | isa-vga: Make available with -device, like the other VGA qdevsMarkus Armbruster2011-06-071-0/+1
* | Fix regression introduced by -machine accel=Anthony Liguori2011-06-061-1/+2
|/
* defaults: ide-cd, ide-hd and scsi-cd devices suppress default CD-ROMMarkus Armbruster2011-05-191-0/+3
* vl.c: Introduce getter for shutdown_requested and reset_requested.Anthony PERARD2011-05-081-0/+10
* xen: Add initialisation of XenAnthony PERARD2011-05-081-0/+2
* machine, Add default_machine_opts to QEMUMachine.Anthony PERARD2011-05-081-0/+22
* Introduce -machine command option.Anthony PERARD2011-05-081-12/+90
* vl.c: Replace -virtfs string manipulation with QemuOptsStefan Hajnoczi2011-04-271-37/+19
* vl: trivial spelling fixBrad Hards2011-04-261-1/+1
* exit if -drive specified is invalid instead of ignoring the "wrong" -driveMichael Tokarev2011-04-071-1/+3
* virtio: use generic name when possibleAlexander Graf2011-04-041-3/+3
* register signal handler after initializing SDL.Gleb Natapov2011-04-041-3/+3
* vl.c: Tidy up message printed when we exit on a signalPeter Maydell2011-04-041-2/+9
* extract I/O handler lists to iohandler.cPaolo Bonzini2011-03-291-101/+5
* report that QEMU process was killed by a signalGleb Natapov2011-03-261-1/+19
* vl.c: Fix compilation failure if CONFIG_SDL isn't definedPeter Maydell2011-03-251-6/+7
* Make VNC support optionalJes Sorensen2011-03-221-4/+22
* error message if user specifies curses on cmd line when curses is disabledJes Sorensen2011-03-221-2/+5
* error message if user specifies SDL cmd line option when SDL is disabledJes Sorensen2011-03-221-0/+8
* Add support for -display vncJes Sorensen2011-03-221-0/+14
* Introduce -display noneJes Sorensen2011-03-221-0/+2
* Introduce -display argumentJes Sorensen2011-03-221-0/+75
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-03-211-0/+1
|\
| * Synchronize VCPU states before resetJan Kiszka2011-03-151-0/+1
* | change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini2011-03-211-6/+6
* | simpletrace: Move st_init() error reportingStefan Hajnoczi2011-03-151-1/+3
|/
* simpletrace: Thread-safe tracingStefan Hajnoczi2011-03-071-12/+4
* Move debug exception handling out of cpu_execJan Kiszka2011-02-141-1/+1
* Refactor debug and vmstop request interfaceJan Kiszka2011-02-141-4/+16
* Improve vm_stop reason declarationsJan Kiszka2011-02-141-1/+1
* Flatten the main loopJan Kiszka2011-02-141-15/+15
* Leave inner main_loop faster on pending requestsJan Kiszka2011-02-141-4/+7
* Process vmstop requests in IO threadJan Kiszka2011-02-141-9/+5
* Stop current VCPU on synchronous reset requestsJan Kiszka2011-02-141-0/+1
* do not pass NULL to strdup.Gleb Natapov2011-02-041-2/+2
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-02-011-1/+1
|\
| * kvm: Drop smp_cpus argument from init functionsJan Kiszka2011-01-231-1/+1
* | blockdev: Fix drive_add for drives without mediaMarkus Armbruster2011-01-311-7/+2
* | blockdev: Replace drive_add()'s fmt, ... by optstr parameterMarkus Armbruster2011-01-311-10/+13
* | blockdev: Reject multiple definitions for the same driveMarkus Armbruster2011-01-311-15/+30
* | blockdev: Make drive_add() take explicit type, index parametersMarkus Armbruster2011-01-311-20/+23
* | Make strtosz() return int64_t instead of ssize_tJes Sorensen2011-01-241-2/+2
|/
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2011-01-101-1/+3
|\
OpenPOWER on IntegriCloud