summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* vl.c: fix regression when reading memory size from config fileMarcel Apfelbaum2015-01-141-87/+90
* vl: Don't silently change topology when all -smp options were setEduardo Habkost2015-01-091-1/+7
* vl: fix max_cpus checkAndrew Jones2015-01-091-2/+2
* vl: Avoid unnecessary 'if' nestingEduardo Habkost2015-01-091-6/+4
* vl.c: fix regression when reading machine type from config fileMarcel Apfelbaum2015-01-091-7/+8
* hw/usb: simplified usb_enabledMarcel Apfelbaum2015-01-081-6/+5
* hw/ppc: modified the condition for usb controllers to be created for some ppc...Marcel Apfelbaum2015-01-081-1/+6
* vl.c: add HMP help to machineMarcel Apfelbaum2014-12-221-0/+28
* vl.c: simplified machine_set_propertyMarcel Apfelbaum2014-12-221-4/+1
* machine: remove qemu_machine_opts global listMarcel Apfelbaum2014-12-221-78/+6
* bootdevice: add Error **errp argument for validate_bootdevices()Gonglei2014-12-221-2/+11
* bootdevice: move code about bootorder from vl.c to bootdevice.cGonglei2014-12-221-62/+0
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141211'...Peter Maydell2014-12-111-0/+48
|\
| * Add the "-semihosting-config" option.Liviu Ionescu2014-12-111-0/+48
* | chardev: Add -qmp-prettyMax Reitz2014-12-101-5/+10
|/
* -machine vmport=auto: Fix handling of VMWare ioport emulation for xenDon Slutz2014-11-261-1/+1
* sysbus: Make devices spawnable via -deviceAlexander Graf2014-11-041-0/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-11-031-2/+44
|\
| * vga: add default display to machine classGerd Hoffmann2014-11-031-1/+4
| * smbios: Encode UUID according to SMBIOS specificationEduardo Habkost2014-11-021-0/+3
| * -machine vmport=off: Allow disabling of VMWare ioport emulationDr. David Alan Gilbert2014-11-021-0/+4
| * well-defined listing order for machine typesLaszlo Ersek2014-11-021-1/+37
* | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-0...Peter Maydell2014-11-031-1/+1
|\ \
| * | pidfile: stop making pidfile error a special caseMichael Tokarev2014-11-021-1/+1
| |/
* | vl.c: Fix Coverity complaining for vmstate_dump_fileGonglei2014-10-311-0/+5
* | -machine vmport=off: Allow disabling of VMWare ioport emulationDr. David Alan Gilbert2014-10-311-0/+4
|/
* Make qemu_shutdown_requested signal-safeJan Kiszka2014-10-271-3/+1
* hmp: Remove "info pcmcia"Markus Armbruster2014-10-241-44/+0
* bootdevice: move bootdevice related code to new file bootdevice.cGonglei2014-10-151-117/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-10-091-81/+2
|\
| * accel: Pass MachineState object to accel init functionsEduardo Habkost2014-10-091-1/+1
| * accel: Move accel code to accel.cEduardo Habkost2014-10-041-80/+1
| * vl.c: Small coding style fixEduardo Habkost2014-10-041-1/+1
* | pc/vl: Add units-per-default-bus propertyJohn Snow2014-10-031-0/+8
* | blockdev: Orphaned drive searchJohn Snow2014-10-031-1/+9
|/
* vl: Adjust the place of calling mlockall to speedup VM's startupzhanghailiang2014-09-291-6/+5
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-09-231-2/+3
|\
| * async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos2014-09-221-2/+3
* | vl: Print maxmem in hex format for error messagezhanghailiang2014-09-201-11/+11
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-09-181-1/+1
|\
| * qdev: Rename qdev_prop_check_global() to qdev_prop_check_globals()Eduardo Habkost2014-09-181-1/+1
* | cpu: init vmstate for ticks and clock offsetPavel Dovgalyuk2014-09-111-0/+1
* | vl: use QLIST_FOREACH_SAFE to visit change state handlersPaolo Bonzini2014-09-101-2/+2
|/
* machine: Clean up -machine handlingAndreas Färber2014-09-041-4/+4
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-09-021-0/+4
|\
| * intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu...Le Tan2014-08-281-0/+4
* | vl: process -object after other backend optionsPaolo Bonzini2014-08-261-5/+5
|/
* vl: free errHu Tao2014-08-151-0/+1
* vl: don't use 'Yoda conditions'Gonglei2014-08-151-2/+3
* icount: Add align option to icountSebastian Tanase2014-08-061-0/+4
OpenPOWER on IntegriCloud