aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-07-23util/fifo8: Introduce fifo8_drop()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Expose fifo8_pop_buf()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Rename fifo8_peek_buf() -> fifo8_peek_bufptr()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Fix stylePhilippe Mathieu-Daudé
2024-07-23chardev/char-fe: Document returned value on errorPhilippe Mathieu-Daudé
2024-07-23util/range: Make ranges_overlap() return boolYao Xingtao
2024-07-23accel: Restrict probe_access*() functions to TCGPhilippe Mathieu-Daudé
2024-07-23Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-07-23Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Richard Henderson
2024-07-23accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.hRichard Henderson
2024-07-22hw/nvme: add cross namespace copy supportArun Kumar
2024-07-22semihosting: Include missing 'gdbstub/syscalls.h' headerPhilippe Mathieu-Daudé
2024-07-22gdbstub: Re-factor gdb command extensionsAlex Bennée
2024-07-21hw/i2c/aspeed: rename the I2C class pool attribute to share_poolJamin Lin
2024-07-21hw/i2c/aspeed: support to set the different memory sizeJamin Lin
2024-07-21aspeed/adc: Add AST2700 supportJamin Lin
2024-07-21aspeed: Introduce a AspeedSoCClass 'boot_from_emmc' handlerCédric Le Goater
2024-07-21aspeed/scu: Add boot-from-eMMC HW strapping bit for AST2600 SoCCédric Le Goater
2024-07-19hw/loongarch: Modify flash block size to 256KXianglai Li
2024-07-19hw/loongarch: Remove unimplemented extioi INT_encode modeSong Gao
2024-07-18hw/arm/smmu: Support nesting in the rest of commandsMostafa Saleh
2024-07-18hw/arm/smmu: Introduce smmu_iotlb_inv_asid_vmidMostafa Saleh
2024-07-18hw/arm/smmu: Support nesting in smmuv3_range_inval()Mostafa Saleh
2024-07-18hw/arm/smmu-common: Support nested translationMostafa Saleh
2024-07-18hw/arm/smmu-common: Add support for nested TLBMostafa Saleh
2024-07-18hw/arm/smmu: Introduce CACHED_ENTRY_TO_ADDRMostafa Saleh
2024-07-18hw/arm/smmu: Consolidate ASID and VMID typesMostafa Saleh
2024-07-18hw/arm/smmu: Split smmuv3_translate()Mostafa Saleh
2024-07-18hw/arm/smmu: Use enum for SMMU stageMostafa Saleh
2024-07-17Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-07-17Merge tag 'sdmmc-20240716' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-07-16hw/sd/sdcard: Basis for eMMC supportPhilippe Mathieu-Daudé
2024-07-16ui/console: Remove dpy_cursor_define_supported()Akihiko Odaki
2024-07-16ui/console: Convert mouse visibility parameter into boolAkihiko Odaki
2024-07-16system/cpus: Add cpu_pause() functionNicholas Piggin
2024-07-16loader: remove load_image_gzipped function as its not used anywhereAni Sinha
2024-07-16include/hw/qdev-core.h: Correct and clarify gpio doc commentsPeter Maydell
2024-07-16qemu/timer: Add host ticks function for LoongArchSong Gao
2024-07-16disas: Fix build against Capstone v6Gustavo Romero
2024-07-16cpu: Free queued CPU workAkihiko Odaki
2024-07-11Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Richard Henderson
2024-07-11hw/nvme: add Identify Endurance Group ListMinwoo Im
2024-07-11hw/misc: In STM32L4x5 EXTI, consolidate 2 constantsInès Varhol
2024-07-11accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatoryPeter Maydell
2024-07-09Merge tag 'pull-aspeed-20240709' of https://github.com/legoater/qemu into sta...Richard Henderson
2024-07-09memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger
2024-07-09HostIOMMUDevice: Introduce get_page_size_mask() callbackEric Auger
2024-07-09HostIOMMUDevice : remove Error handle from get_iova_ranges callbackEric Auger
2024-07-09vfio-container-base: Introduce vfio_container_get_iova_ranges() helperEric Auger