summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | vl.c: Do not set 'type' property in obj_set_property()Marcel Apfelbaum2014-05-281-1/+2
* | machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-10/+8
* | vl: fix 'name' option to work with -readconfigDr. David Alan Gilbert2014-05-241-2/+7
|/
* vl.c: remove init_clocks call from mainKirill Batuzov2014-05-091-1/+0
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...Peter Maydell2014-05-071-2/+1
|\
| * Provide init function for ram migrationDr. David Alan Gilbert2014-05-051-2/+1
* | machine: Remove QEMUMachine indirection from MachineClassMarcel Apfelbaum2014-05-051-43/+36
* | machine: Replace QEMUMachine by MachineClass in accelerator configurationMarcel Apfelbaum2014-05-051-5/+5
* | vl.c: Replace QEMUMachine with MachineClass in QEMUMachineInitArgsMarcel Apfelbaum2014-05-051-1/+1
* | machine: Copy QEMUMachine's fields to MachineClassMarcel Apfelbaum2014-05-051-0/+23
|/
* vl: avoid closing stdout with 'writeconfig'Chen Gang2014-04-281-1/+3
* vl: Eliminate a superfluous local variableChen Gang2014-04-281-9/+9
* vl: Remove useless 'continue'Chen Gang2014-04-281-1/+0
OpenPOWER on IntegriCloud