aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-01-29accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handlerPhilippe Mathieu-Daudé1-0/+2
2024-01-29accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handlerPhilippe Mathieu-Daudé1-0/+5
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson2-4/+2
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich2-0/+128
2024-01-29tcg: Make tb_cflags() usable from target-agnostic codeIlya Leoshkevich2-6/+6
2024-01-29include/hw/core: Remove i386 conditional on fake_user_interruptAnton Johansson1-3/+2
2024-01-29include/hw/core: Move do_interrupt in TCGCPUOpsAnton Johansson1-5/+2
2024-01-29include/exec: Move cpu_*()/cpu_env() to common headerAnton Johansson2-25/+26
2024-01-29include/exec: Move PAGE_* macros to common headerAnton Johansson2-24/+30
2024-01-29include/exec: typedef abi_ptr to vaddrAnton Johansson1-2/+2
2024-01-29include/exec: Use vaddr in DisasContextBase for virtual addressesAnton Johansson1-3/+3
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson1-1/+1
2024-01-29hw/core: Include vaddr.h from cpu.hAnton Johansson1-1/+1
2024-01-29include/exec: Move vaddr defines to separate fileAnton Johansson2-12/+19
2024-01-26Merge tag 'pull-target-arm-20240126' of https://git.linaro.org/people/pmaydel...Peter Maydell8-32/+70
2024-01-26Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell4-7/+22
2024-01-26hw/arm: add PCIe to Freescale i.MX6Nikita Ostrenkov1-21/+23
2024-01-26bswap.h: Fix const_le64() macroPeter Maydell1-8/+8
2024-01-26hw/char/imx_serial: Implement receive FIFO and ageing timerRayhan Faizel1-1/+19
2024-01-26fsl-imx6ul: Add various missing unimplemented devicesGuenter Roeck1-0/+2
2024-01-26hw/arm/armv7m: Make 'hw/intc/armv7m_nvic.h' a target agnostic headerPhilippe Mathieu-Daudé1-1/+1
2024-01-26hw/misc/xlnx-versal-crl: Include generic 'cpu-qom.h' instead of 'cpu.h'Philippe Mathieu-Daudé1-1/+1
2024-01-26hw/arm/xlnx-versal: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-26hw/arm: Add watchdog timer to Allwinner H40 and Bananapi boardGuenter Roeck1-0/+3
2024-01-26hw/arm: Add AHCI/SATA controller to Allwinner R40 and Bananapi boardGuenter Roeck1-0/+3
2024-01-26hw/arm: Add EHCI/OHCI controllers to Allwinner R40 and Bananapi boardGuenter Roeck1-0/+9
2024-01-26virtio-blk: rename dataplane to ioeventfdStefan Hajnoczi1-4/+4
2024-01-26virtio-blk: move dataplane code into virtio-blk.cStefan Hajnoczi1-3/+9
2024-01-26stream: Allow users to request only format driver names in backing file formatPeter Krempa1-0/+3
2024-01-26commit: Allow users to request only format driver names in backing file formatPeter Krempa3-2/+8
2024-01-26qapi: Fix dangling references to docs/devel/qapi-code-gen.txtMarkus Armbruster2-2/+2
2024-01-24util/uri: Remove the uri_string_escape() functionThomas Huth1-1/+0
2024-01-24util/uri: Remove unused functions uri_resolve() and uri_resolve_relative()Thomas Huth1-2/+0
2024-01-24util/uri: Remove uri_string_unescape()Thomas Huth1-1/+0
2024-01-20Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-0/+2
2024-01-19Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into stagingPeter Maydell5-55/+69
2024-01-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell4-5/+13
2024-01-19hw/elf_ops: Ignore loadable segments with zero sizeBin Meng1-36/+39
2024-01-19system/replay: Restrict icount to system emulationPhilippe Mathieu-Daudé2-4/+9
2024-01-19system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé1-7/+13
2024-01-19system/cpu-timers: Have icount_configure() return a booleanPhilippe Mathieu-Daudé1-2/+8
2024-01-19accel/tcg: Remove tb_invalidate_phys_page() from system emulationPhilippe Mathieu-Daudé1-1/+0
2024-01-19accel/tcg: Remove unused tb_invalidate_phys_addr()Philippe Mathieu-Daudé1-5/+0
2024-01-19s390x/pci: drive ISM reset from subsystem resetMatthew Rosato1-0/+1
2024-01-19s390x/pci: avoid double enable/disable of aifMatthew Rosato1-0/+1
2024-01-18load_elf: fix iterator's type for elf file processingAnastasia Belova1-1/+1
2024-01-18qemu/osdep: Add huge page aligned support on LoongArch platformBibo Mao1-0/+8
2024-01-18io_uring: move LuringState typedef to block/aio.hPaolo Bonzini2-5/+4
2024-01-18Add class property to configure KVM device node to useDaan De Meyer1-0/+1
2024-01-15hw/arm: Connect STM32L4x5 SYSCFG to STM32L4x5 SoCInès Varhol1-0/+2