aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-10-27hw/block/nvme: support per-namespace smart logKeith Busch1-24/+39
2020-10-27hw/block/nvme: fix log page offset checkKeith Busch1-12/+10
2020-10-27hw/block/nvme: remove pointless rw indirectionKeith Busch2-63/+29
2020-10-27hw/block/nvme: update nsid when registeredKlaus Jensen1-1/+1
2020-10-27hw/block/nvme: change controller pci idKlaus Jensen3-2/+12
2020-10-27hw/block/nvme: support multiple namespacesKlaus Jensen6-114/+426
2020-10-27hw/block/nvme: refactor identify active namespace id listKlaus Jensen1-4/+4
2020-10-27hw/block/nvme: add support for sgl bit bucket descriptorGollu Appalanaidu1-6/+27
2020-10-27hw/block/nvme: add support for scatter gather listsKlaus Jensen2-57/+276
2020-10-27hw/block/nvme: harden cmb accessKlaus Jensen1-1/+6
2020-10-27hw/block/nvme: default request status to successKlaus Jensen1-3/+1
2020-10-27hw/block/nvme: refactor aio submissionKlaus Jensen3-39/+113
2020-10-27hw/block/nvme: add symbolic command name to trace eventsKlaus Jensen3-6/+36
2020-10-27hw/block/nvme: fix endian conversionKlaus Jensen1-2/+2
2020-10-27hw/block/nvme: add a lba to bytes helperKlaus Jensen2-8/+10
2020-10-27hw/block/nvme: alignment style fixesKlaus Jensen1-12/+13
2020-10-27hw/block/nvme: commonize nvme_rw error handlingKlaus Jensen1-7/+9
2020-10-27hw/block/nvme: handle dma errorsKlaus Jensen2-10/+34
2020-10-27hw/block/nvme: fix typo in trace eventKlaus Jensen1-1/+1
2020-10-26Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201026' in...Peter Maydell2-13/+16
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2-24/+20
2020-10-26Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201026' into stagingPeter Maydell2-5/+1
2020-10-26Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell8-115/+175
2020-10-26machine: move SMP initialization from vl.cPaolo Bonzini1-0/+7
2020-10-26machine: move UP defaults to class_base_initPaolo Bonzini1-1/+5
2020-10-26machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini1-23/+0
2020-10-26hw/sd/sdcard: Zero out function selection fields before being populatedBin Meng1-0/+1
2020-10-26hw/sd/sdcard: Make iolen unsignedPhilippe Mathieu-Daudé2-2/+2
2020-10-26hw/sd/sdcard: Constify sd_crc*()'s message argumentPhilippe Mathieu-Daudé1-4/+4
2020-10-26hw/sd/sdcard: Simplify cmd_valid_while_locked()Philippe Mathieu-Daudé1-6/+5
2020-10-26hw/sd/sdcard: Update the SDState documentationPhilippe Mathieu-Daudé1-1/+4
2020-10-23block: move logical block size check function to a common utility functionCoiby Xu1-26/+5
2020-10-22hw/misc/sifive_u_otp: Add backend drive supportGreen Wan1-0/+65
2020-10-22hw/misc/sifive_u_otp: Add write function and write-once protectionGreen Wan1-1/+29
2020-10-22hw/riscv: Load the kernel after the firmwareAlistair Francis6-15/+42
2020-10-22hw/riscv: Add a riscv_is_32_bit() functionAlistair Francis1-0/+9
2020-10-22hw/riscv: Return the end address of the loaded firmwareAlistair Francis1-11/+17
2020-10-22hw/riscv: sifive_u: Allow specifying the CPUAlistair Francis1-5/+13
2020-10-22hw/intc: Move sifive_plic.h to the include directoryBin Meng1-83/+0
2020-10-22hw/core/qdev-clock: add a reference on aliased clocksLuc Michel1-0/+8
2020-10-22s390x: pv: Remove sclp boundary checksJanosch Frank1-5/+0
2020-10-22s390x/s390-virtio-ccw: Reset PCI devices during subsystem resetMatthew Rosato1-0/+1
2020-10-22Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201021' in...Peter Maydell3-15/+58
2020-10-21Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20201021-pull-reque...Peter Maydell15-64/+103
2020-10-21Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-10-21' into ...Peter Maydell1-1/+1
2020-10-21hw/sd/sdcard: Assert if accessing an illegal groupPhilippe Mathieu-Daudé1-0/+2
2020-10-21hw/sd/sdcard: Do not attempt to erase out of range addressesPhilippe Mathieu-Daudé1-0/+7
2020-10-21hw/sd/sdcard: Reset both start/end addresses on errorPhilippe Mathieu-Daudé1-0/+2
2020-10-21hw/sd/sdcard: Do not use legal address '0' for INVALID_ADDRESSPhilippe Mathieu-Daudé1-3/+3
2020-10-21hw/sd/sdcard: Introduce the INVALID_ADDRESS definitionPhilippe Mathieu-Daudé1-5/+8