aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
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
2013-06-03main_loop: do not set nonblocking if xen_enabled()Stefano Stabellini
2013-05-23monitor: allow to disable the default monitorLuiz Capitulino
2013-05-20vl: new runstate transition: RUN_STATE_GUEST_PANICKED -> RUN_STATE_FINISH_MIG...Hu Tao
2013-05-12clean unnecessary code: don't check g_strdup arg for NULLDong Xu Wang
2013-05-02Drop redundant resume_all_vcpus() from main()Jan Kiszka
2013-05-01cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()Igor Mammedov
2013-04-30add a new runstate: RUN_STATE_GUEST_PANICKEDHu Tao
2013-04-29audio: enable PCI audio cards for all PCI-enabled targetsPaolo Bonzini
2013-04-29audio: remove HAS_AUDIOPaolo Bonzini
2013-04-26Common: Add quick access to first boot deviceDominik Dingel
2013-04-23Move TPM passthrough specific command line options to backend structureStefan Berger
2013-04-22Add option to mlock qemu and guest memorySatoru Moriya
2013-04-16console: move gui_update+gui_setup_refresh from vl.c into console.cGerd Hoffmann
2013-04-16console: displaystate init revampGerd Hoffmann
2013-04-15Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori
2013-04-15Allow qtest to be used together with a virtual CPUEdgar E. Iglesias
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-15tpm: reorganize headers and split hardware partPaolo Bonzini
2013-04-12Revert "New QMP command query-cpu-max and HMP command cpu_max"Michal Novotny
2013-04-12New cpu-max field in query-machines QMP command outputMichal Novotny
2013-04-08hw: move headers to include/Paolo Bonzini
2013-04-04acpi_table_add(): accept QemuOpts and parse it with OptsVisitorLaszlo Ersek
2013-04-04strip some whitespaceLaszlo Ersek
2013-04-04qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede
2013-04-02append the terminating '\0' to bootorder stringAmos Kong
2013-03-28Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-03-28vl: add runstate_set tracepointKazuya Saito
2013-03-28vl.c: call bdrv_init_with_whitelist() before cmdline parsingPeter Lieven
2013-03-25New QMP command query-cpu-max and HMP command cpu_maxMichal Novotny
2013-03-19add a boot option to do strict bootAmos Kong
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann