aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2012-10-20create struct for machine initialization argumentsEduardo Habkost
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-06vl.c: default to std if cirrus is not availableAurelien Jarno
2012-10-06vl.c: check for qxl availabilityAurelien Jarno
2012-10-06vl.c: convert *vga_enabled functions to QOMAurelien Jarno
2012-10-05cleanup useless return sentenceAmos Kong
2012-09-25add a boot parameter to set reboot timeoutAmos Kong
2012-09-25Cleanup unused global var qemu_system_powerdownIgor Mammedov
2012-09-25Introduce powerdown_notifiersIgor Mammedov
2012-09-23curses: don't initialize curses when qemu is daemonizedHitoshi Mitake
2012-08-27Revert "vl: fix -hdachs/-hda argument order parsing issues"malc
2012-08-27Revert "vga: add some optional CGA compatibility hacks"malc
2012-08-27Revert "i8259: add -no-spurious-interrupt-hack option"malc
2012-08-24i8259: add -no-spurious-interrupt-hack optionMatthew Ogilvie
2012-08-24vga: add some optional CGA compatibility hacksMatthew Ogilvie
2012-08-24vl: fix -hdachs/-hda argument order parsing issuesMatthew Ogilvie
2012-08-18vl: Round argument of -m up to multiple of 8KiBMarkus Armbruster
2012-08-16Allow QEMUMachine to override reset sequencingDavid Gibson
2012-08-16Command line support for seccomp with -sandbox (v8)Eduardo Otubo
2012-08-16Adding seccomp calls to vl.c (v8)Eduardo Otubo
2012-08-13qapi: add query-machines commandAnthony Liguori
2012-08-13qmp: emit the WAKEUP event when the guest is put to runLuiz Capitulino
2012-08-13qmp: don't emit the RESET event on wakeup from S3Luiz Capitulino
2012-08-11Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-08-11Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2012-08-10vl.c: Exit QEMU early if no machine is foundDunrong Huang
2012-08-09handle device help before accelerator set upBruce Rogers
2012-08-09iscsi: Pick default initiator-name based on the name of the VMRonnie Sahlberg
2012-08-04Fixes related to processing of qemu's -numa optionChegu Vinod
2012-08-03fips: fix build on !LinuxAnthony Liguori
2012-08-03vnc: disable VNC password authentication (security type 2) when in FIPS modePaul Moore
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell
2012-07-30Merge commit 'quintela/migration-next-v5' into stagingAnthony Liguori
2012-07-28vl.c: Don't print errno after failed qemu_chr_new()Peter Maydell
2012-07-20savevm: Live migration handlers register the struct directlyJuan Quintela
2012-07-17block: Geometry and translation hints are now useless, purge themMarkus Armbruster
2012-07-13vnc: add a more descriptive error messageAmos Kong
2012-07-11qemu_find_file: check name as a straight path even if it has no '/'Peter Maydell
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana
2012-06-09do not include <libutil.h> needlessly or if it doesn't existMichael Tokarev
2012-06-04qemu-option: qemu_opts_create(): use error_set()Luiz Capitulino
2012-05-14Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori
2012-05-12vga: disable default VGA if appropriate -device is usedPaolo Bonzini
2012-05-10use inet_listen()/inet_connect() to support ipv6 migrationAmos Kong
2012-05-10implement -no-user-config command-line option (v3)Eduardo Habkost
2012-05-10vl.c: change 'defconfig' variable to bool (v2)Eduardo Habkost
2012-05-10move code to read default config files to a separate function (v2)Eduardo Habkost
2012-05-08vl: drop is_suspended variableLuiz Capitulino
2012-05-08runstate: introduce suspended stateLuiz Capitulino
2012-03-31Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl