aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-11-19fdc: fix segfault in fdctrl_stop_transfer() when DMA is disabledMark Cave-Ayland1-1/+1
2018-11-19nvme: fix oob access issue(CVE-2018-16847)Li Qiang1-0/+7
2018-11-19Merge remote-tracking branch 'remotes/riscv/tags/riscv-for-master-3.1-rc2' in...Peter Maydell1-0/+1
2018-11-15Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-11-15-1...Peter Maydell1-1/+1
2018-11-14tpm: use loop iterator to set sts data fieldPrasad J Pandit1-1/+1
2018-11-13hw/riscv/virt: Free the test device tree node nameAlistair Francis1-0/+1
2018-11-13s390x/pci: properly fail if the zPCI device cannot be createdDavid Hildenbrand1-6/+19
2018-11-13hw/arm/sysbus-fdt: Only call match_fn callback if the type matchesEric Auger1-5/+7
2018-11-12nvme: free cmbuf in nvme_exitLi Qiang1-0/+3
2018-11-12nvme: don't unref ctrl_mem when device unrealizedLi Qiang1-3/+0
2018-11-12Merge remote-tracking branch 'remotes/kraxel/tags/fixes-31-20181112-pull-requ...Peter Maydell1-1/+1
2018-11-12hw/acpi/nvdimm: Don't take address of fields in packed structsPeter Maydell1-8/+8
2018-11-12edid: silence a stringop-overflow warningMarc-André Lureau1-1/+1
2018-11-12pc-testdev: use HTTPS git URLStefan Hajnoczi1-1/+1
2018-11-09Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell1-3/+3
2018-11-089p: write lock path in v9fs_co_open2()Greg Kurz1-3/+3
2018-11-08riscv: spike: Fix memory leak in the board initAlistair Francis1-3/+3
2018-11-08Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20181108' into...Peter Maydell12-55/+88
2018-11-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell8-92/+135
2018-11-08ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HVSuraj Jitindar Singh2-0/+34
2018-11-08hw/ppc/ppc440_uc: Remove dead code in sdram_size()Peter Maydell1-5/+1
2018-11-08ppc/pnv: check size before data buffer accessPrasad J Pandit1-1/+7
2018-11-08hw/ppc/mac_newworld: Free openpic_irqs array after usePeter Maydell1-0/+1
2018-11-08macio/pmu: Fix missing vmsd terminatorDr. David Alan Gilbert1-0/+1
2018-11-08spapr_pci: convert g_malloc() to g_new()Greg Kurz1-1/+1
2018-11-08hw/ppc/spapr_rng: Introduce CONFIG_SPAPR_RNG switch for spapr_rng.cThomas Huth3-24/+25
2018-11-08PPC: e500: convert SysBus init method to a realize methodCédric Le Goater1-8/+6
2018-11-08ppc4xx_pci: convert SysBus init method to a realize methodCédric Le Goater1-8/+6
2018-11-08ppc440_pcix: convert SysBus init method to a realize methodCédric Le Goater1-8/+6
2018-11-06scsi-generic: do not do VPD emulation for sense other than ILLEGAL_REQUESTPaolo Bonzini1-3/+5
2018-11-06scsi-generic: avoid invalid access to struct when emulating block limitsPaolo Bonzini4-83/+88
2018-11-06scsi-generic: avoid out-of-bounds access to VPD page listPaolo Bonzini1-1/+1
2018-11-06scsi-generic: keep VPD page list sortedPaolo Bonzini1-4/+15
2018-11-06lsi53c895a: check message length value is validPrasad J Pandit1-2/+17
2018-11-06nvdimm: set non-volatile on the memory regionMarc-André Lureau1-0/+1
2018-11-06ivshmem: fix memory backend leakIgor Mammedov1-0/+1
2018-11-06i386: clarify that the Q35 machine type implements a P35 chipsetDaniel P. Berrangé1-1/+9
2018-11-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181106'...Peter Maydell2-2/+5
2018-11-06Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell19-186/+713
2018-11-06hw/arm/exynos4210: Zero memory allocated for Exynos4210StatePeter Maydell1-1/+1
2018-11-06milkymist: Check for failure trying to load BIOS imagePeter Maydell1-1/+4
2018-11-05vhost-scsi: prevent using uninitialized vqsyuchenlin1-1/+1
2018-11-05piix_pci: fix i440fx data sheet linkLi Qiang1-1/+1
2018-11-05piix: use TYPE_FOO constants than string constatsLi Qiang1-4/+7
2018-11-05i440fx: use ARRAY_SIZE for pam_regionsLi Qiang1-2/+2
2018-11-05pci_bridge: fix typo in commentMao Zhongyi1-1/+1
2018-11-05hw/pci-bridge/ioh3420: Remove unuseful headerPhilippe Mathieu-Daudé2-7/+1
2018-11-05hw/pci-bridge/xio3130: Remove unused functionsPhilippe Mathieu-Daudé4-71/+2
2018-11-05hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned baseLaszlo Ersek2-2/+2
2018-11-05hw/pci-host/x86: extract get_pci_hole64_start_value() helpersLaszlo Ersek2-8/+22