Thread (24 messages) 24 messages, 2 authors, 2015-06-25
STALE4012d
Revisions (3)
  1. v3 [diff vs current]
  2. v6 current
  3. v8 [diff vs current]

[PATCH v6 00/12] KVM Guest Debug support for arm64

From: Christoffer Dall <hidden>
Date: 2015-06-24 20:19:15
Also in: kvm, kvmarm

On Fri, Jun 19, 2015 at 01:23:38PM +0100, Alex Benn?e wrote:
Here is V6 of the KVM Guest Debug support for arm64.

The changes are even more minimal than the last round which is
hopefully a good indication the series is ready for merging:
Unfortunately this series breaks the build on 32-bit ARM:


/home/christoffer/src/kvmarm/arm64/linux-kvm-arm/arch/arm/kvm/arm.c: In function ?kvm_arch_vcpu_init?:
/home/christoffer/src/kvmarm/arm64/linux-kvm-arm/arch/arm/kvm/arm.c:283:12: error: ?struct kvm_vcpu_arch? has no member named ?debug_ptr?
  vcpu->arch.debug_ptr = &vcpu->arch.vcpu_debug_state;
            ^
/home/christoffer/src/kvmarm/arm64/linux-kvm-arm/arch/arm/kvm/arm.c:283:36: error: ?struct kvm_vcpu_arch? has no member named ?vcpu_debug_state?
  vcpu->arch.debug_ptr = &vcpu->arch.vcpu_debug_state;
                                    ^
/home/christoffer/src/kvmarm/arm64/linux-kvm-arm/arch/arm/kvm/arm.c: In function ?kvm_arch_vcpu_ioctl_set_guest_debug?:
/home/christoffer/src/kvmarm/arm64/linux-kvm-arm/arch/arm/kvm/arm.c:309:8: error: ?KVM_GUESTDBG_USE_SW_BP? undeclared (first use in this function)
        KVM_GUESTDBG_USE_SW_BP | \
        ^
/home/christoffer/src/kvmarm/arm64/linux-kvm-arm/arch/arm/kvm/arm.c:328:22: note: in expansion of macro ?KVM_GUESTDBG_VALID_MASK?
  if (dbg->control & ~KVM_GUESTDBG_VALID_MASK)
                      ^
/home/christoffer/src/kvmarm/arm64/linux-kvm-arm/arch/arm/kvm/arm.c:309:8: note: each undeclared identifier is reported only once for each function it appears in
        KVM_GUESTDBG_USE_SW_BP | \
        ^
/home/christoffer/src/kvmarm/arm64/linux-kvm-arm/arch/arm/kvm/arm.c:328:22: note: in expansion of macro ?KVM_GUESTDBG_VALID_MASK?
  if (dbg->control & ~KVM_GUESTDBG_VALID_MASK)
                      ^
/home/christoffer/src/kvmarm/arm64/linux-kvm-arm/arch/arm/kvm/arm.c:310:8: error: ?KVM_GUESTDBG_USE_HW? undeclared (first use in this function)
        KVM_GUESTDBG_USE_HW | \
        ^
/home/christoffer/src/kvmarm/arm64/linux-kvm-arm/arch/arm/kvm/arm.c:328:22: note: in expansion of macro ?KVM_GUESTDBG_VALID_MASK?
  if (dbg->control & ~KVM_GUESTDBG_VALID_MASK)
                      ^
/home/christoffer/src/kvmarm/arm64/linux-kvm-arm/arch/arm/kvm/arm.c:336:14: error: ?struct kvm_vcpu_arch? has no member named ?external_debug_state?
    vcpu->arch.external_debug_state = dbg->arch;
              ^
make[2]: *** [arch/arm/kvm/arm.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [arch/arm/kvm] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [sub-make] Error 2


-Christoffer
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help