summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* clean unnecessary code: don't check g_strdup arg for NULLDong Xu Wang2013-05-121-1/+1
* Drop redundant resume_all_vcpus() from main()Jan Kiszka2013-05-021-1/+0
* cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()Igor Mammedov2013-05-011-1/+0
* add a new runstate: RUN_STATE_GUEST_PANICKEDHu Tao2013-04-301-2/+11
* audio: enable PCI audio cards for all PCI-enabled targetsPaolo Bonzini2013-04-291-0/+2
* audio: remove HAS_AUDIOPaolo Bonzini2013-04-291-8/+0
* Common: Add quick access to first boot deviceDominik Dingel2013-04-261-0/+18
* Move TPM passthrough specific command line options to backend structureStefan Berger2013-04-231-15/+1
* Add option to mlock qemu and guest memorySatoru Moriya2013-04-221-0/+34
* console: move gui_update+gui_setup_refresh from vl.c into console.cGerd Hoffmann2013-04-161-49/+0
* console: displaystate init revampGerd Hoffmann2013-04-161-5/+1
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-04-151-3/+3
|\
| * sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-2/+2
| * tpm: reorganize headers and split hardware partPaolo Bonzini2013-04-151-1/+1
* | Allow qtest to be used together with a virtual CPUEdgar E. Iglesias2013-04-151-0/+4
* | Revert "New QMP command query-cpu-max and HMP command cpu_max"Michal Novotny2013-04-121-5/+0
* | New cpu-max field in query-machines QMP command outputMichal Novotny2013-04-121-0/+1
|/
* hw: move headers to include/Paolo Bonzini2013-04-081-6/+6
* acpi_table_add(): accept QemuOpts and parse it with OptsVisitorLaszlo Ersek2013-04-041-1/+3
* strip some whitespaceLaszlo Ersek2013-04-041-4/+4
* qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede2013-04-041-0/+1
* append the terminating '\0' to bootorder stringAmos Kong2013-04-021-3/+3
* Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-03-281-2/+2
|\
| * vl.c: call bdrv_init_with_whitelist() before cmdline parsingPeter Lieven2013-03-281-2/+2
* | vl: add runstate_set tracepointKazuya Saito2013-03-281-1/+1
|/
* New QMP command query-cpu-max and HMP command cpu_maxMichal Novotny2013-03-251-0/+5
* add a boot option to do strict bootAmos Kong2013-03-191-1/+24
* console: fix displaychangelisteners interfaceGerd Hoffmann2013-03-181-3/+3
* Add search path support for qemu data files.Gerd Hoffmann2013-03-121-13/+23
* Add support for cancelling of a TPM commandStefan Berger2013-03-121-0/+5
* Support for TPM command line optionsStefan Berger2013-03-121-0/+37
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-03-101-0/+1
|\
| * hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini2013-03-011-0/+1
| * hw: move char backends to backends/Paolo Bonzini2013-03-011-1/+1
* | qemu-char: move baum registration to baum.cAnthony Liguori2013-03-081-1/+0
|/
* vl.c: allow for repeated -sd argumentsPeter Crosthwaite2013-02-281-1/+1
* gtk ui: unbreak spiceGerd Hoffmann2013-02-261-3/+1
* gtk: make default UI (v5)Anthony Liguori2013-02-211-14/+34
* usb-host: remove usb_host_device_closeGerd Hoffmann2013-02-191-2/+3
* cpus.c: Drop unnecessary set_cpu_log()Peter Maydell2013-02-161-1/+8
* qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell2013-02-161-1/+1
* vl: Exit unsuccessfully on option argument syntax errorMarkus Armbruster2013-02-111-4/+12
* vl: Drop redundant "parse error" reportsMarkus Armbruster2013-02-111-4/+0
* vl.c: validate -numa "cpus" parameter properlyEduardo Habkost2013-02-041-5/+27
* vl.c: Extract -numa "cpus" parsing to separate functionEduardo Habkost2013-02-041-18/+23
* vl.c: Use parse_uint_full() for NUMA nodeidEduardo Habkost2013-02-041-1/+4
* vl.c: numa_add(): Validate nodeid before using itEduardo Habkost2013-02-041-1/+6
* vl.c: Check for NUMA node limit inside numa_add()Eduardo Habkost2013-02-041-4/+6
* vl.c: Abort on unknown -numa option typeEduardo Habkost2013-02-041-0/+3
* vl.c: Fix off-by-one bug when handling "-numa node" argumentEduardo Habkost2013-02-041-1/+4
OpenPOWER on IntegriCloud