summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | hw/riscv: add RISC-V IOMMU base emulationTomasz Jeznach2024-10-311-0/+36
| * | exec/memtxattr: add process identifier to the transaction attributesTomasz Jeznach2024-10-311-0/+5
| * | hw/char: sifive_uart: Print uart characters asyncAlistair Francis2024-10-301-2/+14
| * | target/riscv: Add fw_dynamic_info32 for booting RV32 OpenSBITANG Tiancheng2024-10-302-1/+32
| |/
* | Merge tag 'pull-target-arm-20241029' of https://git.linaro.org/people/pmaydel...Peter Maydell2024-10-311-8/+0
|\ \
| * | hw/sd/omap_mmc: Don't use sd_cmd_type_tPeter Maydell2024-10-291-8/+0
| |/
* | virtio-gpu: Support Venus contextAntonio Caggiano2024-10-281-0/+3
* | virtio-gpu: Register capsets dynamicallyPierre-Eric Pelloux-Prayer2024-10-281-1/+3
* | virtio-gpu: Handle resource blob commandsRobert Beckett2024-10-281-0/+9
* | virtio-gpu: Handle virtio_gpu_virgl_init() failureDmitry Osipenko2024-10-281-2/+9
* | virtio-gpu: Move print_stats timer to VirtIOGPUGLDmitry Osipenko2024-10-281-1/+1
* | virtio-gpu: Move fence_poll timer to VirtIOGPUGLDmitry Osipenko2024-10-281-1/+2
|/
* Merge tag 'pull-aspeed-20241024' of https://github.com/legoater/qemu into sta...Peter Maydell2024-10-253-1/+8
|\
| * aspeed/smc: Fix write incorrect data into flash in user modeJamin Lin2024-10-241-0/+1
| * hw/misc/aspeed_hace: Fix SG Accumulative hashingAlejandro Zeise2024-10-241-0/+4
| * hw/gpio/aspeed: Support different memory region opsJamin Lin2024-10-241-0/+1
| * hw/gpio/aspeed: Support to set the different memory sizeJamin Lin2024-10-241-0/+1
| * hw/gpio/aspeed: Fix coding styleJamin Lin2024-10-241-1/+1
* | Merge tag 'pull-request-2024-10-23' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2024-10-241-0/+127
|\ \
| * | s390x: Rebuild IPLB for SCSI device directly from DIAG308Jared Rossi2024-10-231-1/+2
| * | hw/s390x: Build an IPLB for each boot deviceJared Rossi2024-10-231-1/+3
| * | s390x: Add individual loadparm assignment to CCW deviceJared Rossi2024-10-231-0/+1
| * | include/hw/s390x: Add include files for common IPL structsJared Rossi2024-10-231-0/+123
| |/
* | Merge tag 'pull-tcg-20241022' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2024-10-242-16/+21
|\ \
| * | include/exec: Improve probe_access_full{, _mmu} documentationRichard Henderson2024-10-221-16/+15
| * | tcg/riscv: Add basic support for vectorHuang Shiyuan2024-10-221-0/+6
| |/
* | include/crypto: clarify @result/@result_len for hash/hmac APIsDaniel P. Berrangé2024-10-222-22/+59
* | sockets: Remove deadcodeDr. David Alan Gilbert2024-10-221-16/+0
|/
* Merge tag 'pull-error-2024-10-18' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2024-10-181-6/+0
|\
| * qerror: QERR_PROPERTY_VALUE_OUT_OF_RANGE is no longer used, dropMarkus Armbruster2024-10-181-3/+0
| * qga: Improve error for guest-set-user-password parameter @cryptedMarkus Armbruster2024-10-181-3/+0
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-10-181-3/+4
|\ \ | |/ |/|
| * KVM: Rename KVMState->nr_slots to nr_slots_maxPeter Xu2024-10-171-2/+2
| * KVM: Rename KVMMemoryListener.nr_used_slots to nr_slots_usedPeter Xu2024-10-171-1/+1
| * KVM: Dynamic sized kvm memslots arrayPeter Xu2024-10-171-0/+1
* | Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into s...Peter Maydell2024-10-172-3/+5
|\ \
| * | hw/loongarch/virt: Remove unnecessary 'cpu.h' inclusionPhilippe Mathieu-Daudé2024-10-161-1/+0
| * | acpi: ged: Add macro for acpi sleep control registerBibo Mao2024-10-161-2/+5
| |/
* | Merge tag 'single-binary-20241015' of https://github.com/philmd/qemu into sta...Peter Maydell2024-10-165-7/+8
|\ \ | |/ |/|
| * hw/mips/cps: Set the vCPU 'cpu-big-endian' propertyPhilippe Mathieu-Daudé2024-10-151-0/+1
| * gdbstub/helpers: Introduce ldtul_$endian_p() helpersPhilippe Mathieu-Daudé2024-10-151-0/+4
| * exec/memop: Remove unused memop_big_endian() helperPhilippe Mathieu-Daudé2024-10-151-6/+0
| * exec/tswap: Massage target_needs_bswap() definitionPhilippe Mathieu-Daudé2024-10-151-1/+1
| * qemu/bswap: Undefine CPU_CONVERT() once donePhilippe Mathieu-Daudé2024-10-151-0/+2
* | Merge tag 'pull-target-arm-20241015-1' of https://git.linaro.org/people/pmayd...Peter Maydell2024-10-1515-260/+291
|\ \ | |/ |/|
| * dma: Fix function names in documentationAkihiko Odaki2024-10-151-6/+5
| * vl.c: Remove pxa2xx-specific -portrait and -rotate optionsPeter Maydell2024-10-151-1/+0
| * hw/block: Remove eccPeter Maydell2024-10-151-11/+0
| * hw: Remove PCMCIA subsystemPeter Maydell2024-10-151-63/+0
| * hw/ide: Remove DSCM-1XXXX microdrive device modelPeter Maydell2024-10-151-3/+0