[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] x86/vm_event: put vm_event_fill_regs under CONFIG_HVM
commit f0f14cc27744ad65c08a2a9b594c9048d289405c Author: Wei Liu <wei.liu2@xxxxxxxxxx> AuthorDate: Fri Aug 17 11:19:42 2018 +0100 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Sun Aug 26 11:01:03 2018 +0100 x86/vm_event: put vm_event_fill_regs under CONFIG_HVM Ideally the HVM specific part of VM event should be moved into hvm/ at some point, but this will do for now. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> Acked-by: Razvan Cojocaru <rcojocaru@xxxxxxxxxxxxxxx> --- xen/arch/x86/vm_event.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/arch/x86/vm_event.c b/xen/arch/x86/vm_event.c index f91aadebea..a2e470a65b 100644 --- a/xen/arch/x86/vm_event.c +++ b/xen/arch/x86/vm_event.c @@ -124,6 +124,7 @@ void vm_event_monitor_next_interrupt(struct vcpu *v) void vm_event_fill_regs(vm_event_request_t *req) { +#ifdef CONFIG_HVM const struct cpu_user_regs *regs = guest_cpu_user_regs(); struct segment_register seg; struct hvm_hw_cpu ctxt; @@ -177,6 +178,7 @@ void vm_event_fill_regs(vm_event_request_t *req) hvm_get_segment_register(curr, x86_seg_cs, &seg); req->data.regs.x86.cs_arbytes = seg.attr; +#endif } void vm_event_emulate_check(struct vcpu *v, vm_event_response_t *rsp) -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |