summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-23pc & q35: Add new machine opt max-ram-below-4gDon Slutz1-0/+4
2014-06-23qapi event: convert RESETWenchao Xia1-1/+1
2014-06-23qapi event: convert POWERDOWNWenchao Xia1-1/+1
2014-06-23qapi event: convert SHUTDOWNWenchao Xia1-1/+3
2014-06-23tcg-ppc: Merge cache-utils into the backendRichard Henderson1-3/+0
2014-06-23qemu/osdep: Remove the need for qemu_init_auxvalRichard Henderson1-1/+0
2014-06-23vl: allow other threads to do qemu_system_vmstop_requestPaolo Bonzini1-31/+54
2014-06-19numa: use RAM_ADDR_FMT with ram_addr_tMichael S. Tsirkin1-6/+6
2014-06-19vl: redo -object parsingPaolo Bonzini1-29/+36
2014-06-19numa: add -numa node,memdev= optionPaolo Bonzini1-2/+2
2014-06-19NUMA: convert -numa option to use OptsVisitorWanlong Gao1-1/+10
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao1-4/+3
2014-06-19NUMA: move numa related code to new file numa.cWanlong Gao1-138/+1
2014-06-19vl.c: extend -m option to support options for memory hotplugIgor Mammedov1-0/+51
2014-06-18vl.c: daemonize before guest memory allocationIgor Mammedov1-2/+2
2014-06-18object_add: allow completion handler to get canonical pathIgor Mammedov1-4/+5
2014-06-16blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()Markus Armbruster1-2/+2
2014-06-09trace: Multi-backend tracingLluĂ­s Vilanova1-2/+2
2014-06-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+2
2014-06-05qdev: Display warning about unused -globalDon Slutz1-0/+2
2014-05-28machine: Make -machine opts properties of MachineStateMarcel Apfelbaum1-3/+8
2014-05-28vl.c: Do not set 'type' property in obj_set_property()Marcel Apfelbaum1-1/+2
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-10/+8
2014-05-24vl: fix 'name' option to work with -readconfigDr. David Alan Gilbert1-2/+7
2014-05-09vl.c: remove init_clocks call from mainKirill Batuzov1-1/+0
2014-05-07Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...Peter Maydell1-2/+1
2014-05-05Provide init function for ram migrationDr. David Alan Gilbert1-2/+1
2014-05-05machine: Remove QEMUMachine indirection from MachineClassMarcel Apfelbaum1-43/+36
2014-05-05machine: Replace QEMUMachine by MachineClass in accelerator configurationMarcel Apfelbaum1-5/+5
2014-05-05vl.c: Replace QEMUMachine with MachineClass in QEMUMachineInitArgsMarcel Apfelbaum1-1/+1
2014-05-05machine: Copy QEMUMachine's fields to MachineClassMarcel Apfelbaum1-0/+23
2014-04-28vl: avoid closing stdout with 'writeconfig'Chen Gang1-1/+3