]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu: Change virCPUArchDataParse to take xmlNodePtr
authorTim Wiederhake <twiederh@redhat.com>
Wed, 13 Oct 2021 10:53:43 +0000 (12:53 +0200)
committerTim Wiederhake <twiederh@redhat.com>
Fri, 5 Nov 2021 16:12:25 +0000 (17:12 +0100)
commit6c72b352e59f15c68adaa50126367fb6bb93cddb
tree52f3379364041afe06b0c3b8f90a64713e88ad84
parent0abc73665bc79d5bdc08b73f8d869b23abc3c998
cpu: Change virCPUArchDataParse to take xmlNodePtr

The function does not need a full xmlXPathContextPtr any longer and a
later patch will require a call to this function with only a xmlNodePtr
available.

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/cpu/cpu.c
src/cpu/cpu.h
src/cpu/cpu_x86.c