aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
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
2012-02-01main-loop: For tools, initialize timers as part of qemu_init_main_loop()Michael Roth
2012-02-01Improve default machine options usabilityJan Kiszka
2012-02-01mc146818rtc: Use lost_tick_policy propertyJan Kiszka
2012-01-25vga: fix -nodefaults -device VGABlue Swirl
2012-01-23Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-01-22vga: improve VGA logicBlue Swirl
2012-01-19kvm: x86: Establish IRQ0 override controlJan Kiszka
2012-01-04hw/9pfs: Add support to use named socket for proxy FSM. Mohan Kumar
2012-01-04hw/9pfs: Add new proxy filesystem driverM. Mohan Kumar
2012-01-04hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V