aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-02-21target/arm: Test correct register in aa32_pan and aa32_ats1e1 checksPeter Maydell1-4/+4
2020-02-21target/arm: Define an aa32_pmu_8_1 isar feature test functionPeter Maydell1-1/+1
2020-02-21z2: Make providing flash images non-mandatoryGuenter Roeck1-6/+0
2020-02-21mainstone: Make providing flash images non-mandatoryGuenter Roeck1-10/+1
2020-02-21hw/misc/iotkit-secctl: Fix writing to 'PPC Interrupt Clear' registerPhilippe Mathieu-Daudé1-1/+1
2020-02-21aspeed/scu: Implement chip ID registerJoel Stanley1-0/+13
2020-02-21aspeed/scu: Create separate write callbacksJoel Stanley1-23/+57
2020-02-21hw/ppc/virtex_ml507:fix leak of fdevice tree blobChen Qun1-0/+1
2020-02-21spapr: Fix handling of unplugged devices during CAS and migrationGreg Kurz1-2/+23
2020-02-21spapr: Don't use spapr_drc_needed() in CAS codeGreg Kurz2-11/+23
2020-02-21ppc: free 'fdt' after reset the machinePan Nengyuan2-0/+3
2020-02-21spapr: Allow changing offset for -kernel imageAlexey Kardashevskiy1-7/+31
2020-02-21pnv/phb3: Add missing break statementGreg Kurz1-0/+1
2020-02-21pnv/phb4: Fix error path in pnv_pec_realize()Greg Kurz1-1/+1
2020-02-21pnv/phb3: Convert 1u to 1ullGreg Kurz1-1/+1
2020-02-21spapr: Add Hcalls to support PAPR NVDIMM deviceShivaprasad G Bhat1-0/+298
2020-02-21spapr: Add NVDIMM device supportShivaprasad G Bhat6-11/+262
2020-02-21nvdimm: add uuid property to nvdimmShivaprasad G Bhat1-0/+40
2020-02-21mem: move nvdimm_device_list to utilitiesShivaprasad G Bhat1-27/+1
2020-02-21ppc: function to setup latest class optionsMichael S. Tsirkin1-2/+7
2020-02-21ppc/pnv: Fix PCI_EXPRESS dependencyLaurent Vivier1-2/+2
2020-02-21spapr/rtas: Print message from "ibm,os-term"Alexey Kardashevskiy1-0/+7
2020-02-20Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell10-14/+18
2020-02-20Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé1-1/+1
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé12-18/+21
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell6-64/+64
2020-02-20Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé3-20/+22
2020-02-20hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-4/+4
2020-02-20hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-3/+4
2020-02-20hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé5-7/+7
2020-02-20Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé3-25/+18
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé6-35/+30
2020-02-20hw/net: Avoid casting non-const pointer, use address_space_write()Philippe Mathieu-Daudé2-4/+3
2020-02-20hw: Remove unnecessary cast when calling dma_memory_read()Philippe Mathieu-Daudé3-18/+10
2020-02-19remove no longer used memory_region_allocate_system_memory()Igor Mammedov1-34/+0
2020-02-19sparc/niagara: use memdev for RAMIgor Mammedov1-5/+2
2020-02-19sparc/sun4m: use memdev for RAMIgor Mammedov1-37/+37
2020-02-19sparc/leon3: use memdev for RAMIgor Mammedov1-3/+3
2020-02-19ppc/virtex_ml507: use memdev for RAMIgor Mammedov1-7/+5
2020-02-19ppc/spapr: use memdev for RAMIgor Mammedov1-5/+3
2020-02-19ppc/{ppc440_bamboo, sam460ex}: use memdev for RAMIgor Mammedov3-19/+16
2020-02-19ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixupIgor Mammedov3-38/+38
2020-02-19ppc/ppc405_boards: use memdev for RAMIgor Mammedov1-7/+6
2020-02-19ppc/ppc405_boards: add RAM size checksIgor Mammedov1-13/+26
2020-02-19ppc/pnv: use memdev for RAMIgor Mammedov1-6/+2
2020-02-19ppc/mac_oldworld: use memdev for RAMIgor Mammedov1-4/+2
2020-02-19ppc/mac_newworld: use memdev for RAMIgor Mammedov1-3/+3
2020-02-19ppc/e500: use memdev for RAMIgor Mammedov3-4/+3
2020-02-19ppc/e500: drop RAM size fixupIgor Mammedov1-7/+9
2020-02-19mips/mips_r4k: use memdev for RAMIgor Mammedov1-8/+4