Re: [PATCH v2 6/6] docs/about/deprecated: Document RISC-V "pmu-num" deprecation

2023-10-15 Thread Alistair Francis
On Thu, Oct 12, 2023 at 12:52 AM Rob Bradford wrote: > > This has been replaced by a "pmu-mask" property that provides much more > flexibility. > > Signed-off-by: Rob Bradford > --- > docs/about/deprecated.rst | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git

Re: [libvirt PATCH] hypervisor: Move interface mgmt methods to hypervisor

2023-10-15 Thread Laine Stump
On 10/12/23 3:37 PM, Praveen K Paladugu wrote: Move guest interface management methods from qemu to hypervisor. These methods will be shared by networking support in ch driver. Signed-off-by: Praveen K Paladugu --- po/POTFILES | 1 + src/hypervisor/domain_interface.c