aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-27hw/block/nvme: support for admin-only command setKeith Busch
2020-10-27hw/block/nvme: validate command set selectedKeith Busch
2020-10-27hw/block/nvme: support per-namespace smart logKeith Busch
2020-10-27hw/block/nvme: fix log page offset checkKeith Busch
2020-10-27hw/block/nvme: remove pointless rw indirectionKeith Busch
2020-10-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a'...Peter Maydell
2020-10-27scripts/qmp: delete 'qmp' scriptJohn Snow
2020-10-27qmp-shell: Sort by key when pretty-printingDavid Edmondson
2020-10-27makefile: handle -n / -k / -q correctlyPaolo Bonzini
2020-10-27gitlab-ci: Clone from GitLab itselfPhilippe Mathieu-Daudé
2020-10-27tests/acceptance: pick a random gdb port for reverse debuggingAlex Bennée
2020-10-27scripts: fix error from checkpatch.pl when no commits are foundDaniel P. Berrangé
2020-10-27gitlab: skip checkpatch.pl checks if no commit delta on branchDaniel P. Berrangé
2020-10-27tests/docker/dockerfiles/centos: Use SDL2 instead of SDL1Thomas Huth
2020-10-27contrib/gitdm: Add more individual contributorsAlex Bennée
2020-10-27Adding ani's email as an individual contributorAni Sinha
2020-10-27hw/block/nvme: update nsid when registeredKlaus Jensen
2020-10-27hw/block/nvme: change controller pci idKlaus Jensen
2020-10-27pci: allocate pci id for nvmeKlaus Jensen
2020-10-27hw/block/nvme: support multiple namespacesKlaus Jensen
2020-10-27hw/block/nvme: refactor identify active namespace id listKlaus Jensen
2020-10-27hw/block/nvme: add support for sgl bit bucket descriptorGollu Appalanaidu
2020-10-27hw/block/nvme: add support for scatter gather listsKlaus Jensen
2020-10-27hw/block/nvme: harden cmb accessKlaus Jensen
2020-10-27hw/block/nvme: default request status to successKlaus Jensen
2020-10-27hw/block/nvme: refactor aio submissionKlaus Jensen
2020-10-27hw/block/nvme: add symbolic command name to trace eventsKlaus Jensen
2020-10-27hw/block/nvme: fix endian conversionKlaus Jensen
2020-10-27hw/block/nvme: add a lba to bytes helperKlaus Jensen
2020-10-27hw/block/nvme: alignment style fixesKlaus Jensen
2020-10-27hw/block/nvme: commonize nvme_rw error handlingKlaus Jensen
2020-10-27hw/block/nvme: handle dma errorsKlaus Jensen
2020-10-27pci: pass along the return value of dma_memory_rwKlaus Jensen
2020-10-27hw/block/nvme: fix typo in trace eventKlaus Jensen
2020-10-27target/rx: Fix Lesser GPL version numberChetan Pant
2020-10-27target/rx: Fix some comment spelling errorsLichang Zhao
2020-10-27target/sh4: fix some comment spelling errorsLichang Zhao
2020-10-27target/sh4: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé
2020-10-27hw/timer/sh_timer: Remove superfluous "break" statementsThomas Huth
2020-10-27hw/timer/sh_timer: Silence warnings about missing fallthrough statementsThomas Huth
2020-10-27hw/timer/sh_timer: Coding style clean-upThomas Huth
2020-10-27elf: Add EM_RX definitionYoshinori Sato
2020-10-26Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-10-26' int...Peter Maydell
2020-10-26tests/acceptance: Add virtiofs_submounts.pyMax Reitz
2020-10-26tests/acceptance/boot_linux: Accept SSH pubkeyMax Reitz
2020-10-26virtiofsd: Announce sub-mount pointsMax Reitz
2020-10-26virtiofsd: Store every lo_inode's parent_devMax Reitz
2020-10-26virtiofsd: Add fuse_reply_attr_with_flags()Max Reitz
2020-10-26virtiofsd: Add attr_flags to fuse_entry_paramMax Reitz
2020-10-26virtiofsd: Announce FUSE_ATTR_FLAGSMax Reitz