[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH 0/3] libx86: Remaining serialisation logic



I've lost count of exactly which version this is, due to multiple postings of
various sub series, and several substantial rebases.

I think I've addressed all outstanding review content, so lets start from v1
again.

Andrew Cooper (2):
  libx86: Introduce a helper to deserialise cpuid_policy objects
  tools/cpu-policy: Add unit tests and a fuzzing harness

Roger Pau Monné (1):
  libx86: introduce a helper to deserialise msr_policy objects

 tools/fuzz/cpu-policy/.gitignore          |   1 +
 tools/fuzz/cpu-policy/Makefile            |  27 ++++
 tools/fuzz/cpu-policy/afl-policy-fuzzer.c | 117 ++++++++++++++
 tools/tests/Makefile                      |   1 +
 tools/tests/cpu-policy/.gitignore         |   1 +
 tools/tests/cpu-policy/Makefile           |  27 ++++
 tools/tests/cpu-policy/test-cpu-policy.c  | 247 ++++++++++++++++++++++++++++++
 xen/include/xen/lib/x86/cpuid.h           |  23 ++-
 xen/include/xen/lib/x86/msr.h             |  21 +++
 xen/lib/x86/cpuid.c                       | 106 +++++++++++++
 xen/lib/x86/msr.c                         |  67 ++++++++
 xen/lib/x86/private.h                     |  14 ++
 12 files changed, 651 insertions(+), 1 deletion(-)
 create mode 100644 tools/fuzz/cpu-policy/.gitignore
 create mode 100644 tools/fuzz/cpu-policy/Makefile
 create mode 100644 tools/fuzz/cpu-policy/afl-policy-fuzzer.c
 create mode 100644 tools/tests/cpu-policy/.gitignore
 create mode 100644 tools/tests/cpu-policy/Makefile
 create mode 100644 tools/tests/cpu-policy/test-cpu-policy.c

-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.