aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite
2014-01-06qom: fix leak for objects created with -objectPaolo Bonzini
2014-01-06vl: add missing transition debug->finish_migratePaolo Bonzini
2013-12-23fix -boot strict regressed in commit 6ef4716Amos Kong
2013-12-23vl: make boot_strict variable static (not used outside vl.c)Michael Tokarev
2013-12-16qemu_opts_parse(): always check return valueLaszlo Ersek
2013-12-10qtest: split configuration of qtest accelerator and chardevPaolo Bonzini
2013-12-10hw: Pass QEMUMachine to its init() methodMarkus Armbruster
2013-12-07Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2013-12-07Merge remote-tracking branch 'kraxel/tags/pull-seabios-31b8b4e-1' into stagingAnthony Liguori
2013-12-02add firmware to machine optionsGerd Hoffmann
2013-11-30util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson
2013-11-30osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson
2013-11-25qemu: mempath: prefault pages manually (v4)Marcelo Tosatti
2013-11-19Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-11-14qmp: access the local QemuOptsLists for drive optionAmos Kong
2013-11-13vl: fix build when configured with no graphic supportAntony Pavlov
2013-11-04vl: allow "cont" from panicked statePaolo Bonzini
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-10-17spice: fix multihead supportGerd Hoffmann
2013-10-14loader: allow adding ROMs in done callbacksMichael S. Tsirkin
2013-10-05vl: Clean up unnecessary boot_order complicationsMarkus Armbruster
2013-09-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-09-28smbios: Make multiple -smbios type= accumulate sanelyMarkus Armbruster
2013-09-28smbios: Convert to QemuOptsMarkus Armbruster
2013-09-25qemu: Adjust qemu wakeupLiu, Jinsong
2013-09-10Remove dev-bluetooth.c dependency from vl.cMiroslav Rezanina
2013-09-10Preparation for usb-bt-dongle conditional buildMiroslav Rezanina
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-08-26Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-08-22aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh
2013-08-22aio / timers: Remove alarm timersAlex Bligh
2013-08-20Convert stderr message calling error_get_pretty() to error_report()Seiji Aguchi
2013-07-30spice: fix display initializationGerd Hoffmann
2013-07-10add timestamp to error_report()Seiji Aguchi
2013-07-09vl: Tighten parsing of -machine option phandle_startMarkus Armbruster
2013-07-09Simplify -machine option queries with qemu_get_machine_opts()Markus Armbruster
2013-07-09Fix -machine options accel, kernel_irqchip, kvm_shadow_memMarkus Armbruster
2013-07-09vl: New qemu_get_machine_opts()Markus Armbruster
2013-06-28vl: convert -smp to qemu_opts_parse()Michael Tokarev
2013-06-21vl: reformat SDL ifdeffery a bitMichael Tokarev
2013-06-19vl: Rename *boot_devices to *boot_order, for consistencyMarkus Armbruster
2013-06-19vl: Fix -boot order and once regressions, and related bugsMarkus Armbruster
2013-06-19vl: Clean up parsing of -boot option argumentMarkus Armbruster
2013-06-16vl: always define no_frameMichael Tokarev
2013-06-11Unbreak -no-quit for GTK, validate SDL optionsPeter Wu
2013-06-11gtk: implement -full-screenPeter Wu
2013-06-10gdbstub: let the debugger resume from guest panicked statePaolo Bonzini