summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | move code to read default config files to a separate function (v2)Eduardo Habkost2012-05-101-8/+2
|/
* vl: drop is_suspended variableLuiz Capitulino2012-05-081-5/+2
* runstate: introduce suspended stateLuiz Capitulino2012-05-081-0/+7
* Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl2012-03-311-0/+2
|\
| * rtc: add -rtc clock=rtPaolo Bonzini2012-03-301-0/+2
* | qtest: add test frameworkAnthony Liguori2012-03-301-1/+9
|/
* vl.c: fix '-cpu ?' segfaultEduardo Habkost2012-03-261-1/+1
* Merge remote-tracking branch 'sstabellini/saverestore-8' into stagingAnthony Liguori2012-03-191-1/+1
|\
| * Set runstate to INMIGRATE earlierStefano Stabellini2012-03-191-1/+1
* | spice: fix broken initializationAlon Levy2012-03-191-0/+5
* | qom: Register QOM infrastructure earlyAndreas Färber2012-03-131-2/+2
* | initialize CPU model list after handling -readconfig optionsEduardo Habkost2012-03-121-7/+13
* | arm: add device tree supportGrant Likely2012-03-021-0/+8
* | usb: Resolve warnings about unassigned bus on usb device creationJan Kiszka2012-02-271-3/+4
|/
* vl.c: Avoid segfault when started with no argumentsPeter Maydell2012-02-241-7/+10
* suspend: add qmp eventsGerd Hoffmann2012-02-241-0/+2
* suspend: add infrastructureGerd Hoffmann2012-02-241-0/+67
OpenPOWER on IntegriCloud