summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-28vl: Eliminate a superfluous local variableChen Gang1-9/+9
2014-04-28vl: Remove useless 'continue'Chen Gang1-1/+0
2014-04-27vl: convert -m to QemuOptsIgor Mammedov1-14/+57
2014-04-27qemu-option: introduce qemu_find_opts_singletonPaolo Bonzini1-10/+1
2014-04-18vl: Report accelerator not supported for target more nicelyChen Gang1-1/+1
2014-03-27vl.c: Improve message when no default machine is foundPeter Maydell1-1/+2
2014-03-25osdep: initialize glib threads in all QEMU toolsStefan Hajnoczi1-8/+0
2014-03-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2014-03-20Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into stagingPeter Maydell1-3/+5
2014-03-20vl.c: Extend get_boot_devices_list() to ignore suffixesAlexey Kardashevskiy1-3/+5
2014-03-19vl.c: Fix OpenBSD compilation issue due to namespace collisionsMarcel Apfelbaum1-1/+1
2014-03-19vl.c: Fix memory leak in qemu_register_machine()Christian Borntraeger1-1/+3
2014-03-19vl.c: Use MAX_CPUMASK_BITS macro instead of hardcoded constantEduardo Habkost1-1/+1
2014-03-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-3' into stagingPeter Maydell1-1/+23
2014-03-17gtk: Allow to activate grab-on-hover from the command lineJan Kiszka1-1/+23
2014-03-17vl.c: Output error on invalid machine typeMiroslav Rezanina1-8/+13
2014-03-13spapr: Fix return value of vga initializationMark Wu1-1/+2
2014-03-13Fix vga_interface_type for command line argument '-device VGA'Mark Wu1-20/+22
2014-03-12hw/boards: Convert current_machine to MachineStateMarcel Apfelbaum1-30/+42
2014-03-12vl: Use MachineClass instead of global QEMUMachine listMarcel Apfelbaum1-21/+54
2014-03-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-13/+48
2014-03-09Add 'debug-threads' suboption to --nameDr. David Alan Gilbert1-0/+9
2014-03-09Rework --name to use QemuOptsDr. David Alan Gilbert1-13/+39
2014-03-08vl: add system_wakeup_request tracepointAlexey Kardashevskiy1-0/+2
2014-03-05kvm: Add a new machine option kvm-typeAneesh Kumar K.V1-5/+9
2014-03-04Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-03-04' in...Peter Maydell1-4/+0
2014-03-03vl: Remove unneeded include fileStefan Weil1-4/+0
2014-02-27sun4m: Add Sun CG3 framebuffer initialisation functionMark Cave-Ayland1-0/+24
2014-02-24Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell1-1/+2
2014-02-20Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell1-7/+23
2014-02-20util: Split out exec_dir from os_find_datadirFam Zheng1-1/+2
2014-02-20Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-1/+1
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-1/+1
2014-02-15vl: trim includesMichael Tokarev1-51/+1
2014-02-15vl: remove old, long-unused definesMichael Tokarev1-3/+0