aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2022-02-21hw/arm: add initial mori-bmc boardPatrick Venture
2022-02-21hw/timer: fix a9gtimer vmstatePavel Dovgalyuk
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell
2022-02-21hw/arm/armv7m: Handle disconnected clock inputsPeter Maydell
2022-02-21Kconfig: Add 'imply I2C_DEVICES' on boards with available i2c busPeter Maydell
2022-02-21Kconfig: Add I2C_DEVICES device groupPeter Maydell
2022-02-20Mark remaining global TypeInfo instances as constBernhard Beschow
2022-02-20Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220218' into s...Peter Maydell
2022-02-18spapr: implement nested-hv capability for the virtual hypervisorNicholas Piggin
2022-02-18target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin
2022-02-18target/ppc: make vhyp get_pate method take lpid and return successNicholas Piggin
2022-02-18ppc: allow the hdecr timer to be created/destroyedNicholas Piggin
2022-02-18spapr: prevent hdec timer being set up under virtual hypervisorNicholas Piggin
2022-02-18spapr: nvdimm: Introduce spapr-nvdimm deviceShivaprasad G Bhat
2022-02-18spapr: nvdimm: Implement H_SCM_FLUSH hcallShivaprasad G Bhat
2022-02-18nvdimm: Add realize, unrealize callbacks to NVDIMMDevice classShivaprasad G Bhat
2022-02-179pfs: Fix segfault in do_readdir_many caused by struct dirent overreadVitaly Chikunov
2022-02-16hw/intc: Add RISC-V AIA APLIC device emulationAnup Patel
2022-02-16hw/riscv: virt: Use AIA INTC compatible string when availableAnup Patel
2022-02-16Allow setting up to 8 bytes with the generic loaderPetr Tesarik
2022-02-15Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2022-02-15Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell
2022-02-15Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2022-02-14Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...Peter Maydell
2022-02-14util: adjust coroutine pool size to virtio block queueHiroki Narukawa
2022-02-14hw/nvme: add support for zoned random write areaKlaus Jensen
2022-02-14hw/nvme: add ozcs enumKlaus Jensen
2022-02-14hw/nvme: add struct for zone management sendKlaus Jensen
2022-02-14hw/nvme/ctrl: Pass buffers as 'void *' typesPhilippe Mathieu-Daudé
2022-02-14hw/nvme/ctrl: Have nvme_addr_write() take const bufferPhilippe Mathieu-Daudé
2022-02-14hw/nvme: fix CVE-2021-3929Klaus Jensen
2022-02-14hw/net: e1000e: Clear ICR on read when using non MSI-X interruptsNick Hudson
2022-02-14hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERRORPhilippe Mathieu-Daudé
2022-02-11hw/block/fdc-isa: Respect QOM properties when building AMLBernhard Beschow
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater
2022-02-08hw/sensor: Add lsm303dlhc magnetometer devicepull-target-arm-20220208Kevin Townsend
2022-02-08hw/intc/arm_gicv3_its: Split error checksPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Don't allow intid 1023 in MAPI/MAPTIPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: In MAPC with V=0, don't check rdbase fieldPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Drop TableDesc and CmdQDesc valid fieldsPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Make update_ite() use ITEntryPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Pass ITE values back from get_ite() via a structPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Avoid nested ifs in get_ite()Peter Maydell
2022-02-08hw/intc/arm_gicv3_its: Fix address calculation in get_ite() and update_ite()Peter Maydell
2022-02-08hw/intc/arm_gicv3_its: Pass CTEntry to update_cte()Peter Maydell
2022-02-08hw/intc/arm_gicv3_its: Keep CTEs as a struct, not a raw uint64_tPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Pass DTEntry to update_dte()Peter Maydell
2022-02-08hw/intc/arm_gicv3_its: Keep DTEs as a struct, not a raw uint64_tPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Use address_space_map() to access command queue packetsPeter Maydell