aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-05-26hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'Philippe Mathieu-Daudé4-2/+3
2021-05-25hw/arm: Model TCMs in the SSE-300, not the AN547Peter Maydell2-12/+19
2021-05-25hw/arm/mps2-tz: Allow board to specify a boot RAM sizePeter Maydell1-0/+13
2021-05-25hw/arm/armsse: Convert armsse_realize() to use ERRP_GUARDPeter Maydell1-4/+4
2021-05-25hw/arm/armsse.c: Correct modelling of SSE-300 internal SRAMsPeter Maydell1-2/+6
2021-05-25hw/arm/mps2-tz: Make SRAM_ADDR_WIDTH board-specificPeter Maydell1-0/+6
2021-05-25hw/arm/mps2-tz: Don't duplicate modelling of SRAM in AN524Peter Maydell1-7/+1
2021-05-25hw/intc/arm_gicv3_cpuif: Fix EOIR write access check logicPeter Maydell1-16/+32
2021-05-25hw/arm/smmuv3: Another range invalidation fixEric Auger1-24/+26
2021-05-21multi-process: Initialize variables declared with g_auto*Zenghui Yu2-5/+3
2021-05-20vfio-ccw: Attempt to clean up all IRQs on errorEric Farman1-3/+5
2021-05-20hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parentPhilippe Mathieu-Daudé5-4/+2
2021-05-20vfio-ccw: Permit missing IRQsEric Farman1-5/+7
2021-05-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-up...Peter Maydell3-0/+91
2021-05-19Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210519' in...Peter Maydell6-600/+746
2021-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell3-55/+40
2021-05-19hw/ppc: moved has_spr to cpu.hLucas Mateus Castro (alqotel)3-12/+6
2021-05-19target/ppc: moved function out of mmu-hash64Lucas Mateus Castro (alqotel)1-0/+59
2021-05-19hw/ppc: moved hcalls that depend on softmmuLucas Mateus Castro (alqotel)3-576/+662
2021-05-19hw/ppc/spapr.c: Make sure the host supports the selected MMU modeFabiano Rosas1-0/+1
2021-05-19hw/ppc/spapr.c: Extract MMU mode error reporting into a functionFabiano Rosas2-12/+18
2021-05-18Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell18-1081/+980
2021-05-18vhost-user-blk: Check that num-queues is supported by backendKevin Wolf2-0/+6
2021-05-18virtio: Fail if iommu_platform is requested, but unsupportedKevin Wolf1-0/+5
2021-05-18vhost-user-blk: Get more feature flags from vhost deviceKevin Wolf1-0/+2
2021-05-18vhost-user-blk: Improve error reporting in realizeKevin Wolf1-12/+11
2021-05-18vhost-user-blk: Don't reconnect during initialisationKevin Wolf1-42/+17
2021-05-18vhost-user-blk: Make sure to set Error on realize failureKevin Wolf1-3/+1
2021-05-18hw/tricore: Add testdevice for tests in tests/tcg/Bastian Koppelmann3-0/+91
2021-05-17Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell7-28/+39
2021-05-17hw/nvme: move nvme emulation out of hw/blockKlaus Jensen14-215/+215
2021-05-17hw/block/nvme: move zoned constraints checksKlaus Jensen1-24/+28
2021-05-17hw/block/nvme: remove irrelevant zone resource checksKlaus Jensen1-13/+0
2021-05-17hw/block/nvme: remove num_namespaces memberKlaus Jensen2-16/+15
2021-05-17hw/block/nvme: streamline namespace array indexingKlaus Jensen2-4/+4
2021-05-17hw/block/nvme: add metadata offset helperKlaus Jensen4-10/+15
2021-05-17hw/block/nvme: cache lba and ms sizesKlaus Jensen4-99/+56
2021-05-17hw/block/nvme: replace nvme_ns_statusKlaus Jensen2-12/+8
2021-05-17hw/block/nvme: remove non-shared defines from header fileKlaus Jensen3-2/+2
2021-05-17hw/block/nvme: cleanup includesKlaus Jensen4-36/+15
2021-05-17hw/block/nvme: consolidate header filesKlaus Jensen8-391/+348
2021-05-17hw/block/nvme: rename __nvme_select_ns_iocsKlaus Jensen1-24/+23
2021-05-17hw/block/nvme: rename __nvme_advance_zone_wpKlaus Jensen1-4/+4
2021-05-17hw/block/nvme: rename __nvme_zrm_openKlaus Jensen1-6/+10
2021-05-17hw/block/nvme: align with existing styleGollu Appalanaidu2-30/+39
2021-05-17hw/block/nvme: function formatting fixGollu Appalanaidu1-1/+1
2021-05-17hw/block/nvme: fix io-command set profile featureGollu Appalanaidu1-3/+2
2021-05-17hw/block/nvme: consider metadata read aio return value in compareGollu Appalanaidu1-0/+11
2021-05-17hw/block/nvme: remove redundant invalid_lba_range traceGollu Appalanaidu1-8/+1
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell15-63/+256