summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-27Revert "vl: fix -hdachs/-hda argument order parsing issues"malc1-18/+21
2012-08-27Revert "vga: add some optional CGA compatibility hacks"malc1-23/+0
2012-08-27Revert "i8259: add -no-spurious-interrupt-hack option"malc1-4/+0
2012-08-24i8259: add -no-spurious-interrupt-hack optionMatthew Ogilvie1-0/+4
2012-08-24vga: add some optional CGA compatibility hacksMatthew Ogilvie1-0/+23
2012-08-24vl: fix -hdachs/-hda argument order parsing issuesMatthew Ogilvie1-21/+18
2012-08-18vl: Round argument of -m up to multiple of 8KiBMarkus Armbruster1-3/+4
2012-08-16Allow QEMUMachine to override reset sequencingDavid Gibson1-1/+10
2012-08-16Command line support for seccomp with -sandbox (v8)Eduardo Otubo1-8/+30
2012-08-16Adding seccomp calls to vl.c (v8)Eduardo Otubo1-0/+13
2012-08-13qapi: add query-machines commandAnthony Liguori1-0/+31
2012-08-13qmp: emit the WAKEUP event when the guest is put to runLuiz Capitulino1-1/+1
2012-08-13qmp: don't emit the RESET event on wakeup from S3Luiz Capitulino1-1/+15
2012-08-11Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-5/+5
2012-08-11Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-0/+5
2012-08-10vl.c: Exit QEMU early if no machine is foundDunrong Huang1-5/+5
2012-08-09handle device help before accelerator set upBruce Rogers1-3/+5
2012-08-09iscsi: Pick default initiator-name based on the name of the VMRonnie Sahlberg1-0/+5
2012-08-04Fixes related to processing of qemu's -numa optionChegu Vinod1-22/+21
2012-08-03fips: fix build on !LinuxAnthony Liguori1-3/+0
2012-08-03vnc: disable VNC password authentication (security type 2) when in FIPS modePaul Moore1-0/+4
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell1-2/+2
2012-07-30Merge commit 'quintela/migration-next-v5' into stagingAnthony Liguori1-2/+1
2012-07-28vl.c: Don't print errno after failed qemu_chr_new()Peter Maydell1-6/+6
2012-07-20savevm: Live migration handlers register the struct directlyJuan Quintela1-2/+1
2012-07-17block: Geometry and translation hints are now useless, purge themMarkus Armbruster1-1/+1
2012-07-13vnc: add a more descriptive error messageAmos Kong1-1/+4
2012-07-11qemu_find_file: check name as a straight path even if it has no '/'Peter Maydell1-3/+2
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana1-0/+4
2012-06-09do not include <libutil.h> needlessly or if it doesn't existMichael Tokarev1-6/+0
2012-06-04qemu-option: qemu_opts_create(): use error_set()Luiz Capitulino1-9/+13
2012-05-14Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori1-9/+14
2012-05-12vga: disable default VGA if appropriate -device is usedPaolo Bonzini1-9/+14
2012-05-10use inet_listen()/inet_connect() to support ipv6 migrationAmos Kong1-1/+6
2012-05-10implement -no-user-config command-line option (v3)Eduardo Habkost1-1/+5
2012-05-10vl.c: change 'defconfig' variable to bool (v2)Eduardo Habkost1-2/+2
2012-05-10move code to read default config files to a separate function (v2)Eduardo Habkost1-8/+2
2012-05-08vl: drop is_suspended variableLuiz Capitulino1-5/+2
2012-05-08runstate: introduce suspended stateLuiz Capitulino1-0/+7
2012-03-31Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl1-0/+2
2012-03-30qtest: add test frameworkAnthony Liguori1-1/+9
2012-03-30rtc: add -rtc clock=rtPaolo Bonzini1-0/+2
2012-03-26vl.c: fix '-cpu ?' segfaultEduardo Habkost1-1/+1
2012-03-19Merge remote-tracking branch 'sstabellini/saverestore-8' into stagingAnthony Liguori1-1/+1
2012-03-19Set runstate to INMIGRATE earlierStefano Stabellini1-1/+1
2012-03-19spice: fix broken initializationAlon Levy1-0/+5
2012-03-13qom: Register QOM infrastructure earlyAndreas Färber1-2/+2
2012-03-12initialize CPU model list after handling -readconfig optionsEduardo Habkost1-7/+13
2012-03-02arm: add device tree supportGrant Likely1-0/+8
2012-02-27usb: Resolve warnings about unassigned bus on usb device creationJan Kiszka1-3/+4