aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-10-29softfloat: add APIs to handle alternative sNaN propagation for fmax/fminChih-Min Chao1-0/+10
2021-10-28hw/riscv: microchip_pfsoc: Use the PLIC config helper functionAlistair Francis1-1/+0
2021-10-28hw/riscv: sifive_u: Use the PLIC config helper functionAlistair Francis1-1/+0
2021-10-28hw/riscv: boot: Add a PLIC config string functionAlistair Francis1-0/+2
2021-10-28hw/riscv: virt: Don't use a macro for the PLIC configurationAlistair Francis1-1/+0
2021-10-27qapi: Implement deprecated-input={reject,crash} for enum valuesMarkus Armbruster1-1/+5
2021-10-27qapi: Move compat policy from QObject to generic visitorMarkus Armbruster4-8/+12
2021-10-23Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...Richard Henderson1-2/+1
2021-10-22Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202...Richard Henderson1-3/+3
2021-10-22disas/nios2: Simplify endianess conversionPhilippe Mathieu-Daudé1-2/+1
2021-10-22Merge remote-tracking branch 'remotes/clg/tags/pull-aspeed-20211022' into sta...Richard Henderson1-1/+1
2021-10-22Merge remote-tracking branch 'remotes/vivier-m68k/tags/q800-pull-request' int...Richard Henderson1-0/+1
2021-10-22hw/riscv: opentitan: Update to the latest buildAlistair Francis1-3/+3
2021-10-22aspeed/smc: Use a container for the flash mmio address spaceCédric Le Goater1-1/+1
2021-10-21Merge remote-tracking branch 'remotes/rth/tags/pull-arm-20211021' into stagingRichard Henderson5-43/+50
2021-10-21hw/acpi/aml-build: Add PPTT tableAndrew Jones1-0/+3
2021-10-20device_tree: Add qemu_fdt_add_pathYanan Wang1-0/+1
2021-10-20hw/arm/virt: Only describe cpu topology since virt-6.2Yanan Wang1-1/+3
2021-10-21spapr/xive: Add source status helpersCédric Le Goater1-0/+24
2021-10-20hw/elf_ops.h: switch to ssize_t for elf loader return typeLuc Michel2-42/+43
2021-10-20mac_via: add GPIO for A/UX modeMark Cave-Ayland1-0/+1
2021-10-20virtio-net: vhost control virtqueue supportJason Wang1-0/+1
2021-10-20vhost: record the last virtqueue index for the virtio deviceJason Wang1-0/+2
2021-10-20virtio-net: use "queue_pairs" instead of "queues" when possibleJason Wang1-2/+2
2021-10-20vhost-net: control virtqueue supportJason Wang1-2/+4
2021-10-20net: introduce control clientJason Wang1-0/+5
2021-10-20vhost-vdpa: classify one time requestJason Wang1-0/+1
2021-10-20vhost-user-rng: Add vhost-user-rng implementationMathieu Poirier1-0/+33
2021-10-20virtio-iommu: Drop base_name and change generic_nameEric Auger1-1/+1
2021-10-20vdpa: Check for iova range at mappings changesEugenio Pérez1-0/+2
2021-10-18vt82c686: Add a method to VIA_ISA to raise ISA interruptsBALATON Zoltan1-0/+4
2021-10-15Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson1-0/+1
2021-10-15block-backend: update blk_co_pwrite() and blk_co_pread() wrappersVladimir Sementsov-Ogievskiy1-2/+6
2021-10-15block-backend: fix blk_co_flush prototype to mention coroutine_fnVladimir Sementsov-Ogievskiy1-1/+1
2021-10-15block-backend: convert blk_aio_ functions to int64_t bytes paramterVladimir Sementsov-Ogievskiy1-2/+2
2021-10-15block-backend: convert blk_co_copy_range to int64_t bytesVladimir Sementsov-Ogievskiy1-1/+1
2021-10-15block-backend: convert blk_foo wrappers to use int64_t bytes parameterVladimir Sementsov-Ogievskiy1-3/+3
2021-10-15block-backend: convert blk_co_pdiscard to int64_t bytesVladimir Sementsov-Ogievskiy1-1/+2
2021-10-15block-backend: convert blk_co_pwritev_part to int64_t bytesVladimir Sementsov-Ogievskiy1-3/+3
2021-10-15block-backend: make blk_co_preadv() 64bitVladimir Sementsov-Ogievskiy1-1/+1
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf3-6/+11
2021-10-15virtio-net: Store failover primary opts pointer locallyKevin Wolf1-0/+1
2021-10-15qdev: Add Error parameter to hide_device() callbacksKevin Wolf1-2/+6
2021-10-15softmmu/qdev-monitor: add error handling in qdev_set_idDamien Hedde1-1/+24
2021-10-15qdev: Make DeviceState.id independent of QemuOptsKevin Wolf2-2/+2
2021-10-15net: Introduce NetClientInfo.check_peer_type()Kevin Wolf1-0/+2
2021-10-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into stagingRichard Henderson3-319/+245
2021-10-13tcg: Move helper_*_mmu decls to tcg/tcg-ldst.hRichard Henderson2-71/+74
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson2-87/+87
2021-10-13accel/tcg: Add cpu_{ld,st}*_mmu interfacesRichard Henderson1-161/+84