summaryrefslogtreecommitdiffstats
path: root/softmmu/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi2022-10-301-4/+32
|\
| * vl: Allow ThreadContext objects to be created before the sandbox optionDavid Hildenbrand2022-10-271-4/+32
* | qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier2022-10-281-1/+5
* | net: simplify net_client_parse() error managementLaurent Vivier2022-10-281-9/+3Star
* | net: remove the @errp argument of net_client_inits()Laurent Vivier2022-10-281-1/+1
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-041-16/+0Star
|\
| * watchdog: remove -watchdog optionPaolo Bonzini2022-09-291-16/+0Star
* | ui/cocoa: Run qemu_init in the main threadAkihiko Odaki2022-09-231-1/+1
|/
* audio: add help option for -audio and -audiodevClaudio Fontana2022-09-191-2/+7
* semihosting: Allow optional use of semihosting from userspacePeter Maydell2022-09-131-1/+1
* audio: exit(1) if audio backend failed to be found or initializedMarc-André Lureau2022-09-021-1/+3
* vl: remove dead code in parse_memory_options()Paolo Bonzini2022-08-081-6/+1Star
* vl: fix [memory] section with -readconfigPaolo Bonzini2022-08-081-11/+14
* vl: Unlink absolute PID file pathHanna Reitz2022-07-121-4/+26
* vl: Conditionally register PID file unlink notifierHanna Reitz2022-07-121-9/+9
* vga: avoid crash if no default vga cardGuo Zhi2022-06-281-1/+2
* semihosting: Cleanup chardev initRichard Henderson2022-06-281-2/+1Star
* accel: Introduce current_accel_name()Alexander Graf2022-06-271-2/+1Star
* hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.cJonathan Cameron2022-06-101-2/+0Star
* hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron2022-06-101-44/+0Star
* ui: Remove deprecated options "-sdl" and "-curses"Thomas Huth2022-06-031-19/+0Star
* ui: Switch "-display sdl" to use the QAPI parserThomas Huth2022-06-031-69/+1Star
* ui: Remove deprecated parameters of the "-display sdl" optionThomas Huth2022-06-031-40/+1Star
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-05-171-0/+47
|\
| * hw/cxl/host: Add support for CXL Fixed Memory Windows.Jonathan Cameron2022-05-131-0/+47
* | introduce -audio as a replacement for -soundhwPaolo Bonzini2022-05-141-3/+25
* | soundhw: move help handling to vl.cPaolo Bonzini2022-05-141-0/+4
|/
* vl: make machine type deprecation a warningPaolo Bonzini2022-05-121-1/+1
* machine: move more memory validation to Machine objectPaolo Bonzini2022-05-121-14/+3Star
* machine: make memory-backend a link propertyPaolo Bonzini2022-05-121-40/+22Star
* machine: add mem compound propertyPaolo Bonzini2022-05-121-83/+40Star
* machine: add boot compound propertyPaolo Bonzini2022-05-121-11/+5Star
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-121-24/+1Star
* Warn user if the vga flag is passed but no vga device is createdGautam Agrawal2022-05-091-0/+7
* softmmu/vl: Fence 'xenfb' if Xen support is not compiled inThomas Huth2022-05-091-0/+2
* remove -writeconfigPaolo Bonzini2022-04-281-20/+0Star
* include: move qdict_{crumple,flatten} declarationsMarc-André Lureau2022-04-211-0/+1
* include: add qemu/keyval.hMarc-André Lureau2022-04-211-0/+1
* include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau2022-04-211-1/+1
* softmmu: Use qemu_set_log_filename_flagsRichard Henderson2022-04-201-12/+9Star
* util/log: Pass Error pointer to qemu_set_logRichard Henderson2022-04-201-2/+2
* include: move target page bits declaration to page-vary.hMarc-André Lureau2022-04-061-0/+1
* error: use GLib to remember the program nameMarc-André Lureau2022-03-221-1/+1
* vl: typo fix in a commentMarc-André Lureau2022-03-221-1/+1
* qemu-options: define -spice only #ifdef CONFIG_SPICEMarc-André Lureau2022-03-221-0/+2
* softmmu: Add qemu_init_arch_modules()Philippe Mathieu-Daudé2022-03-061-4/+1Star
* include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell2022-02-211-0/+1
* softmmu: fix device deletion events with -device JSON syntaxDaniel P. Berrangé2022-01-141-1/+3
* include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito2022-01-141-1/+3
* qemu-options: Remove the deprecated -no-quit optionThomas Huth2022-01-051-7/+1Star