aboutsummaryrefslogtreecommitdiff
path: root/softmmu/vl.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé1-3730/+0
2023-10-03audio: propagate Error * out of audio_initMartin Kletzander1-3/+1
2023-10-03audio: remove QEMU_AUDIO_* and -audio-help supportPaolo Bonzini1-4/+0
2023-09-25vl: remove shadowed local variablesPaolo Bonzini1-5/+4
2023-09-22vl: recognize audiodev groups in configuration filesPaolo Bonzini1-0/+10
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-4/+83
2023-09-01softmmu/vl.c: inline include/qemu/qemu-options.h into vl.cMichael Tokarev1-1/+10
2023-09-01os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()Michael Tokarev1-3/+73
2023-08-31accel: Remove HAX acceleratorPhilippe Mathieu-Daudé1-6/+0
2023-05-22softmmu/vl.c: Disable default NIC if it has not been compiled into the binaryThomas Huth1-0/+7
2023-05-22softmmu/vl.c: Check for the availability of the VGA device before using itThomas Huth1-1/+12
2023-05-02make one-insn-per-tb an accel optionPeter Maydell1-2/+15
2023-04-24vl.c: Create late backends before migration objectPeter Xu1-2/+7
2023-04-20cpu: Remove parameter of list_cpus()Thomas Huth1-1/+1
2023-03-15vl: defuse PID file path resolve errorFiona Ebner1-4/+5
2023-03-01xen: Permit --xen-domid argument when accel is KVMPaul Durrant1-1/+1
2023-02-27softmmu: Silent -Wmissing-field-initializers warningPhilippe Mathieu-Daudé1-1/+1
2023-02-27Deprecate the "-no-acpi" command line switchThomas Huth1-0/+1
2023-02-23replay: Simplify setting replay blockersMarkus Armbruster1-10/+3
2023-02-10vl: catch [accel] entry without acceleratorPaolo Bonzini1-4/+11
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster1-2/+0
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich1-0/+11
2023-01-09i386: Deprecate the -no-hpet QEMU command line optionThomas Huth1-0/+1
2022-12-14qapi misc: Elide redundant has_FOO in generated CMarkus Armbruster1-1/+1
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi1-4/+32
2022-10-28qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier1-1/+5
2022-10-28net: simplify net_client_parse() error managementLaurent Vivier1-9/+3
2022-10-28net: remove the @errp argument of net_client_inits()Laurent Vivier1-1/+1
2022-10-27vl: Allow ThreadContext objects to be created before the sandbox optionDavid Hildenbrand1-4/+32
2022-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-16/+0
2022-09-29watchdog: remove -watchdog optionPaolo Bonzini1-16/+0
2022-09-23ui/cocoa: Run qemu_init in the main threadAkihiko Odaki1-1/+1
2022-09-19audio: add help option for -audio and -audiodevClaudio Fontana1-2/+7
2022-09-13semihosting: Allow optional use of semihosting from userspacePeter Maydell1-1/+1
2022-09-02audio: exit(1) if audio backend failed to be found or initializedMarc-André Lureau1-1/+3
2022-08-08vl: remove dead code in parse_memory_options()Paolo Bonzini1-6/+1
2022-08-08vl: fix [memory] section with -readconfigPaolo Bonzini1-11/+14
2022-07-12vl: Unlink absolute PID file pathHanna Reitz1-4/+26
2022-07-12vl: Conditionally register PID file unlink notifierHanna Reitz1-9/+9
2022-06-28vga: avoid crash if no default vga cardGuo Zhi1-1/+2
2022-06-28semihosting: Cleanup chardev initRichard Henderson1-2/+1
2022-06-27accel: Introduce current_accel_name()Alexander Graf1-2/+1
2022-06-09hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.cJonathan Cameron1-2/+0
2022-06-09hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron1-44/+0
2022-06-03ui: Remove deprecated options "-sdl" and "-curses"Thomas Huth1-19/+0
2022-06-03ui: Switch "-display sdl" to use the QAPI parserThomas Huth1-69/+1
2022-06-03ui: Remove deprecated parameters of the "-display sdl" optionThomas Huth1-40/+1
2022-05-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson1-0/+47
2022-05-14introduce -audio as a replacement for -soundhwPaolo Bonzini1-3/+25