The issue is sloved after change cpuid[8008];
--- a/target-i386/cpu.c
+++ b/target-i386/cpu.c
@@ -2547,7 +2547,7 @@ void cpu_x86_cpuid(CPUX86State *env, uint32_t index,
uint32_t count,
if (env->features[FEAT_8000_0001_EDX] & CPUID_EXT2_LM) {
/* 64 bit processor */
/* XX
After I changed PHYS_ADDR_MASK, qemu vm can start when memory >=1024G ,
but kvm vm still hang.
-# define PHYS_ADDR_MASK 0xffLL
+# define PHYS_ADDR_MASK 0xfffLL
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubu
I mean vm hang when memory >= 1100G (1024G when enable ide cdrom)
instead of 1.5G.
If disable hpet, the vm will hang at
acpi_ex_system_memory_space_handler when memory >= 1100G
If disable kvm, vm is good when memory <= 1020G, but also hang when
memory >= 1024G.
There is no critical information
I delete cdrom and IDE controller, the vm start sucessfully.
But when I increate memory to 1100G, vm hang at hpet_enable when start.
The panic is page_fault when execute hpet_period =
hpet_readl(HPET_PERIOD);
It seems that ioremap_nocache does not works correctly.
hpet_virt_address = ioremap_
Public bug reported:
1. Ubuntu 15.10 x86_64 installed on HP SuperDome X with 8CPUs and 4T
memory.
2. Create a VM, install Ubuntu 15.10, if memory >= 1T , VM hang when start. If
memory < 1T, it is good.
u1510-1
39eefe1e-4829-4843-b892-026d143f3ec7
1073741824
1073741824
16
hvm
Public bug reported:
0. lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
1. kvm --version , upgraded from ubuntu vivid-updates
QEMU emulator version 2.2.0 (Debian 1:2.2+dfsg-5expubuntu9.2)
2. I create a Redhat 6.6 x64 virtual machine, then do iotest by using
tiotest tool