Age | Commit message (Expand) | Author | Files | Lines |
2021-11-19 | hw/nvme: fix buffer overrun in nvme_changed_nslist (CVE-2021-3947) | Klaus Jensen | 1 | -0/+5 |
2021-11-19 | hw/nvme: change nvme-ns 'shared' default | Klaus Jensen | 1 | -7/+1 |
2021-11-19 | hw/nvme: reattach subsystem namespaces on hotplug | Hannes Reinecke | 1 | -1/+9 |
2021-09-30 | qbus: Rename qbus_create_inplace() to qbus_init() | Peter Maydell | 2 | -4/+3 |
2021-09-24 | hw/nvme: Return error for fused operations | Pankaj Raghav | 1 | -0/+8 |
2021-09-24 | hw/nvme: fix verification of select field in namespace attachment | Naveen Nagar | 1 | -3/+12 |
2021-09-24 | hw/nvme: fix validation of ASQ and ACQ | Klaus Jensen | 2 | -10/+0 |
2021-08-09 | hw/nvme: fix missing variable initializers | Klaus Jensen | 1 | -3/+3 |
2021-07-26 | hw/nvme: fix mmio read | Klaus Jensen | 1 | -128/+161 |
2021-07-26 | hw/nvme: fix out-of-bounds reads | Klaus Jensen | 1 | -12/+15 |
2021-07-26 | hw/nvme: use symbolic names for registers | Klaus Jensen | 1 | -22/+22 |
2021-07-26 | hw/nvme: split pmrmsc register into upper and lower | Klaus Jensen | 1 | -4/+6 |
2021-07-26 | hw/nvme: fix controller hot unplugging | Klaus Jensen | 4 | -15/+35 |
2021-07-26 | hw/nvme: error handling for too many mappings | Padmakar Kalghatgi | 2 | -0/+14 |
2021-07-26 | hw/nvme: unregister controller with subsystem at exit | Klaus Jensen | 3 | -0/+10 |
2021-07-26 | hw/nvme: mark nvme-subsys non-hotpluggable | Klaus Jensen | 1 | -0/+1 |
2021-07-26 | hw/nvme: remove NvmeCtrl parameter from ns setup/check functions | Klaus Jensen | 3 | -21/+20 |
2021-06-29 | hw/nvme: fix pin-based interrupt behavior (again) | Klaus Jensen | 2 | -1/+18 |
2021-06-29 | hw/nvme: fix missing check for PMR capability | Klaus Jensen | 1 | -0/+4 |
2021-06-29 | hw/nvme: documentation fix | Gollu Appalanaidu | 1 | -1/+1 |
2021-06-29 | hw/nvme: fix endianess conversion and add controller list | Gollu Appalanaidu | 2 | -9/+19 |
2021-06-29 | Partially revert "hw/block/nvme: drain namespaces on sq deletion" | Klaus Jensen | 1 | -17/+2 |
2021-06-29 | hw/nvme: reimplement format nvm to allow cancellation | Klaus Jensen | 2 | -124/+143 |
2021-06-29 | hw/nvme: reimplement zone reset to allow cancellation | Klaus Jensen | 2 | -121/+169 |
2021-06-29 | hw/nvme: reimplement the copy command to allow aio cancellation | Klaus Jensen | 2 | -311/+370 |
2021-06-29 | hw/nvme: add dw0/1 to the req completion trace event | Klaus Jensen | 2 | -1/+3 |
2021-06-29 | hw/nvme: use prinfo directly in nvme_check_prinfo and nvme_dif_check | Klaus Jensen | 3 | -66/+49 |
2021-06-29 | hw/nvme: remove assert from nvme_get_zone_by_slba | Klaus Jensen | 1 | -4/+14 |
2021-06-29 | hw/nvme: save reftag when generating pi | Klaus Jensen | 3 | -18/+18 |
2021-06-29 | hw/nvme: reimplement dsm to allow cancellation | Klaus Jensen | 2 | -70/+157 |
2021-06-29 | hw/nvme: add nvme_block_status_all helper | Klaus Jensen | 1 | -13/+28 |
2021-06-29 | hw/nvme: reimplement flush to allow cancellation | Klaus Jensen | 3 | -83/+129 |
2021-06-29 | hw/nvme: default for namespace EUI-64 | Heinrich Schuchardt | 2 | -0/+11 |
2021-06-29 | hw/nvme: namespace parameter for EUI-64 | Heinrich Schuchardt | 3 | -23/+38 |
2021-06-29 | hw/nvme: fix csi field for cns 0x00 and 0x11 | Gollu Appalanaidu | 1 | -12/+2 |
2021-06-29 | hw/nvme: add param to control auto zone transitioning to zone state closed | Niklas Cassel | 2 | -10/+23 |
2021-06-29 | hw/nvme: fix lbaf formats initialization | Gollu Appalanaidu | 1 | -29/+22 |
2021-06-29 | hw/nvme: add identify namespace flbas/mc enums | Gollu Appalanaidu | 1 | -2/+2 |
2021-06-29 | hw/nvme: fix style | Gollu Appalanaidu | 1 | -3/+3 |
2021-05-17 | hw/nvme: move nvme emulation out of hw/block | Klaus Jensen | 9 | -0/+8291 |