summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* vl: init main loop earlierPaolo Bonzini2012-10-301-6/+6
* main-loop: unify qemu_init_main_loop between QEMU and toolsPaolo Bonzini2012-10-301-5/+0
* vnc: add error propagation to vnc_display_openPaolo Bonzini2012-10-231-3/+6
* migration (incoming): add error propagation to fd and exec protocolsPaolo Bonzini2012-10-231-10/+6
* create struct for machine initialization argumentsEduardo Habkost2012-10-201-2/+7
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-061-1/+0
|\
| * cleanup useless return sentenceAmos Kong2012-10-051-1/+0
* | vl.c: default to std if cirrus is not availableAurelien Jarno2012-10-061-2/+6
* | vl.c: check for qxl availabilityAurelien Jarno2012-10-061-1/+11
* | vl.c: convert *vga_enabled functions to QOMAurelien Jarno2012-10-061-3/+4
|/
* add a boot parameter to set reboot timeoutAmos Kong2012-09-251-1/+2
* Cleanup unused global var qemu_system_powerdownIgor Mammedov2012-09-251-5/+7
* Introduce powerdown_notifiersIgor Mammedov2012-09-251-0/+8
* curses: don't initialize curses when qemu is daemonizedHitoshi Mitake2012-09-231-1/+3
* Revert "vl: fix -hdachs/-hda argument order parsing issues"malc2012-08-271-18/+21
* Revert "vga: add some optional CGA compatibility hacks"malc2012-08-271-23/+0
* Revert "i8259: add -no-spurious-interrupt-hack option"malc2012-08-271-4/+0
* i8259: add -no-spurious-interrupt-hack optionMatthew Ogilvie2012-08-241-0/+4
* vga: add some optional CGA compatibility hacksMatthew Ogilvie2012-08-241-0/+23
* vl: fix -hdachs/-hda argument order parsing issuesMatthew Ogilvie2012-08-241-21/+18
* vl: Round argument of -m up to multiple of 8KiBMarkus Armbruster2012-08-181-3/+4
* Allow QEMUMachine to override reset sequencingDavid Gibson2012-08-161-1/+10
* Command line support for seccomp with -sandbox (v8)Eduardo Otubo2012-08-161-8/+30
* Adding seccomp calls to vl.c (v8)Eduardo Otubo2012-08-161-0/+13
* qapi: add query-machines commandAnthony Liguori2012-08-131-0/+31
* qmp: emit the WAKEUP event when the guest is put to runLuiz Capitulino2012-08-131-1/+1
* qmp: don't emit the RESET event on wakeup from S3Luiz Capitulino2012-08-131-1/+15
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-08-111-5/+5
|\
| * vl.c: Exit QEMU early if no machine is foundDunrong Huang2012-08-101-5/+5
* | Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2012-08-111-0/+5
|\ \ | |/ |/|
| * iscsi: Pick default initiator-name based on the name of the VMRonnie Sahlberg2012-08-091-0/+5
* | handle device help before accelerator set upBruce Rogers2012-08-091-3/+5
|/
* Fixes related to processing of qemu's -numa optionChegu Vinod2012-08-041-22/+21
* fips: fix build on !LinuxAnthony Liguori2012-08-031-3/+0
* vnc: disable VNC password authentication (security type 2) when in FIPS modePaul Moore2012-08-031-0/+4
* Support 'help' as a synonym for '?' in command line optionsPeter Maydell2012-08-021-2/+2
* Merge commit 'quintela/migration-next-v5' into stagingAnthony Liguori2012-07-301-2/+1
|\
| * savevm: Live migration handlers register the struct directlyJuan Quintela2012-07-201-2/+1
* | vl.c: Don't print errno after failed qemu_chr_new()Peter Maydell2012-07-281-6/+6
|/
* block: Geometry and translation hints are now useless, purge themMarkus Armbruster2012-07-171-1/+1
* vnc: add a more descriptive error messageAmos Kong2012-07-131-1/+4
* qemu_find_file: check name as a straight path even if it has no '/'Peter Maydell2012-07-111-3/+2
* Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana2012-06-191-0/+4
* do not include <libutil.h> needlessly or if it doesn't existMichael Tokarev2012-06-091-6/+0
* qemu-option: qemu_opts_create(): use error_set()Luiz Capitulino2012-06-041-9/+13
* Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori2012-05-141-9/+14
|\
| * vga: disable default VGA if appropriate -device is usedPaolo Bonzini2012-05-121-9/+14
* | use inet_listen()/inet_connect() to support ipv6 migrationAmos Kong2012-05-101-1/+6
* | implement -no-user-config command-line option (v3)Eduardo Habkost2012-05-101-1/+5
* | vl.c: change 'defconfig' variable to bool (v2)Eduardo Habkost2012-05-101-2/+2
OpenPOWER on IntegriCloud