summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * hw/fsi: Introduce IBM's Local busNinad Palsule2024-02-011-0/+32
| * hw/arm/aspeed: Check for CPU types in machine_run_board_init()Philippe Mathieu-Daudé2024-02-011-1/+2
| * hw/arm/aspeed: Introduce aspeed_soc_cpu_type() helperPhilippe Mathieu-Daudé2024-02-011-0/+1
* | Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell2024-01-3110-11/+0
|\ \
| * | include: Clean up includesPeter Maydell2024-01-306-7/+0
| * | m68k: Clean up includesPeter Maydell2024-01-302-2/+0
| * | acpi: Clean up includesPeter Maydell2024-01-302-2/+0
* | | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell2024-01-312-2/+16
|\ \ \ | |_|/ |/| |
| * | hw/block/block.c: improve confusing blk_check_size_and_read_all() errorManos Pitsidianakis2024-01-301-2/+2
| * | hw/core/qdev.c: add qdev_get_human_name()Manos Pitsidianakis2024-01-301-0/+14
| |/
* | accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handlerPhilippe Mathieu-Daudé2024-01-291-0/+2
* | accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handlerPhilippe Mathieu-Daudé2024-01-291-0/+5
* | include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson2024-01-292-4/+2
* | accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich2024-01-292-0/+128
* | tcg: Make tb_cflags() usable from target-agnostic codeIlya Leoshkevich2024-01-292-6/+6
* | include/hw/core: Remove i386 conditional on fake_user_interruptAnton Johansson2024-01-291-3/+2
* | include/hw/core: Move do_interrupt in TCGCPUOpsAnton Johansson2024-01-291-5/+2
* | include/exec: Move cpu_*()/cpu_env() to common headerAnton Johansson2024-01-292-25/+26
* | include/exec: Move PAGE_* macros to common headerAnton Johansson2024-01-292-24/+30
* | include/exec: typedef abi_ptr to vaddrAnton Johansson2024-01-291-2/+2
* | include/exec: Use vaddr in DisasContextBase for virtual addressesAnton Johansson2024-01-291-3/+3
* | target: Use vaddr in gen_intermediate_codeAnton Johansson2024-01-291-1/+1
* | hw/core: Include vaddr.h from cpu.hAnton Johansson2024-01-291-1/+1
* | include/exec: Move vaddr defines to separate fileAnton Johansson2024-01-292-12/+19
|/
* Merge tag 'pull-target-arm-20240126' of https://git.linaro.org/people/pmaydel...Peter Maydell2024-01-268-32/+70
|\
| * hw/arm: add PCIe to Freescale i.MX6Nikita Ostrenkov2024-01-261-21/+23
| * bswap.h: Fix const_le64() macroPeter Maydell2024-01-261-8/+8
| * hw/char/imx_serial: Implement receive FIFO and ageing timerRayhan Faizel2024-01-261-1/+19
| * fsl-imx6ul: Add various missing unimplemented devicesGuenter Roeck2024-01-261-0/+2
| * hw/arm/armv7m: Make 'hw/intc/armv7m_nvic.h' a target agnostic headerPhilippe Mathieu-Daudé2024-01-261-1/+1
| * hw/misc/xlnx-versal-crl: Include generic 'cpu-qom.h' instead of 'cpu.h'Philippe Mathieu-Daudé2024-01-261-1/+1
| * hw/arm/xlnx-versal: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé2024-01-261-0/+1
| * hw/arm: Add watchdog timer to Allwinner H40 and Bananapi boardGuenter Roeck2024-01-261-0/+3
| * hw/arm: Add AHCI/SATA controller to Allwinner R40 and Bananapi boardGuenter Roeck2024-01-261-0/+3
| * hw/arm: Add EHCI/OHCI controllers to Allwinner R40 and Bananapi boardGuenter Roeck2024-01-261-0/+9
* | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell2024-01-264-7/+22
|\ \
| * | virtio-blk: rename dataplane to ioeventfdStefan Hajnoczi2024-01-261-4/+4
| * | virtio-blk: move dataplane code into virtio-blk.cStefan Hajnoczi2024-01-261-3/+9
| * | stream: Allow users to request only format driver names in backing file formatPeter Krempa2024-01-261-0/+3
| * | commit: Allow users to request only format driver names in backing file formatPeter Krempa2024-01-263-2/+8
| |/
* / qapi: Fix dangling references to docs/devel/qapi-code-gen.txtMarkus Armbruster2024-01-262-2/+2
|/
* util/uri: Remove the uri_string_escape() functionThomas Huth2024-01-241-1/+0
* util/uri: Remove unused functions uri_resolve() and uri_resolve_relative()Thomas Huth2024-01-241-2/+0
* util/uri: Remove uri_string_unescape()Thomas Huth2024-01-241-1/+0
* Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2024-01-201-0/+2
|\
| * s390x/pci: drive ISM reset from subsystem resetMatthew Rosato2024-01-191-0/+1
| * s390x/pci: avoid double enable/disable of aifMatthew Rosato2024-01-191-0/+1
* | Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into stagingPeter Maydell2024-01-195-55/+69
|\ \
| * | hw/elf_ops: Ignore loadable segments with zero sizeBin Meng2024-01-191-36/+39
| * | system/replay: Restrict icount to system emulationPhilippe Mathieu-Daudé2024-01-192-4/+9