aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2021-05-25hw/arm: Model TCMs in the SSE-300, not the AN547Peter Maydell
2021-05-25hw/arm/mps2-tz: Allow board to specify a boot RAM sizePeter Maydell
2021-05-25hw/arm/armsse: Convert armsse_realize() to use ERRP_GUARDPeter Maydell
2021-05-25hw/arm/armsse.c: Correct modelling of SSE-300 internal SRAMsPeter Maydell
2021-05-25hw/arm/mps2-tz: Make SRAM_ADDR_WIDTH board-specificPeter Maydell
2021-05-25hw/arm/mps2-tz: Don't duplicate modelling of SRAM in AN524Peter Maydell
2021-05-25hw/intc/arm_gicv3_cpuif: Fix EOIR write access check logicPeter Maydell
2021-05-25hw/arm/smmuv3: Another range invalidation fixEric Auger
2021-05-21multi-process: Initialize variables declared with g_auto*Zenghui Yu
2021-05-20vfio-ccw: Attempt to clean up all IRQs on errorEric Farman
2021-05-20hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parentPhilippe Mathieu-Daudé
2021-05-20vfio-ccw: Permit missing IRQsEric Farman
2021-05-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-up...Peter Maydell
2021-05-19Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210519' in...Peter Maydell
2021-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-05-19hw/ppc: moved has_spr to cpu.hLucas Mateus Castro (alqotel)
2021-05-19target/ppc: moved function out of mmu-hash64Lucas Mateus Castro (alqotel)
2021-05-19hw/ppc: moved hcalls that depend on softmmuLucas Mateus Castro (alqotel)
2021-05-19hw/ppc/spapr.c: Make sure the host supports the selected MMU modeFabiano Rosas
2021-05-19hw/ppc/spapr.c: Extract MMU mode error reporting into a functionFabiano Rosas
2021-05-18Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell
2021-05-18vhost-user-blk: Check that num-queues is supported by backendKevin Wolf
2021-05-18virtio: Fail if iommu_platform is requested, but unsupportedKevin Wolf
2021-05-18vhost-user-blk: Get more feature flags from vhost deviceKevin Wolf
2021-05-18vhost-user-blk: Improve error reporting in realizeKevin Wolf
2021-05-18vhost-user-blk: Don't reconnect during initialisationKevin Wolf
2021-05-18vhost-user-blk: Make sure to set Error on realize failureKevin Wolf
2021-05-18hw/tricore: Add testdevice for tests in tests/tcg/Bastian Koppelmann
2021-05-17Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-05-17hw/nvme: move nvme emulation out of hw/blockKlaus Jensen
2021-05-17hw/block/nvme: move zoned constraints checksKlaus Jensen
2021-05-17hw/block/nvme: remove irrelevant zone resource checksKlaus Jensen
2021-05-17hw/block/nvme: remove num_namespaces memberKlaus Jensen
2021-05-17hw/block/nvme: streamline namespace array indexingKlaus Jensen
2021-05-17hw/block/nvme: add metadata offset helperKlaus Jensen
2021-05-17hw/block/nvme: cache lba and ms sizesKlaus Jensen
2021-05-17hw/block/nvme: replace nvme_ns_statusKlaus Jensen
2021-05-17hw/block/nvme: remove non-shared defines from header fileKlaus Jensen
2021-05-17hw/block/nvme: cleanup includesKlaus Jensen
2021-05-17hw/block/nvme: consolidate header filesKlaus Jensen
2021-05-17hw/block/nvme: rename __nvme_select_ns_iocsKlaus Jensen
2021-05-17hw/block/nvme: rename __nvme_advance_zone_wpKlaus Jensen
2021-05-17hw/block/nvme: rename __nvme_zrm_openKlaus Jensen
2021-05-17hw/block/nvme: align with existing styleGollu Appalanaidu
2021-05-17hw/block/nvme: function formatting fixGollu Appalanaidu
2021-05-17hw/block/nvme: fix io-command set profile featureGollu Appalanaidu
2021-05-17hw/block/nvme: consider metadata read aio return value in compareGollu Appalanaidu
2021-05-17hw/block/nvme: remove redundant invalid_lba_range traceGollu Appalanaidu
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2021-05-14Fix build with 64 bits time_tFabrice Fontaine