mbox series

[v2,0/4] hw/block/nvme: Fix I/O BAR structure

Message ID 20200630103739.9715-1-philmd@redhat.com (mailing list archive)
Headers show
Series hw/block/nvme: Fix I/O BAR structure | expand

Message

Philippe Mathieu-Daudé June 30, 2020, 10:37 a.m. UTC
Improvements for the I/O BAR structure:
- correct pmrmsc register size (Klaus)
- pack structures
- align to 4KB

Philippe Mathieu-Daudé (4):
  hw/block/nvme: Update specification URL
  hw/block/nvme: Use QEMU_PACKED on hardware/packet structures
  hw/block/nvme: Fix pmrmsc register size
  hw/block/nvme: Align I/O BAR to 4 KiB

 include/block/nvme.h | 42 ++++++++++++++++++++++--------------------
 hw/block/nvme.c      |  7 +++----
 2 files changed, 25 insertions(+), 24 deletions(-)