summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/arm: Model TCMs in the SSE-300, not the AN547Peter Maydell2021-05-252-12/+19
* hw/arm/mps2-tz: Allow board to specify a boot RAM sizePeter Maydell2021-05-251-0/+13
* hw/arm/armsse: Convert armsse_realize() to use ERRP_GUARDPeter Maydell2021-05-251-4/+4
* hw/arm/armsse.c: Correct modelling of SSE-300 internal SRAMsPeter Maydell2021-05-251-2/+6
* hw/arm/mps2-tz: Make SRAM_ADDR_WIDTH board-specificPeter Maydell2021-05-251-0/+6
* hw/arm/mps2-tz: Don't duplicate modelling of SRAM in AN524Peter Maydell2021-05-251-7/+1Star
* hw/intc/arm_gicv3_cpuif: Fix EOIR write access check logicPeter Maydell2021-05-251-16/+32
* hw/arm/smmuv3: Another range invalidation fixEric Auger2021-05-251-24/+26
* multi-process: Initialize variables declared with g_auto*Zenghui Yu2021-05-212-5/+3Star
* vfio-ccw: Attempt to clean up all IRQs on errorEric Farman2021-05-201-3/+5
* hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parentPhilippe Mathieu-Daudé2021-05-205-4/+2Star
* vfio-ccw: Permit missing IRQsEric Farman2021-05-201-5/+7
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-up...Peter Maydell2021-05-203-0/+91
|\
| * hw/tricore: Add testdevice for tests in tests/tcg/Bastian Koppelmann2021-05-183-0/+91
* | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210519' in...Peter Maydell2021-05-196-600/+746
|\ \
| * | hw/ppc: moved has_spr to cpu.hLucas Mateus Castro (alqotel)2021-05-193-12/+6Star
| * | target/ppc: moved function out of mmu-hash64Lucas Mateus Castro (alqotel)2021-05-191-0/+59
| * | hw/ppc: moved hcalls that depend on softmmuLucas Mateus Castro (alqotel)2021-05-193-576/+662
| * | hw/ppc/spapr.c: Make sure the host supports the selected MMU modeFabiano Rosas2021-05-191-0/+1
| * | hw/ppc/spapr.c: Extract MMU mode error reporting into a functionFabiano Rosas2021-05-192-12/+18
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-05-193-55/+40Star
|\ \ \ | |/ / |/| |
| * | vhost-user-blk: Check that num-queues is supported by backendKevin Wolf2021-05-182-0/+6
| * | virtio: Fail if iommu_platform is requested, but unsupportedKevin Wolf2021-05-181-0/+5
| * | vhost-user-blk: Get more feature flags from vhost deviceKevin Wolf2021-05-181-0/+2
| * | vhost-user-blk: Improve error reporting in realizeKevin Wolf2021-05-181-12/+11Star
| * | vhost-user-blk: Don't reconnect during initialisationKevin Wolf2021-05-181-42/+17Star
| * | vhost-user-blk: Make sure to set Error on realize failureKevin Wolf2021-05-181-3/+1Star
| |/
* | Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell2021-05-1818-1081/+980Star
|\ \ | |/ |/|
| * hw/nvme: move nvme emulation out of hw/blockKlaus Jensen2021-05-1714-215/+215
| * hw/block/nvme: move zoned constraints checksKlaus Jensen2021-05-171-24/+28
| * hw/block/nvme: remove irrelevant zone resource checksKlaus Jensen2021-05-171-13/+0Star
| * hw/block/nvme: remove num_namespaces memberKlaus Jensen2021-05-172-16/+15Star
| * hw/block/nvme: streamline namespace array indexingKlaus Jensen2021-05-172-4/+4
| * hw/block/nvme: add metadata offset helperKlaus Jensen2021-05-174-10/+15
| * hw/block/nvme: cache lba and ms sizesKlaus Jensen2021-05-174-99/+56Star
| * hw/block/nvme: replace nvme_ns_statusKlaus Jensen2021-05-172-12/+8Star
| * hw/block/nvme: remove non-shared defines from header fileKlaus Jensen2021-05-173-2/+2
| * hw/block/nvme: cleanup includesKlaus Jensen2021-05-174-36/+15Star
| * hw/block/nvme: consolidate header filesKlaus Jensen2021-05-178-391/+348Star
| * hw/block/nvme: rename __nvme_select_ns_iocsKlaus Jensen2021-05-171-24/+23Star
| * hw/block/nvme: rename __nvme_advance_zone_wpKlaus Jensen2021-05-171-4/+4
| * hw/block/nvme: rename __nvme_zrm_openKlaus Jensen2021-05-171-6/+10
| * hw/block/nvme: align with existing styleGollu Appalanaidu2021-05-172-30/+39
| * hw/block/nvme: function formatting fixGollu Appalanaidu2021-05-171-1/+1
| * hw/block/nvme: fix io-command set profile featureGollu Appalanaidu2021-05-171-3/+2Star
| * hw/block/nvme: consider metadata read aio return value in compareGollu Appalanaidu2021-05-171-0/+11
| * hw/block/nvme: remove redundant invalid_lba_range traceGollu Appalanaidu2021-05-171-8/+1Star
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-177-28/+39
|\ \ | |/ |/|
| * hw/avr/atmega.c: use the avr51 cpu for atmega1280Frederic Konrad2021-05-131-1/+1
| * multi-process: Avoid logical AND of mutually exclusive testsJagannathan Raman2021-05-131-1/+1