aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2012-08-09handle device help before accelerator set upBruce Rogers
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
2012-03-30qtest: add test frameworkAnthony Liguori
2012-03-30rtc: add -rtc clock=rtPaolo Bonzini
2012-03-26vl.c: fix '-cpu ?' segfaultEduardo Habkost
2012-03-19Merge remote-tracking branch 'sstabellini/saverestore-8' into stagingAnthony Liguori
2012-03-19Set runstate to INMIGRATE earlierStefano Stabellini
2012-03-19spice: fix broken initializationAlon Levy
2012-03-13qom: Register QOM infrastructure earlyAndreas Färber
2012-03-12initialize CPU model list after handling -readconfig optionsEduardo Habkost
2012-03-02arm: add device tree supportGrant Likely
2012-02-27usb: Resolve warnings about unassigned bus on usb device creationJan Kiszka
2012-02-24vl.c: Avoid segfault when started with no argumentsPeter Maydell
2012-02-24suspend: add qmp eventsGerd Hoffmann
2012-02-24suspend: add infrastructureGerd Hoffmann
2012-02-24Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-02-24gdbstub: Error locations for -gdbMarkus Armbruster
2012-02-24vl.c: Error locations for options using add_device_config()Markus Armbruster
2012-02-23vl.c: Increase width of machine name column in "-M ?" outputPeter Maydell
2012-02-22Make kernel, initrd and append be machine_optsPeter Maydell
2012-02-22vl: make find_default_machine externally visibleJordan Justen
2012-02-17notifier: switch to QLISTPaolo Bonzini
2012-02-17Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-02-17Make -machine/-enable-kvm options merge into a single listPeter Maydell
2012-02-15Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-10vl.c: Fix typo in variable namePeter Maydell
2012-02-09iSCSI: add configuration variables for iSCSIRonnie Sahlberg
2012-02-06s390x: fix qom-ification fall-outAnthony Liguori