[Qemu-devel] [PATCH 0/4] ppc/kvm: htab fd code improvements

Greg Kurz posted 4 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/150548133297.5945.7401220081077343726.stgit@bahia.lan
Test checkpatch passed
Test docker passed
Test s390x passed
hw/ppc/spapr.c       |   54 +++++++++++++++++++++++++++-----------------------
target/ppc/kvm.c     |   42 ++++++++++++++++-----------------------
target/ppc/kvm_ppc.h |   10 ++-------
3 files changed, 48 insertions(+), 58 deletions(-)
[Qemu-devel] [PATCH 0/4] ppc/kvm: htab fd code improvements
Posted by Greg Kurz 6 years, 6 months ago
This series drops unused code and consolidates some duplicated code that
deals with KVM's htab fd feature. It also fixes some potential bugs.

--
Greg

---

Greg Kurz (4):
      ppc/kvm: drop kvmppc_has_cap_htab_fd()
      spapr: introduce helpers to migrate HPT chunks and the end marker
      ppc/kvm: change kvmppc_get_htab_fd() to return -errno on error
      ppc/kvm: generalize the use of kvmppc_get_htab_fd()


 hw/ppc/spapr.c       |   54 +++++++++++++++++++++++++++-----------------------
 target/ppc/kvm.c     |   42 ++++++++++++++++-----------------------
 target/ppc/kvm_ppc.h |   10 ++-------
 3 files changed, 48 insertions(+), 58 deletions(-)