aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2020-03-31hw/net/e1000e_core: Let e1000e_can_receive() return a booleanPhilippe Mathieu-Daudé
2020-03-31Fixed integer overflow in e1000eAndrew Melnychenko
2020-03-31hw/net/i82596.c: Avoid reading off end of buffer in i82596_receive()Peter Maydell
2020-03-31hw/net/i82596: Correct command bitmask (CID 1419392)Philippe Mathieu-Daudé
2020-03-30hw/arm/xlnx-zynqmp.c: Add missing error-propagation codePeter Maydell
2020-03-30hw/arm/xlnx-zynqmp.c: Avoid memory leak in error-return pathPeter Maydell
2020-03-30hw/misc/allwinner-h3-dramc: enforce 64-bit multiply when calculating row mirr...Niek Linnenbank
2020-03-30hw/arm/orangepi: check for potential NULL pointer when calling blk_is_availableNiek Linnenbank
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann
2020-03-29fix vhost_user_blk_watch crashLi Feng
2020-03-29hw/i386/amd_iommu.c: Fix corruption of log events passed to guestPeter Maydell
2020-03-29virtio-iommu: avoid memleak in the unrealizePan Nengyuan
2020-03-29virtio-blk: delete vqs on the error path in realize()Pan Nengyuan
2020-03-29acpi: pcihp: fix left shift undefined behavior in acpi_pcihp_eject_slot()Igor Mammedov
2020-03-29virtio-serial-bus: Plug memory leak on realize() error pathsPan Nengyuan
2020-03-28Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2020-03-27cmd646-ide: use qdev gpio rather than qemu_allocate_irqs()Mark Cave-Ayland
2020-03-27via-ide: use qdev gpio rather than qemu_allocate_irqs()Mark Cave-Ayland
2020-03-27via-ide: don't use PCI level for legacy IRQsMark Cave-Ayland
2020-03-27hw/ide/sii3112: Use qdev gpio rather than qemu_allocate_irqs()Peter Maydell
2020-03-27fdc/i8257: implement verify transfer modeSven Schnelle
2020-03-27nvme: Print 'cqid' for nvme_del_cqMinwoo Im
2020-03-25hw/audio/fmopl: fix segmentation faultVolker Rümelin
2020-03-24ppc/ppc405_boards: Remove unnecessary NULL checkPhilippe Mathieu-Daudé
2020-03-24spapr: Fix memory leak in h_client_architecture_support()Greg Kurz
2020-03-24ppc/spapr: Set the effective address provided flag in mc error log.Mahesh Salgaonkar
2020-03-23aspeed/smc: Fix DMA support for AST2600Cédric Le Goater
2020-03-23hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé
2020-03-23s390/ipl: fix off-by-one in update_machine_ipl_properties()Halil Pasic
2020-03-21hw/rdma: avoid suspicious strncpy() useStefan Hajnoczi
2020-03-21hw/rdma: Skip data-path mr_id translationYuval Shaia
2020-03-21hw/rdma: Cosmetic change - no need for two sge arraysYuval Shaia
2020-03-21hw/rdma/vmw/pvrdma_dev_ring: Replace strncpy with pstrcpyJulia Suvorova
2020-03-20compat: disable edid on correct virtio-gpu deviceCornelia Huck
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2020-03-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2020-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell
2020-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...Peter Maydell
2020-03-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...Peter Maydell
2020-03-17hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_idsBabu Moger
2020-03-17hw/i386: Update structures to save the number of nodes per packageBabu Moger
2020-03-17hw/i386: Remove unnecessary initialization in x86_cpu_newBabu Moger
2020-03-17machine: Add SMP Sockets in CpuTopologyBabu Moger
2020-03-17hw/i386: Introduce X86CPUTopoInfo to contain topology infoBabu Moger
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell
2020-03-17machine/memory encryption: Disable mem mergeDr. David Alan Gilbert
2020-03-17hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDsBabu Moger
2020-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2020-03-17hw/sd/ssi-sd: fix error handling in ssi_sd_realizeVladimir Sementsov-Ogievskiy