summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* vl.c: Fix error messages when parsing maxmem parametersPeter Krempa2015-02-261-18/+16
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell2015-02-261-13/+8
|\
| * vl: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster2015-02-181-4/+2
| * error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-9/+6
* | hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster2015-02-181-2/+2
|/
* vl.c: fix memory leak spotted by valgrindChristian Borntraeger2015-02-101-0/+1
* vl: Fix bogus error message for implied mon ID clashingMarkus Armbruster2015-02-101-2/+4
* vnc: switch to QemuOpts, allow multiple serversGerd Hoffmann2015-01-221-29/+13
* vnc: remove unused DisplayState parameter, add id instead.Gerd Hoffmann2015-01-221-3/+4
* vl.c: fix some alignment issuesMarcel Apfelbaum2015-01-151-19/+19
* 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
|\
OpenPOWER on IntegriCloud