summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-26Avoid crashing on multiple -incomingDr. David Alan Gilbert1-1/+3
2015-03-19numa: introduce machine callback for VCPU to node mappingIgor Mammedov1-1/+1
2015-03-19vl: fix resource leak with monitor_fdset_add_fdPaolo Bonzini1-2/+4
2015-03-12configure: opengl overhaulGerd Hoffmann1-0/+1
2015-03-10vnc: -readconfig fixGerd Hoffmann1-2/+5
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-18/+16
2015-03-08Merge remote-tracking branch 'remotes/gonglei/tags/bootdevice-next-20150303' ...Peter Maydell1-14/+22
2015-03-03vl: take iothread lock very earlyPaolo Bonzini1-3/+3
2015-03-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+8
2015-03-03bootdevice: check boot order argument validation before vm runningGonglei1-14/+22
2015-03-03Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-26' into...Peter Maydell1-45/+57
2015-03-02Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...Peter Maydell1-19/+3
2015-02-27timer: replace time() with QEMU_CLOCK_HOSTPavel Dovgalyuk1-4/+8
2015-02-26block: Simplify setting numeric optionsMarkus Armbruster1-7/+6
2015-02-26QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster1-33/+40
2015-02-26QemuOpts: Convert qemu_opts_set() to Error, fix its useMarkus Armbruster1-5/+10
2015-02-26QemuOpts: Convert qemu_opt_set_number() to Error, fix its useMarkus Armbruster1-1/+1
2015-02-26QemuOpts: Convert qemu_opt_set_bool() to Error, fix its useMarkus Armbruster1-2/+3
2015-02-26vl.c: Fix error messages when parsing maxmem parametersPeter Krempa1-18/+16
2015-02-26Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell1-13/+8
2015-02-23numa: Rename set_numa_modes() to numa_post_machine_init()Eduardo Habkost1-1/+1
2015-02-23numa: Rename option parsing functionsEduardo Habkost1-1/+1
2015-02-23numa: Move QemuOpts parsing to set_numa_nodes()Eduardo Habkost1-5/+0
2015-02-23numa: Move NUMA globals to numa.cEduardo Habkost1-4/+0
2015-02-23vl.c: Remove unnecessary zero-initialization of NUMA globalsEduardo Habkost1-8/+0
2015-02-23numa: Move NUMA declarations from sysemu.h to numa.hEduardo Habkost1-0/+1
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster1-2/+2
2015-02-18vl: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster1-4/+2
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-9/+6
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