aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2014-08-15vl: free errHu Tao
2014-08-15vl: don't use 'Yoda conditions'Gonglei
2014-08-06icount: Add align option to icountSebastian Tanase
2014-08-06icount: Add QemuOpts for icountSebastian Tanase
2014-07-21machine: Replace underscores in machine's property namesMarcel Apfelbaum
2014-07-17pc: fix qemu exiting with error when -m X < 128 with old machine typesIgor Mammedov
2014-07-01Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2014-07-01trace: add qemu_system_powerdown_request and qemu_system_shutdown_request tra...Yang Zhiyong
2014-07-01memory: MemoryRegion: use /machine as default ownerPaolo Bonzini
2014-06-29numa: Keep track of NUMA nodes present on the command-lineEduardo Habkost
2014-06-24Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140623' i...Peter Maydell
2014-06-24Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-06-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-06-23migration: dump vmstate info as a json file for static analysisAmit Shah
2014-06-23qapi event: convert RTC_CHANGEWenchao Xia
2014-06-23qapi event: convert WAKEUPWenchao Xia
2014-06-23qapi event: convert SUSPENDWenchao Xia
2014-06-23qapi event: convert RESUMEWenchao Xia
2014-06-23pc & q35: Add new machine opt max-ram-below-4gDon Slutz
2014-06-23qapi event: convert RESETWenchao Xia
2014-06-23qapi event: convert POWERDOWNWenchao Xia
2014-06-23qapi event: convert SHUTDOWNWenchao Xia
2014-06-23tcg-ppc: Merge cache-utils into the backendRichard Henderson
2014-06-23qemu/osdep: Remove the need for qemu_init_auxvalRichard Henderson
2014-06-23vl: allow other threads to do qemu_system_vmstop_requestPaolo Bonzini
2014-06-19numa: use RAM_ADDR_FMT with ram_addr_tMichael S. Tsirkin
2014-06-19vl: redo -object parsingPaolo Bonzini
2014-06-19numa: add -numa node,memdev= optionPaolo Bonzini
2014-06-19NUMA: convert -numa option to use OptsVisitorWanlong Gao
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao
2014-06-19NUMA: move numa related code to new file numa.cWanlong Gao
2014-06-19vl.c: extend -m option to support options for memory hotplugIgor Mammedov
2014-06-18vl.c: daemonize before guest memory allocationIgor Mammedov
2014-06-18object_add: allow completion handler to get canonical pathIgor Mammedov
2014-06-16blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()Markus Armbruster
2014-06-09trace: Multi-backend tracingLluĂ­s Vilanova
2014-06-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-06-05qdev: Display warning about unused -globalDon Slutz
2014-05-28machine: Make -machine opts properties of MachineStateMarcel Apfelbaum
2014-05-28vl.c: Do not set 'type' property in obj_set_property()Marcel Apfelbaum
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2014-05-24vl: fix 'name' option to work with -readconfigDr. David Alan Gilbert
2014-05-09vl.c: remove init_clocks call from mainKirill Batuzov
2014-05-07Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...Peter Maydell
2014-05-05Provide init function for ram migrationDr. David Alan Gilbert
2014-05-05machine: Remove QEMUMachine indirection from MachineClassMarcel Apfelbaum
2014-05-05machine: Replace QEMUMachine by MachineClass in accelerator configurationMarcel Apfelbaum
2014-05-05vl.c: Replace QEMUMachine with MachineClass in QEMUMachineInitArgsMarcel Apfelbaum
2014-05-05machine: Copy QEMUMachine's fields to MachineClassMarcel Apfelbaum
2014-04-28vl: avoid closing stdout with 'writeconfig'Chen Gang