summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-11main_loop: do not set nonblocking if xen_enabled()Stefano Stabellini1-1/+1
2013-05-20vl: new runstate transition: RUN_STATE_GUEST_PANICKED -> RUN_STATE_FINISH_MIG...Hu Tao1-0/+1
2013-05-12clean unnecessary code: don't check g_strdup arg for NULLDong Xu Wang1-1/+1
2013-05-02Drop redundant resume_all_vcpus() from main()Jan Kiszka1-1/+0
2013-05-01cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()Igor Mammedov1-1/+0
2013-04-30add a new runstate: RUN_STATE_GUEST_PANICKEDHu Tao1-2/+11
2013-04-29audio: enable PCI audio cards for all PCI-enabled targetsPaolo Bonzini1-0/+2
2013-04-29audio: remove HAS_AUDIOPaolo Bonzini1-8/+0
2013-04-26Common: Add quick access to first boot deviceDominik Dingel1-0/+18
2013-04-23Move TPM passthrough specific command line options to backend structureStefan Berger1-15/+1
2013-04-22Add option to mlock qemu and guest memorySatoru Moriya1-0/+34
2013-04-16console: move gui_update+gui_setup_refresh from vl.c into console.cGerd Hoffmann1-49/+0
2013-04-16console: displaystate init revampGerd Hoffmann1-5/+1
2013-04-15Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori1-3/+3
2013-04-15Allow qtest to be used together with a virtual CPUEdgar E. Iglesias1-0/+4
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-2/+2
2013-04-15tpm: reorganize headers and split hardware partPaolo Bonzini1-1/+1
2013-04-12Revert "New QMP command query-cpu-max and HMP command cpu_max"Michal Novotny1-5/+0
2013-04-12New cpu-max field in query-machines QMP command outputMichal Novotny1-0/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-6/+6
2013-04-04acpi_table_add(): accept QemuOpts and parse it with OptsVisitorLaszlo Ersek1-1/+3
2013-04-04strip some whitespaceLaszlo Ersek1-4/+4
2013-04-04qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede1-0/+1
2013-04-02append the terminating '\0' to bootorder stringAmos Kong1-3/+3
2013-03-28Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori1-2/+2
2013-03-28vl: add runstate_set tracepointKazuya Saito1-1/+1
2013-03-28vl.c: call bdrv_init_with_whitelist() before cmdline parsingPeter Lieven1-2/+2
2013-03-25New QMP command query-cpu-max and HMP command cpu_maxMichal Novotny1-0/+5
2013-03-19add a boot option to do strict bootAmos Kong1-1/+24
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann1-3/+3
2013-03-12Add search path support for qemu data files.Gerd Hoffmann1-13/+23
2013-03-12Add support for cancelling of a TPM commandStefan Berger1-0/+5
2013-03-12Support for TPM command line optionsStefan Berger1-0/+37
2013-03-10Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori1-0/+1
2013-03-08qemu-char: move baum registration to baum.cAnthony Liguori1-1/+0
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini1-0/+1
2013-03-01hw: move char backends to backends/Paolo Bonzini1-1/+1
2013-02-28vl.c: allow for repeated -sd argumentsPeter Crosthwaite1-1/+1
2013-02-26gtk ui: unbreak spiceGerd Hoffmann1-3/+1
2013-02-21gtk: make default UI (v5)Anthony Liguori1-14/+34
2013-02-19usb-host: remove usb_host_device_closeGerd Hoffmann1-2/+3
2013-02-16cpus.c: Drop unnecessary set_cpu_log()Peter Maydell1-1/+8
2013-02-16qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell1-1/+1
2013-02-11vl: Exit unsuccessfully on option argument syntax errorMarkus Armbruster1-4/+12
2013-02-11vl: Drop redundant "parse error" reportsMarkus Armbruster1-4/+0
2013-02-04vl.c: validate -numa "cpus" parameter properlyEduardo Habkost1-5/+27
2013-02-04vl.c: Extract -numa "cpus" parsing to separate functionEduardo Habkost1-18/+23
2013-02-04vl.c: Use parse_uint_full() for NUMA nodeidEduardo Habkost1-1/+4
2013-02-04vl.c: numa_add(): Validate nodeid before using itEduardo Habkost1-1/+6
2013-02-04vl.c: Check for NUMA node limit inside numa_add()Eduardo Habkost1-4/+6