aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-04-20softfloat: add float128_to_uint128Matheus Ferst
2022-04-20softfloat: add int128_to_float128Matheus Ferst
2022-04-20softfloat: add uint128_to_float128Matheus Ferst
2022-04-20qemu/int128: add int128_urshiftMatheus Ferst
2022-04-20ppc/pnv: Remove PnvPsiClas::irq_setCédric Le Goater
2022-04-20ppc/pnv: Remove PnvOCC::psi linkCédric Le Goater
2022-04-20ppc/pnv: Remove PnvLpcController::psi linkCédric Le Goater
2022-04-20ppc/pnv: Fix PSI IRQ definitionCédric Le Goater
2022-04-20ppc/spapr/ddw: Add 2M pagesizeAlexey Kardashevskiy
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