[Qemu-devel] [PATCH v4 0/2] qapi/range/memory-device: fixes and cleanups

David Hildenbrand posted 2 patches 5 years, 4 months ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181212092821.18260-1-david@redhat.com
hw/mem/memory-device.c | 54 ++++++++++++++++++++----------------
include/qemu/range.h   | 62 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 93 insertions(+), 23 deletions(-)
[Qemu-devel] [PATCH v4 0/2] qapi/range/memory-device: fixes and cleanups
Posted by David Hildenbrand 5 years, 4 months ago
These are the two leftovers from
    [PATCH v3 0/7] qapi/range/memory-device: fixes and cleanups

The remaining patches extent the QEMU range code and rewrite
memory-device code to make use of it.

v3 -> v4:
- "memory-device: rewrite address assignment using ranges"
-- Use better error messages
-- Fix one theretical overflow

David Hildenbrand (2):
  range: add some more functions
  memory-device: rewrite address assignment using ranges

 hw/mem/memory-device.c | 54 ++++++++++++++++++++----------------
 include/qemu/range.h   | 62 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 93 insertions(+), 23 deletions(-)

-- 
2.17.2