summaryrefslogtreecommitdiff
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-02-241-2/+2
|\
| * vl.c: Increase width of machine name column in "-M ?" outputPeter Maydell2012-02-231-2/+2
* | gdbstub: Error locations for -gdbMarkus Armbruster2012-02-241-6/+4
* | vl.c: Error locations for options using add_device_config()Markus Armbruster2012-02-241-0/+4
|/
* Make kernel, initrd and append be machine_optsPeter Maydell2012-02-221-8/+16
* vl: make find_default_machine externally visibleJordan Justen2012-02-221-1/+1
* notifier: switch to QLISTPaolo Bonzini2012-02-171-1/+1
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-02-171-5/+5
|\
| * vl.c: Fix typo in variable namePeter Maydell2012-02-101-5/+5
* | Make -machine/-enable-kvm options merge into a single listPeter Maydell2012-02-171-2/+0
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-02-151-0/+8
|\ \
| * | iSCSI: add configuration variables for iSCSIRonnie Sahlberg2012-02-091-0/+8
| |/
* / qom: Unify type registrationAndreas Färber2012-02-151-1/+1
|/
* s390x: fix qom-ification fall-outAnthony Liguori2012-02-061-1/+5
* main-loop: For tools, initialize timers as part of qemu_init_main_loop()Michael Roth2012-02-011-0/+5
* Improve default machine options usabilityJan Kiszka2012-02-011-15/+2
* mc146818rtc: Use lost_tick_policy propertyJan Kiszka2012-02-011-5/+23
* vga: fix -nodefaults -device VGABlue Swirl2012-01-251-0/+1
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-01-231-1/+0
|\
| * kvm: x86: Establish IRQ0 override controlJan Kiszka2012-01-191-1/+0
* | vga: improve VGA logicBlue Swirl2012-01-221-17/+45
|/
* hw/9pfs: Add support to use named socket for proxy FSM. Mohan Kumar2012-01-041-1/+5
* hw/9pfs: Add new proxy filesystem driverM. Mohan Kumar2012-01-041-1/+5
* hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V2012-01-041-6/+2
* Set numa topology for max_cpusVasilis Liaskovitis2011-12-221-1/+1
* g_thread_init users: don't call it if glib >= 2.31Alon Levy2011-12-201-0/+5
* qdev: fix hotplug when no -device is specifiedAnthony Liguori2011-12-191-0/+2
* vl.c: In qemu -h output, only print options for the arch we are running asMichael Ellerman2011-12-191-12/+9
* vl.c: Move option generation logic into a wrapper fileMichael Ellerman2011-12-191-14/+4
* vl.c: Print the actual program name in help outputmichael@ozlabs.org2011-12-151-1/+1
* fix spelling in main directoryDong Xu Wang2011-12-021-1/+1
* vl: Tighten parsing of -m argumentMarkus Armbruster2011-11-281-2/+3
* vl: Tighten parsing of -numa's parameter memMarkus Armbruster2011-11-281-2/+2
* vl.c: prohibit simultaneous use of -icount with kvm or xenMax Filippov2011-11-111-0/+5
* vl.c: Fail gracefully if no machine is foundAndreas Färber2011-11-111-0/+5
* Clean up assertion in get_boot_devices_list()Markus Armbruster2011-11-091-1/+1
* qemu_timedate_diff() shouldn't modify its argument.Gleb Natapov2011-11-071-2/+5
* vl.c: Guard against GThread double-initializationAndreas Färber2011-11-011-1/+3
* Merge remote-tracking branch 'aneesh/for-upstream-7' into stagingAnthony Liguori2011-10-311-0/+20
|\
| * hw/9pfs: Add synthetic file system support using 9pAneesh Kumar K.V2011-10-311-0/+18
| * hw/9pfs: Read-only support for 9p exportM. Mohan Kumar2011-10-311-0/+2
* | Drop qemu-objects.h from modules that don't require itLuiz Capitulino2011-10-271-1/+1
|/
* simplify main loop functionsPaolo Bonzini2011-10-211-38/+41