Displaying 7 results from an estimated 7 matches for "c0010001".
Did you mean:
c0000001
2014 May 29
1
Divide error in kvm_unlock_kick()
...obtain a
working guest, but qemu doesn't recognise a handful of them:
CPU feature tsc_adjust not found
CPU feature arat not found
CPU feature cr8_legacy not found
CPU feature extd_apicid not found
CPU feature rep_good not found
CPU feature tsc_adjust not found
Failed to access perfctr msr (MSR c0010001 is ffffffffffffffff)
[...]
Doing this results in a working, non-crashing guest, which suggests the
behaviour is triggered by one of tsc_adjust, arat, cr8_legacy, extd_apicid
or rep_good. However, because qemu doesn't recognise the flags, I can't run
with -cpu host,-tsc_adjust,-arat,... to...
2014 May 29
1
Divide error in kvm_unlock_kick()
...obtain a
working guest, but qemu doesn't recognise a handful of them:
CPU feature tsc_adjust not found
CPU feature arat not found
CPU feature cr8_legacy not found
CPU feature extd_apicid not found
CPU feature rep_good not found
CPU feature tsc_adjust not found
Failed to access perfctr msr (MSR c0010001 is ffffffffffffffff)
[...]
Doing this results in a working, non-crashing guest, which suggests the
behaviour is triggered by one of tsc_adjust, arat, cr8_legacy, extd_apicid
or rep_good. However, because qemu doesn't recognise the flags, I can't run
with -cpu host,-tsc_adjust,-arat,... to...
2014 May 28
2
Divide error in kvm_unlock_kick()
Running a 3.14.4 x86-64 SMP guest kernel on qemu-2.0, with kvm enabled and
-cpu host on a 3.14.4 AMD Opteron host, I'm seeing a reliable kernel panic from
the guest shortly after boot. I think is happening in kvm_unlock_kick() in the
paravirt_ops code:
divide error: 0000 [#1] PREEMPT SMP
Modules linked in:
CPU: 1 PID: 0 Comm: swapper/1 Not tainted 3.14.4-guest #16
Hardware name: QEMU
2014 May 28
2
Divide error in kvm_unlock_kick()
Running a 3.14.4 x86-64 SMP guest kernel on qemu-2.0, with kvm enabled and
-cpu host on a 3.14.4 AMD Opteron host, I'm seeing a reliable kernel panic from
the guest shortly after boot. I think is happening in kvm_unlock_kick() in the
paravirt_ops code:
divide error: 0000 [#1] PREEMPT SMP
Modules linked in:
CPU: 1 PID: 0 Comm: swapper/1 Not tainted 3.14.4-guest #16
Hardware name: QEMU
2013 Nov 26
2
Re: supermin-helper: ext2: parent directory not found: /mnt/bigdata/var: File not found by ext2_lookup
...6] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.045996] smpboot: CPU0: AMD QEMU Virtual CPU version 1.5.0 (fam:
06, model: 02, stepping: 03)
[ 0.156070] Performance Events: Broken PMU hardware detected, using
software events only.
[ 0.156888] Failed to access perfctr msr (MSR c0010001 is
ffffffffffffffff)
[ 0.158906] Brought up 1 CPUs
[ 0.159212] smpboot: Total of 1 processors activated (5217.59 BogoMIPS)
[ 0.160326] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 0.161033] devtmpfs: initialized
[ 0.162336] EVM: security.selinux
[ 0.162658] EVM: s...
2013 Nov 25
2
supermin-helper: ext2: parent directory not found: /mnt/bigdata/var: File not found by ext2_lookup
Hello,
I've found a problem running libguestfs on my system.
The system has /var mounted with a symbolic link to /mnt/bigdata/var
root@red1:/var/log/nova# ls -ld /mnt/bigdata/var
drwxrwxr-x 15 root users 4096 jul 7 17:55 /mnt/bigdata/var
root@red1:/var/log/nova# ls -ld /var
lrwxrwxrwx 1 root root 16 oct 30 2012 /var -> /mnt/bigdata/var
Any help here?
this is test tool output:
2014 Dec 11
1
Inspect_os() error
...5623] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.046365] smpboot: CPU0: AMD Opteron(tm) Processor 4332 HE (fam: 15,
model: 02, stepping: 00)
[ 0.152062] Performance Events: Broken PMU hardware detected, using
software events only.
[ 0.153098] Failed to access perfctr msr (MSR c0010001 is
ffffffffffffffff)
[ 0.159151] KVM setup paravirtual spinlock
[ 0.160994] x86: Booted up 1 node, 1 CPUs
[ 0.161488] smpboot: Total of 1 processors activated (5984.92 BogoMIPS)
[ 0.162637] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 0.163487] devtmpfs: initialized
[...