| Commit message (Expand) | Author | Age | Files | Lines |
* | blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del() | Markus Armbruster | 2014-06-16 | 1 | -2/+2 |
* | trace: Multi-backend tracing | LluĂs Vilanova | 2014-06-09 | 1 | -2/+2 |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2014-06-05 | 1 | -0/+2 |
|\ |
|
| * | qdev: Display warning about unused -global | Don Slutz | 2014-06-05 | 1 | -0/+2 |
* | | machine: Make -machine opts properties of MachineState | Marcel Apfelbaum | 2014-05-28 | 1 | -3/+8 |
* | | vl.c: Do not set 'type' property in obj_set_property() | Marcel Apfelbaum | 2014-05-28 | 1 | -1/+2 |
* | | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum | 2014-05-28 | 1 | -10/+8 |
* | | vl: fix 'name' option to work with -readconfig | Dr. David Alan Gilbert | 2014-05-24 | 1 | -2/+7 |
|/ |
|
* | vl.c: remove init_clocks call from main | Kirill Batuzov | 2014-05-09 | 1 | -1/+0 |
* | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i... | Peter Maydell | 2014-05-07 | 1 | -2/+1 |
|\ |
|
| * | Provide init function for ram migration | Dr. David Alan Gilbert | 2014-05-05 | 1 | -2/+1 |
* | | machine: Remove QEMUMachine indirection from MachineClass | Marcel Apfelbaum | 2014-05-05 | 1 | -43/+36 |
* | | machine: Replace QEMUMachine by MachineClass in accelerator configuration | Marcel Apfelbaum | 2014-05-05 | 1 | -5/+5 |
* | | vl.c: Replace QEMUMachine with MachineClass in QEMUMachineInitArgs | Marcel Apfelbaum | 2014-05-05 | 1 | -1/+1 |
* | | machine: Copy QEMUMachine's fields to MachineClass | Marcel Apfelbaum | 2014-05-05 | 1 | -0/+23 |
|/ |
|
* | vl: avoid closing stdout with 'writeconfig' | Chen Gang | 2014-04-28 | 1 | -1/+3 |
* | vl: Eliminate a superfluous local variable | Chen Gang | 2014-04-28 | 1 | -9/+9 |
* | vl: Remove useless 'continue' | Chen Gang | 2014-04-28 | 1 | -1/+0 |
* | vl: convert -m to QemuOpts | Igor Mammedov | 2014-04-27 | 1 | -14/+57 |
* | qemu-option: introduce qemu_find_opts_singleton | Paolo Bonzini | 2014-04-27 | 1 | -10/+1 |
* | vl: Report accelerator not supported for target more nicely | Chen Gang | 2014-04-18 | 1 | -1/+1 |
* | vl.c: Improve message when no default machine is found | Peter Maydell | 2014-03-27 | 1 | -1/+2 |
* | osdep: initialize glib threads in all QEMU tools | Stefan Hajnoczi | 2014-03-25 | 1 | -8/+0 |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2014-03-24 | 1 | -1/+1 |
|\ |
|
| * | vl.c: Use MAX_CPUMASK_BITS macro instead of hardcoded constant | Eduardo Habkost | 2014-03-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging | Peter Maydell | 2014-03-20 | 1 | -3/+5 |
|\ \ |
|
| * | | vl.c: Extend get_boot_devices_list() to ignore suffixes | Alexey Kardashevskiy | 2014-03-20 | 1 | -3/+5 |
* | | | vl.c: Fix OpenBSD compilation issue due to namespace collisions | Marcel Apfelbaum | 2014-03-19 | 1 | -1/+1 |
* | | | vl.c: Fix memory leak in qemu_register_machine() | Christian Borntraeger | 2014-03-19 | 1 | -1/+3 |
|/ / |
|
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-3' into staging | Peter Maydell | 2014-03-17 | 1 | -1/+23 |
|\ \ |
|
| * | | gtk: Allow to activate grab-on-hover from the command line | Jan Kiszka | 2014-03-17 | 1 | -1/+23 |
* | | | vl.c: Output error on invalid machine type | Miroslav Rezanina | 2014-03-17 | 1 | -8/+13 |
|/ / |
|
* | | spapr: Fix return value of vga initialization | Mark Wu | 2014-03-13 | 1 | -1/+2 |
* | | Fix vga_interface_type for command line argument '-device VGA' | Mark Wu | 2014-03-13 | 1 | -20/+22 |
* | | hw/boards: Convert current_machine to MachineState | Marcel Apfelbaum | 2014-03-12 | 1 | -30/+42 |
* | | vl: Use MachineClass instead of global QEMUMachine list | Marcel Apfelbaum | 2014-03-12 | 1 | -21/+54 |
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2014-03-10 | 1 | -13/+48 |
|\ \
| |/ |
|
| * | Add 'debug-threads' suboption to --name | Dr. David Alan Gilbert | 2014-03-09 | 1 | -0/+9 |
| * | Rework --name to use QemuOpts | Dr. David Alan Gilbert | 2014-03-09 | 1 | -13/+39 |
* | | vl: add system_wakeup_request tracepoint | Alexey Kardashevskiy | 2014-03-08 | 1 | -0/+2 |
|/ |
|
* | kvm: Add a new machine option kvm-type | Aneesh Kumar K.V | 2014-03-05 | 1 | -5/+9 |
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-03-04' in... | Peter Maydell | 2014-03-04 | 1 | -4/+0 |
|\ |
|
| * | vl: Remove unneeded include file | Stefan Weil | 2014-03-03 | 1 | -4/+0 |
* | | sun4m: Add Sun CG3 framebuffer initialisation function | Mark Cave-Ayland | 2014-02-27 | 1 | -0/+24 |
|/ |
|
* | Merge remote-tracking branch 'remotes/bonzini/configure' into staging | Peter Maydell | 2014-02-24 | 1 | -1/+2 |
|\ |
|
| * | util: Split out exec_dir from os_find_datadir | Fam Zheng | 2014-02-20 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in... | Peter Maydell | 2014-02-20 | 1 | -7/+23 |
|\ \ |
|
| * | | block: Handle "rechs" and "large" translation options | Paolo Bonzini | 2014-02-14 | 1 | -6/+16 |
| * | | qtest: Don't segfault with invalid -qtest option | Fam Zheng | 2014-02-14 | 1 | -1/+7 |
| * | | qtest: don't report signals if qtest driver enabled | Michael S. Tsirkin | 2014-02-13 | 1 | -1/+1 |