aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)Author
2022-05-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2022-05-14introduce -audio as a replacement for -soundhwPaolo Bonzini
2022-05-14soundhw: move help handling to vl.cPaolo Bonzini
2022-05-13hw/cxl/host: Add support for CXL Fixed Memory Windows.Jonathan Cameron
2022-05-12vl: make machine type deprecation a warningPaolo Bonzini
2022-05-12machine: move more memory validation to Machine objectPaolo Bonzini
2022-05-12machine: make memory-backend a link propertyPaolo Bonzini
2022-05-12machine: add mem compound propertyPaolo Bonzini
2022-05-12machine: add boot compound propertyPaolo Bonzini
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini
2022-05-09Warn user if the vga flag is passed but no vga device is createdGautam Agrawal
2022-05-09softmmu/vl: Fence 'xenfb' if Xen support is not compiled inThomas Huth
2022-04-28remove -writeconfigPaolo Bonzini
2022-04-21include: move qdict_{crumple,flatten} declarationsMarc-André Lureau
2022-04-21include: add qemu/keyval.hMarc-André Lureau
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau
2022-04-21Simplify softmmu/main.cMarc-André Lureau
2022-04-20softmmu: Use qemu_set_log_filename_flagsRichard Henderson
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson
2022-04-06whpx: Added support for breakpoints and steppingIvan Shcherbakov
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06include: move target page bits declaration to page-vary.hMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-04-06qtest: replace gettimeofday with GTimerMarc-André Lureau
2022-03-29memory: Make memory_region_readd_subregion() properly handle mapped aliasesDavid Hildenbrand
2022-03-22Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2022-03-22error: use GLib to remember the program nameMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-22vl: typo fix in a commentMarc-André Lureau
2022-03-22qemu-options: define -spice only #ifdef CONFIG_SPICEMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-21softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERRORPhilippe Mathieu-Daudé
2022-03-21softmmu/physmem: Simplify flatview_write and address_space_access_validPhilippe Mathieu-Daudé
2022-03-16softmmu: List CPU types againPhilippe Mathieu-Daudé
2022-03-08Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-03-...Peter Maydell
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell
2022-03-07Check and report for incomplete 'global' option formatRohit Kumar
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-03-06softmmu: Build target-agnostic objects oncePhilippe Mathieu-Daudé
2022-03-06softmmu: Add qemu_init_arch_modules()Philippe Mathieu-Daudé
2022-03-06softmmu/cpu-timers: Remove unused 'exec/exec-all.h' headerPhilippe Mathieu-Daudé
2022-03-06softmmu/physmem: Remove unnecessary includePhilippe Mathieu-Daudé
2022-03-06softmmu/globals: Remove unused 'hw/i386/*' headersPhilippe Mathieu-Daudé
2022-03-06accel: Introduce AccelOpsClass::cpus_are_resettable()Philippe Mathieu-Daudé
2022-03-06accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé
2022-03-06softmmu/cpus: Code movementPhilippe Mathieu-Daudé
2022-03-06sysemu/memory_mapping: Become target-agnosticPhilippe Mathieu-Daudé
2022-03-06exec: Make cpu_memory_rw_debug() target agnosticPhilippe Mathieu-Daudé
2022-03-05Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...Peter Maydell