summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* main-loop: create main-loop.cPaolo Bonzini2011-10-211-122/+1
* main-loop: create main-loop.hPaolo Bonzini2011-10-211-0/+1
* qemu-timer: move more stuff out of qemu-timer.cPaolo Bonzini2011-10-211-0/+1
* qemu-timer: use atexit for quit_timersPaolo Bonzini2011-10-211-1/+0
* Merge remote-tracking branch 'aneesh/for-upstream-6' into stagingAnthony Liguori2011-10-201-7/+17
|\
| * hw/9pfs: Handle Security model parsingM. Mohan Kumar2011-10-151-4/+2
| * hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS codeAneesh Kumar K.V2011-10-151-3/+3
| * hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V2011-10-121-0/+12
* | runstate: Allow user to migrate twiceLuiz Capitulino2011-10-191-2/+7
* | runstate: Allow to transition from paused to postmigrateLuiz Capitulino2011-10-191-0/+1
* | runstate: Print state transition when invalidLuiz Capitulino2011-10-191-3/+6
OpenPOWER on IntegriCloud