aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé16-21/+21
2023-02-27gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé8-18/+17
2023-02-27cpu: Move breakpoint helpers to common codePhilippe Mathieu-Daudé2-71/+72
2023-02-27cpu: Remove capstone meson dependencyPhilippe Mathieu-Daudé1-1/+2
2023-02-27Merge tag 'pull-target-arm-20230227' of https://git.linaro.org/people/pmaydel...Peter Maydell82-875/+918
2023-02-27hw: Replace qemu_or_irq typedef by OrIRQStatePhilippe Mathieu-Daudé12-27/+25
2023-02-27hw/or-irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()Philippe Mathieu-Daudé1-2/+1
2023-02-27hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()Philippe Mathieu-Daudé1-5/+4
2023-02-27iothread: Remove unused IOThreadClass / IOTHREAD_CLASSPhilippe Mathieu-Daudé1-4/+0
2023-02-27hw/arm/musicpal: Remove unused dummy MemoryRegionPhilippe Mathieu-Daudé1-4/+0
2023-02-27hw/intc/armv7m_nvic: Use QOM cast CPU() macroPhilippe Mathieu-Daudé1-3/+3
2023-02-27hw/timer/cmsdk-apb-timer: Remove unused 'qdev-properties.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-02-27hw/char/cmsdk-apb-uart: Open-code cmsdk_apb_uart_create()Philippe Mathieu-Daudé2-48/+27
2023-02-27hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create()Philippe Mathieu-Daudé2-22/+5
2023-02-27hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM typePhilippe Mathieu-Daudé2-4/+6
2023-02-27hw/char/pl011: Open-code pl011_luminary_create()Philippe Mathieu-Daudé2-20/+8
2023-02-27hw/char/pl011: Un-inline pl011_create()Philippe Mathieu-Daudé2-18/+18
2023-02-27hw/gpio/max7310: Simplify max7310_realize()Philippe Mathieu-Daudé1-3/+2
2023-02-27tests/avocado: add machine:none tag to version.pyFabiano Rosas1-0/+1
2023-02-27cpu-defs.h: Expose CPUTLBEntryFull to non-TCG codeFabiano Rosas1-0/+6
2023-02-27target/arm: Don't access TCG code when debugging with KVMFabiano Rosas1-0/+4
2023-02-27target/arm: Move regime_using_lpae_format into internal.hFabiano Rosas2-21/+18
2023-02-27target/arm: Move hflags code into the tcg directoryFabiano Rosas5-392/+411
2023-02-27target/arm: Wrap arm_rebuild_hflags calls with tcg_enabledFabiano Rosas6-17/+42
2023-02-27target/arm: Move psci.c into the tcg directoryClaudio Fontana3-1/+4
2023-02-27target/arm: move helpers to tcg/Claudio Fontana17-13/+38
2023-02-27target/arm: move translate modules to tcg/Fabiano Rosas27-26/+37
2023-02-27target/arm: Wrap TCG-only code in debug_helper.cFabiano Rosas1-237/+239
2023-02-27target/arm: Wrap breakpoint/watchpoint updates with tcg_enabledFabiano Rosas3-8/+21
2023-02-27include/hw/arm/allwinner-a10.h: Remove superfluous includes from the headerThomas Huth2-2/+1
2023-02-27Merge tag 'pull-request-2023-02-27' of https://gitlab.com/thuth/qemu into sta...Peter Maydell38-596/+527
2023-02-27Deprecate the "-no-acpi" command line switchThomas Huth2-0/+7
2023-02-27gitlab-ci.d/base: Mark jobs as interruptible by defaultThomas Huth1-0/+2
2023-02-27gitlab-ci.d: Build with --enable-fdt=system by defaultThomas Huth5-11/+14
2023-02-27gitlab-ci.d/buildtest-template: Simplify the configure stepThomas Huth1-6/+4
2023-02-27gitlab-ci.d/buildtest: Disintegrate the build-coroutine-sigaltstack jobThomas Huth2-13/+2
2023-02-27gitlab-ci.d/buildtest: Remove aarch64-softmmu from the build-system-ubuntu jobThomas Huth1-1/+1
2023-02-27Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran9-19/+9
2023-02-27meson: fix dependency on qemu-keymapSteve Sistare2-2/+2
2023-02-27qemu-keymap: Silence memory leak warning from Clang's sanitizerThomas Huth1-0/+2
2023-02-27configure: Add 'mkdir build' checkDinah Baum1-2/+6
2023-02-27tests/tcg/s390x: Add sam.SIlya Leoshkevich2-0/+68
2023-02-27tests/tcg/s390x: Add bal.SIlya Leoshkevich2-0/+25
2023-02-27target/s390x: Use tcg_constant_* in translate_vx.c.incRichard Henderson1-25/+20
2023-02-27target/s390x: Use tcg_constant_i32 for fpinst_extract_m34Richard Henderson1-25/+1
2023-02-27target/s390x: Use tcg_constant_* for DisasCompareRichard Henderson1-22/+22
2023-02-27target/s390x: Use tcg_constant_* in local contextsRichard Henderson1-263/+147
2023-02-27s390x/pv: Add support for asynchronous teardown for rebootClaudio Imbrenda3-1/+34
2023-02-27target/s390x: Hoist some computation in access_memmoveRichard Henderson1-6/+7
2023-02-27target/s390x: Inline do_access_{get,set}_byteRichard Henderson1-40/+30