summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-28intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu...Le Tan1-0/+4
2014-08-26vl: process -object after other backend optionsPaolo Bonzini1-5/+5
2014-08-15vl: free errHu Tao1-0/+1
2014-08-15vl: don't use 'Yoda conditions'Gonglei1-2/+3
2014-08-06icount: Add align option to icountSebastian Tanase1-0/+4
2014-08-06icount: Add QemuOpts for icountSebastian Tanase1-7/+28
2014-07-21machine: Replace underscores in machine's property namesMarcel Apfelbaum1-1/+11
2014-07-17pc: fix qemu exiting with error when -m X < 128 with old machine typesIgor Mammedov1-0/+1
2014-07-01Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+2
2014-07-01trace: add qemu_system_powerdown_request and qemu_system_shutdown_request tra...Yang Zhiyong1-0/+2
2014-07-01memory: MemoryRegion: use /machine as default ownerPaolo Bonzini1-2/+1
2014-06-29numa: Keep track of NUMA nodes present on the command-lineEduardo Habkost1-0/+3
2014-06-24Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140623' i...Peter Maydell1-0/+13
2014-06-24Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-16/+9
2014-06-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+4
2014-06-23migration: dump vmstate info as a json file for static analysisAmit Shah1-0/+13
2014-06-23qapi event: convert RTC_CHANGEWenchao Xia1-9/+0
2014-06-23qapi event: convert WAKEUPWenchao Xia1-1/+1
2014-06-23qapi event: convert SUSPENDWenchao Xia1-1/+1
2014-06-23qapi event: convert RESUMEWenchao Xia1-2/+2