summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* icount: Add QemuOpts for icountSebastian Tanase2014-08-061-7/+28
* machine: Replace underscores in machine's property namesMarcel Apfelbaum2014-07-211-1/+11
* pc: fix qemu exiting with error when -m X < 128 with old machine typesIgor Mammedov2014-07-171-0/+1
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2014-07-011-0/+2
|\
| * trace: add qemu_system_powerdown_request and qemu_system_shutdown_request tra...Yang Zhiyong2014-07-011-0/+2
* | memory: MemoryRegion: use /machine as default ownerPaolo Bonzini2014-07-011-2/+1
|/
* numa: Keep track of NUMA nodes present on the command-lineEduardo Habkost2014-06-291-0/+3
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140623' i...Peter Maydell2014-06-241-0/+13
|\
| * migration: dump vmstate info as a json file for static analysisAmit Shah2014-06-231-0/+13
* | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-06-241-16/+9
|\ \
| * | qapi event: convert RTC_CHANGEWenchao Xia2014-06-231-9/+0
| * | qapi event: convert WAKEUPWenchao Xia2014-06-231-1/+1
| * | qapi event: convert SUSPENDWenchao Xia2014-06-231-1/+1
| * | qapi event: convert RESUMEWenchao Xia2014-06-231-2/+2
| * | qapi event: convert RESETWenchao Xia2014-06-231-1/+1
| * | qapi event: convert POWERDOWNWenchao Xia2014-06-231-1/+1
| * | qapi event: convert SHUTDOWNWenchao Xia2014-06-231-1/+3
| |/
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-06-241-0/+4
|\ \
| * | pc & q35: Add new machine opt max-ram-below-4gDon Slutz2014-06-231-0/+4
| |/
* | tcg-ppc: Merge cache-utils into the backendRichard Henderson2014-06-231-3/+0
* | qemu/osdep: Remove the need for qemu_init_auxvalRichard Henderson2014-06-231-1/+0
|/
* vl: allow other threads to do qemu_system_vmstop_requestPaolo Bonzini2014-06-231-31/+54
* numa: use RAM_ADDR_FMT with ram_addr_tMichael S. Tsirkin2014-06-191-6/+6
* vl: redo -object parsingPaolo Bonzini2014-06-191-29/+36
* numa: add -numa node,memdev= optionPaolo Bonzini2014-06-191-2/+2
* NUMA: convert -numa option to use OptsVisitorWanlong Gao2014-06-191-1/+10
* NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao2014-06-191-4/+3
* NUMA: move numa related code to new file numa.cWanlong Gao2014-06-191-138/+1
* vl.c: extend -m option to support options for memory hotplugIgor Mammedov2014-06-191-0/+51
* vl.c: daemonize before guest memory allocationIgor Mammedov2014-06-181-2/+2
* object_add: allow completion handler to get canonical pathIgor Mammedov2014-06-181-4/+5
* blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()Markus Armbruster2014-06-161-2/+2
* trace: Multi-backend tracingLluís Vilanova2014-06-091-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-06-051-0/+2
|\
| * qdev: Display warning about unused -globalDon Slutz2014-06-051-0/+2
* | machine: Make -machine opts properties of MachineStateMarcel Apfelbaum2014-05-281-3/+8
OpenPOWER on IntegriCloud