aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-28target/i386: fix CC_OP dumpPaolo Bonzini1-63/+64
2024-06-28include: move typeof_strip_qual to compiler.h, use it in QAPI_LIST_LENGTH()Paolo Bonzini3-43/+47
2024-06-28exec: don't use void* in pointer arithmetic in headersRoman Kiryanov1-1/+1
2024-06-28exec: avoid using C++ keywords in function parametersRoman Kiryanov1-2/+2
2024-06-28block: rename former bdrv_file_open callbacksPaolo Bonzini4-15/+15
2024-06-28block: remove separate bdrv_file_open callbackPaolo Bonzini17-34/+30
2024-06-28block: do not check bdrv_file_openPaolo Bonzini1-6/+5
2024-06-28block: make assertion more genericPaolo Bonzini1-1/+1
2024-06-28meson: remove dead optimization optionPaolo Bonzini3-18/+0
2024-06-28meson: allow configuring the x86-64 baselinePaolo Bonzini3-8/+39
2024-06-28Revert "host/i386: assume presence of SSE2"Paolo Bonzini3-2/+5
2024-06-28Revert "host/i386: assume presence of SSSE3"Paolo Bonzini1-2/+2
2024-06-28Revert "host/i386: assume presence of POPCNT"Paolo Bonzini3-2/+5
2024-06-28configure: detect --cpu=mipsisa64r6Paolo Bonzini1-1/+1
2024-06-27Merge tag 'pull-riscv-to-apply-20240627-1' of https://github.com/alistair23/q...Richard Henderson12-203/+877
2024-06-27target/riscv: Apply modularized matching conditions for icount triggerAlvin Chang1-1/+1
2024-06-27target/riscv: Apply modularized matching conditions for watchpointAlvin Chang1-20/+6
2024-06-27target/riscv: Add functions for common matching conditions of triggerAlvin Chang1-23/+78
2024-06-26target/riscv: Remove extension auto-update check statementsFrank Chang1-119/+0
2024-06-26target/riscv: Add Zc extension implied ruleFrank Chang1-0/+34
2024-06-26target/riscv: Add multi extension implied rulesFrank Chang1-0/+340
2024-06-26target/riscv: Add MISA extension implied rulesFrank Chang1-1/+49
2024-06-26target/riscv: Introduce extension implied rule helpersFrank Chang1-0/+121
2024-06-26target/riscv: Introduce extension implied rules definitionFrank Chang2-0/+31
2024-06-26target/riscv: fix instructions count handling in icount modeClément Léger1-13/+17
2024-06-26target/riscv: Fix froundnx.h nanbox checkBranislav Brzak1-1/+1
2024-06-26hw/riscv/virt.c: Make block devices default to virtioSunil V L1-0/+2
2024-06-26target/riscv: Support the version for ss1p13Fea.Wang2-1/+9
2024-06-26target/riscv: Reserve exception codes for sw-check and hw-errFea.Wang1-0/+2
2024-06-26target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32Fea.Wang2-0/+33
2024-06-26target/riscv: Add 'P1P13' bit in SMSTATEEN0Fea.Wang2-0/+9
2024-06-26target/riscv: Define macros and variables for ss1p13Fea.Wang2-1/+4
2024-06-26target/riscv: Reuse the conversion function of priv_specJim Shu3-10/+6
2024-06-26target/riscv/kvm: define TARGET_KVM_HAVE_GUEST_DEBUGChao Du1-0/+1
2024-06-26target/riscv/kvm: handle the exit with debug reasonChao Du1-0/+20
2024-06-26target/riscv/kvm: add software breakpoints supportChao Du1-0/+69
2024-06-26hw/riscv/virt.c: imsics DT: add '#msi-cells'Daniel Henrique Barboza1-0/+1
2024-06-26hw/riscv/virt.c: imsics DT: add 'qemu, imsics' to 'compatible'Daniel Henrique Barboza1-1/+7
2024-06-26hw/riscv/virt.c: change imsic nodename to 'interrupt-controller'Daniel Henrique Barboza1-1/+2
2024-06-26hw/riscv/virt.c: aplic DT: rename prop to 'riscv, delegation'Daniel Henrique Barboza1-1/+1
2024-06-26hw/riscv/virt.c: aplic DT: add 'qemu, aplic' to 'compatible'Daniel Henrique Barboza1-1/+6
2024-06-26hw/riscv/virt.c: rename aplic nodename to 'interrupt-controller'Daniel Henrique Barboza1-1/+1
2024-06-26hw/riscv/virt.c: add aplic nodename helperDaniel Henrique Barboza1-5/+8
2024-06-26hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()Daniel Henrique Barboza2-0/+3
2024-06-26target/riscv: zvbb implies zvkbJerry Zhang Jian1-0/+4
2024-06-26target/riscv: Move Guest irqs out of the core local irqs range.Rajnesh Kanwal2-2/+10
2024-06-26target/riscv: Extend virtual irq csrs masks to be 64 bit wide.Rajnesh Kanwal1-7/+7
2024-06-24Merge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into stagingRichard Henderson24-378/+1066
2024-06-24Merge tag 'sdmmc-20240624' of https://github.com/philmd/qemu into stagingRichard Henderson4-105/+150
2024-06-24vfio/container: Move vfio_container_destroy() to an instance_finalize() handlerCédric Le Goater4-7/+3