aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-09target/arm: Always use arm_pan_enabled() when checking if PAN is enabledPeter Maydell
2024-01-09target/arm: Trap registers when HCR_EL2.{NV, NV1} == {1, 1}Peter Maydell
2024-01-09target/arm: Set SPSR_EL1.M correctly when nested virt is enabledPeter Maydell
2024-01-09target/arm: Make NV reads of CurrentEL return EL2Peter Maydell
2024-01-09target/arm: Trap sysreg accesses for FEAT_NVPeter Maydell
2024-01-09target/arm: Move FPU/SVE/SME access checks up above ARM_CP_SPECIAL_MASK checkPeter Maydell
2024-01-09target/arm: Make EL2 cpreg accessfns safe for FEAT_NV EL1 accessesPeter Maydell
2024-01-09target/arm: *_EL12 registers should UNDEF when HCR_EL2.E2H is 0Peter Maydell
2024-01-09target/arm: Record correct opcode fields in cpreg for E2H aliasesPeter Maydell
2024-01-09target/arm: Allow use of upper 32 bits of TBFLAG_A64Peter Maydell
2024-01-09target/arm: Always honour HCR_EL2.TSC when HCR_EL2.NV is setPeter Maydell
2024-01-09target/arm: Enable trapping of ERET for FEAT_NVPeter Maydell
2024-01-09target/arm: Implement HCR_EL2.AT handlingPeter Maydell
2024-01-09target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NVPeter Maydell
2024-01-09hw/intc/arm_gicv3_cpuif: handle LPIs in in the list registersPeter Maydell
2024-01-09target/arm: Set CTR_EL0.{IDC,DIC} for the 'max' CPUPeter Maydell
2024-01-09hw/arm: Add missing QOM parent for v7-M SoCsPhilippe Mathieu-Daudé
2024-01-09hw/arm/socs: configure priority bits for existing SOCsSamuel Tardieu
2024-01-09hw/arm/armv7m: alias the NVIC "num-prio-bits" propertySamuel Tardieu
2024-01-09hw/intc/armv7m_nvic: add "num-prio-bits" propertySamuel Tardieu
2024-01-09hw/arm: Add minimal support for the B-L475E-IOT01A boardInès Varhol
2024-01-09hw/arm: Add minimal support for the STM32L4x5 SoCInès Varhol
2024-01-09hw/arm: add cache controller for Freescale i.MX6Nikita Ostrenkov
2024-01-09Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell
2024-01-09Merge tag 'pull-replay-fixes-080124-1' of https://gitlab.com/stsquad/qemu int...Peter Maydell
2024-01-09acpi/tests/avocado/bits: disable smilatency testsAni Sinha
2024-01-09acpi/tests/avocado/bits: import smilatency test from bits in order to disable itAni Sinha
2024-01-08Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2024-01-08iothread: Remove unused Error** argument in aio_context_set_aio_paramsPhilippe Mathieu-Daudé
2024-01-08tests/avocado: remove skips from replay_kernelAlex Bennée
2024-01-08chardev: force write all when recording replay logsAlex Bennée
2024-01-08replay: stop us hanging in rr_wait_io_eventAlex Bennée
2024-01-08replay/replay-char: use report_sync_errorAlex Bennée
2024-01-08replay: introduce a central report point for sync errorsAlex Bennée
2024-01-08replay: make has_unread_data a boolAlex Bennée
2024-01-08replay: add proper kdoc for ReplayStateAlex Bennée
2024-01-08replay: remove host_clock_lastAlex Bennée
2024-01-08scripts/replay_dump: track total number of instructionsAlex Bennée
2024-01-08scripts/replay-dump: update to latest formatAlex Bennée
2024-01-08tests/avocado: modernise the drive args for replay_linuxAlex Bennée
2024-01-08tests/avocado: fix typo in replay_linuxAlex Bennée
2024-01-08tests/avocado: add a simple i386 replay kernel testAlex Bennée
2024-01-08Merge tag 'pull-vfio-20240107' of https://github.com/legoater/qemu into stagingPeter Maydell
2024-01-08Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell
2024-01-08Merge tag 'pull-loongarch-20240106' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2024-01-06target/loongarch: move translate modules to tcg/Song Gao