aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-04-20tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCHRichard Henderson
2022-04-20hw: Add compat machines for 7.1Cornelia Huck
2022-04-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2022-04-06acpi: fix acpi_index migrationDr. David Alan Gilbert
2022-04-06hyperv: Add support to process syndbg commandsJon Doron
2022-04-06hyperv: Add definitions for syndbgJon Doron
2022-04-06thread-posix: implement Semaphore with QemuCond and QemuMutexLongpeng(Mike)
2022-04-06thread-posix: remove the posix semaphore supportLongpeng(Mike)
2022-04-06whpx: Added support for breakpoints and steppingIvan Shcherbakov
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Move fcntl_setfl() to oslib-posixMarc-André Lureau
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau
2022-04-06include: move page_size_init() to include/hw/core/cpu.hMarc-André Lureau
2022-04-06include: move os_*() to os-foo.hMarc-André Lureau
2022-04-06include: move qemu_get_vm_name() to sysemu.hMarc-André Lureau
2022-04-06include: move progress API to qemu-progress.hMarc-André Lureau
2022-04-06include: move target page bits declaration to page-vary.hMarc-André Lureau
2022-04-06include: move cpu_exec* declarations to cpu-common.hMarc-André Lureau
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau
2022-04-06include: move dump_in_progress() to runstate.hMarc-André Lureau
2022-04-06include: move coroutine IO functions to coroutine.hMarc-André Lureau
2022-04-06include: move qemu_pipe() to osdep.hMarc-André Lureau
2022-04-06include: move qemu_write_full() declaration to osdep.hMarc-André Lureau
2022-04-06include: move TFR to osdep.hMarc-André Lureau
2022-04-06error-report: replace deprecated g_get_current_time() with glib >= 2.62Marc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-04-06include/qapi: add g_autoptr support for qobject typesMarc-André Lureau
2022-04-06osdep: poison {HOST,TARGET}_WORDS_BIGENDIANMarc-André Lureau
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-04-06char: move qemu_openpty_raw from util/ to char/Marc-André Lureau
2022-04-06oslib: drop qemu_gettimeofday()Marc-André Lureau
2022-04-04ppc/pnv: Fix number of registers in the PCIe controller on POWER9Frederic Barrat
2022-04-04hw/ppc: free env->tb_env in spapr_unrealize_vcpu()Daniel Henrique Barboza
2022-03-29main-loop: Disable GLOBAL_STATE_CODE() assertionsHanna Reitz
2022-03-29main-loop: Disable block backend global state assertion on CocoaPhilippe Mathieu-Daudé
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-22util: remove the net/net.h dependencyMarc-André Lureau
2022-03-22Move HOST_LONG_BITS to compiler.hMarc-André Lureau
2022-03-22Simplify HOST_LONG_BITSMarc-André Lureau
2022-03-22compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATEDMarc-André Lureau
2022-03-22compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULTMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-22Drop qemu_foo() socket API wrapperMarc-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-18util/osdep: Avoid madvise proto on modern SolarisAndrew Deason
2022-03-18hw/arm/xlnx-zynqmp: Connect the ZynqMP APU ControlEdgar E. Iglesias
2022-03-18hw/misc: Add a model of the Xilinx ZynqMP APU ControlEdgar E. Iglesias