aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-11-27nvme: Fix spurious interruptsKeith Busch1-1/+3
2018-11-27Merge remote-tracking branch 'remotes/kraxel/tags/fixes-31-20181127-pull-requ...Peter Maydell5-5/+15
2018-11-27usb-host: set ifs.detached as true if kernel driver is not activelinzhecheng1-0/+3
2018-11-27audio/hda: fix guest triggerable assertGerd Hoffmann1-0/+6
2018-11-27cirrus_vga/migration: update the bank offset before useWang Xin1-2/+3
2018-11-27ps2kbd: default to scan enabled after resetHervé Poussineau1-1/+1
2018-11-26hw/hyperv: fix NULL dereference with pure-kvm SynICRoman Kagan1-1/+5
2018-11-26net: cadence_gem: Remove incorrect assert()Edgar E. Iglesias1-1/+0
2018-11-26Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell1-0/+3
2018-11-26Merge remote-tracking branch 'remotes/xtensa/tags/20181125-xtensa' into stagingPeter Maydell1-0/+10
2018-11-26fmops: fix off-by-one in AR_TABLE and DR_TABLE array sizeGerd Hoffmann1-2/+2
2018-11-239p: fix QEMU crash when renaming filesGreg Kurz1-0/+3
2018-11-22nvme: fix bug with PCI IRQ pins on teardownLogan Gunthorpe1-0/+1
2018-11-22nvme: fix CMB endianness confusionPaolo Bonzini1-5/+2
2018-11-22Revert "nvme: fix oob access issue(CVE-2018-16847)"Kevin Wolf1-7/+0
2018-11-22nvme: fix out-of-bounds access to the CMBPaolo Bonzini1-1/+1
2018-11-22nvme: call blk_drain in NVMe reset code to avoid lockupsIgor Druzhinin1-0/+2
2018-11-22scsi-disk: Fix crash if underlying host file or disk returns errorRichard W.M. Jones1-1/+1
2018-11-21target/xtensa: xtfpga: provide default memory sizesMax Filippov1-0/+10
2018-11-20hw/i386: add pc-i440fx-3.1 & pc-q35-3.1Marc-André Lureau2-5/+23
2018-11-209p: take write lock on fid path updates (CVE-2018-19364)Greg Kurz1-0/+15
2018-11-19hw/block/onenand: use qemu_log_mask() for reportingPeter Maydell1-9/+13
2018-11-19hw/block/onenand: Fix off-by-one error allowing out-of-bounds readPeter Maydell1-1/+1
2018-11-19hw/arm/stm32f205: Fix the UART and Timer region sizeSeth Kintigh2-2/+2
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