summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * qbus: register reset handler for qbus whose parent is NULLIsaku Yamahata2010-12-201-1/+3
* | Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno2010-12-271-1/+3
|\ \
| * | spice: add qxl deviceGerd Hoffmann2010-12-091-1/+3
* | | Fix a missing trailing newlineAurelien Jarno2010-12-271-1/+1
* | | Avoid a warning from OpenBSD linkerBlue Swirl2010-12-191-2/+4
| |/ |/|
* | Pass boot device list to firmware.Gleb Natapov2010-12-111-0/+48
* | Add notifier that will be called when machine is fully created.Gleb Natapov2010-12-111-0/+15
* | Add bootindex for option roms.Gleb Natapov2010-12-111-2/+9
* | Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+40
|/
OpenPOWER on IntegriCloud