aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-04-06hyperv: Add support to process syndbg commandsJon Doron1-0/+58
2022-04-06hyperv: Add definitions for syndbgJon Doron1-0/+52
2022-04-06thread-posix: implement Semaphore with QemuCond and QemuMutexLongpeng(Mike)1-3/+2
2022-04-06thread-posix: remove the posix semaphore supportLongpeng(Mike)1-4/+0
2022-04-06whpx: Added support for breakpoints and steppingIvan Shcherbakov2-1/+8
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-9/+0
2022-04-06Move fcntl_setfl() to oslib-posixMarc-André Lureau2-1/+2
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau2-60/+64
2022-04-06include: move page_size_init() to include/hw/core/cpu.hMarc-André Lureau2-2/+2
2022-04-06include: move os_*() to os-foo.hMarc-André Lureau3-5/+5
2022-04-06include: move qemu_get_vm_name() to sysemu.hMarc-André Lureau2-2/+2
2022-04-06include: move progress API to qemu-progress.hMarc-André Lureau2-4/+8
2022-04-06include: move target page bits declaration to page-vary.hMarc-André Lureau2-17/+18
2022-04-06include: move cpu_exec* declarations to cpu-common.hMarc-André Lureau2-3/+3
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau2-20/+20
2022-04-06include: move dump_in_progress() to runstate.hMarc-André Lureau2-4/+1
2022-04-06include: move coroutine IO functions to coroutine.hMarc-André Lureau2-23/+23
2022-04-06include: move qemu_pipe() to osdep.hMarc-André Lureau2-4/+4
2022-04-06include: move qemu_write_full() declaration to osdep.hMarc-André Lureau2-3/+3
2022-04-06include: move TFR to osdep.hMarc-André Lureau2-2/+2
2022-04-06error-report: replace deprecated g_get_current_time() with glib >= 2.62Marc-André Lureau1-0/+10
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau3-6/+13
2022-04-06include/qapi: add g_autoptr support for qobject typesMarc-André Lureau6-0/+24
2022-04-06osdep: poison {HOST,TARGET}_WORDS_BIGENDIANMarc-André Lureau1-0/+12
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau9-12/+11
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau16-26/+27
2022-04-06char: move qemu_openpty_raw from util/ to char/Marc-André Lureau1-2/+0
2022-04-06oslib: drop qemu_gettimeofday()Marc-André Lureau2-9/+0
2022-04-04ppc/pnv: Fix number of registers in the PCIe controller on POWER9Frederic Barrat1-1/+1
2022-04-04hw/ppc: free env->tb_env in spapr_unrealize_vcpu()Daniel Henrique Barboza1-0/+1
2022-03-29main-loop: Disable GLOBAL_STATE_CODE() assertionsHanna Reitz1-1/+2
2022-03-29main-loop: Disable block backend global state assertion on CocoaPhilippe Mathieu-Daudé1-0/+13
2022-03-22Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-0/+9
2022-03-22error: use GLib to remember the program nameMarc-André Lureau1-2/+0
2022-03-22util: remove the net/net.h dependencyMarc-André Lureau1-1/+0
2022-03-22Move HOST_LONG_BITS to compiler.hMarc-André Lureau2-3/+5
2022-03-22Simplify HOST_LONG_BITSMarc-André Lureau1-7/+1
2022-03-22compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATEDMarc-André Lureau2-5/+3
2022-03-22compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULTMarc-André Lureau3-5/+3
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau20-62/+55
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau1-19/+0
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-21softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERRORPhilippe Mathieu-Daudé1-0/+9
2022-03-18util/osdep: Avoid madvise proto on modern SolarisAndrew Deason1-0/+8
2022-03-18hw/arm/xlnx-zynqmp: Connect the ZynqMP APU ControlEdgar E. Iglesias1-1/+3
2022-03-18hw/misc: Add a model of the Xilinx ZynqMP APU ControlEdgar E. Iglesias1-0/+93
2022-03-18hw/arm/xlnx-zynqmp: Connect the ZynqMP CRFEdgar E. Iglesias1-0/+2
2022-03-18hw/misc: Add a model of the Xilinx ZynqMP CRFEdgar E. Iglesias1-0/+211
2022-03-18hw/arm/xlnx-zynqmp: Add an unimplemented SERDES areaEdgar E. Iglesias1-1/+1
2022-03-16softmmu: List CPU types againPhilippe Mathieu-Daudé2-2/+2