summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-10vl.c: fix memory leak spotted by valgrindChristian Borntraeger1-0/+1
2015-02-10vl: Fix bogus error message for implied mon ID clashingMarkus Armbruster1-2/+4
2015-01-22vnc: switch to QemuOpts, allow multiple serversGerd Hoffmann1-29/+13
2015-01-22vnc: remove unused DisplayState parameter, add id instead.Gerd Hoffmann1-3/+4
2015-01-15vl.c: fix some alignment issuesMarcel Apfelbaum1-19/+19
2015-01-14vl.c: fix regression when reading memory size from config fileMarcel Apfelbaum1-87/+90
2015-01-09vl: Don't silently change topology when all -smp options were setEduardo Habkost1-1/+7
2015-01-09vl: fix max_cpus checkAndrew Jones1-2/+2
2015-01-09vl: Avoid unnecessary 'if' nestingEduardo Habkost1-6/+4
2015-01-09vl.c: fix regression when reading machine type from config fileMarcel Apfelbaum1-7/+8
2015-01-08hw/usb: simplified usb_enabledMarcel Apfelbaum1-6/+5
2015-01-08hw/ppc: modified the condition for usb controllers to be created for some ppc...Marcel Apfelbaum1-1/+6
2014-12-22vl.c: add HMP help to machineMarcel Apfelbaum1-0/+28
2014-12-22vl.c: simplified machine_set_propertyMarcel Apfelbaum1-4/+1
2014-12-22machine: remove qemu_machine_opts global listMarcel Apfelbaum1-78/+6
2014-12-22bootdevice: add Error **errp argument for validate_bootdevices()Gonglei1-2/+11
2014-12-22bootdevice: move code about bootorder from vl.c to bootdevice.cGonglei1-62/+0
2014-12-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141211'...Peter Maydell1-0/+48
2014-12-11Add the "-semihosting-config" option.Liviu Ionescu1-0/+48
2014-12-10chardev: Add -qmp-prettyMax Reitz1-5/+10
2014-11-26-machine vmport=auto: Fix handling of VMWare ioport emulation for xenDon Slutz1-1/+1
2014-11-04sysbus: Make devices spawnable via -deviceAlexander Graf1-0/+1
2014-11-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+44
2014-11-03vga: add default display to machine classGerd Hoffmann1-1/+4
2014-11-03Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-0...Peter Maydell1-1/+1
2014-11-02smbios: Encode UUID according to SMBIOS specificationEduardo Habkost1-0/+3
2014-11-02-machine vmport=off: Allow disabling of VMWare ioport emulationDr. David Alan Gilbert1-0/+4
2014-11-02well-defined listing order for machine typesLaszlo Ersek1-1/+37
2014-11-02pidfile: stop making pidfile error a special caseMichael Tokarev1-1/+1
2014-10-31vl.c: Fix Coverity complaining for vmstate_dump_fileGonglei1-0/+5
2014-10-31-machine vmport=off: Allow disabling of VMWare ioport emulationDr. David Alan Gilbert1-0/+4
2014-10-27Make qemu_shutdown_requested signal-safeJan Kiszka1-3/+1
2014-10-24hmp: Remove "info pcmcia"Markus Armbruster1-44/+0
2014-10-15bootdevice: move bootdevice related code to new file bootdevice.cGonglei1-117/+1
2014-10-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-81/+2
2014-10-09accel: Pass MachineState object to accel init functionsEduardo Habkost1-1/+1
2014-10-04accel: Move accel code to accel.cEduardo Habkost1-80/+1
2014-10-04vl.c: Small coding style fixEduardo Habkost1-1/+1
2014-10-03pc/vl: Add units-per-default-bus propertyJohn Snow1-0/+8
2014-10-03blockdev: Orphaned drive searchJohn Snow1-1/+9
2014-09-29vl: Adjust the place of calling mlockall to speedup VM's startupzhanghailiang1-6/+5
2014-09-23Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-2/+3
2014-09-22async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos1-2/+3
2014-09-20vl: Print maxmem in hex format for error messagezhanghailiang1-11/+11
2014-09-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2014-09-18qdev: Rename qdev_prop_check_global() to qdev_prop_check_globals()Eduardo Habkost1-1/+1
2014-09-11cpu: init vmstate for ticks and clock offsetPavel Dovgalyuk1-0/+1
2014-09-10vl: use QLIST_FOREACH_SAFE to visit change state handlersPaolo Bonzini1-2/+2
2014-09-04machine: Clean up -machine handlingAndreas Färber1-4/+4
2014-09-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+4