I'm mainly posting this as a reminder that I need to investigate it and to get
any ideas on where the NULL is coming from.
[573785.701594] Unable to handle kernel paging request for data at address
0x
[573785.709182] Faulting instruction address: 0xc016e864
[573785.714232] Oops: Kernel a
was for another purpose, but
it helped with the fixed load addresses.
Signed-off-by: Ben Collins
Cc: Scott Wood
---
hw/loader.c | 34 +-
1 file changed, 25 insertions(+), 9 deletions(-)
diff --git a/hw/loader.c b/hw/loader.c
index 7d64113..7c2635d 100644
--- a/hw/lo
Ack: Ben Collins
Confirmed that this patch does indeed fix everything for me.
On Jun 5, 2012, at 3:03 PM, Jan Kiszka wrote:
> A type definition and a KVMState field initialization escaped the
> required wrapping with KVM_CAP_IRQ_ROUTING. Also, we need to provide a
&
Please just adopt the remaining portion. Perhaps just merge it with your patch
for one complete fix.
Thanks
On Jun 5, 2012, at 2:15 PM, Jan Kiszka wrote:
> On 2012-06-05 20:08, Ben Collins wrote:
>> Things like kroute and direct_msi were not protected by ifdef's for when
>>
The reference to serial_hds[0] should be serial_hds[1] when initializing
the second serial line.
Signed-off-by: Ben Collins
Cc: Alexander Graf
---
hw/ppce500_mpc8544ds.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/ppce500_mpc8544ds.c b/hw/ppce500_mpc8544ds.c
index
Things like kroute and direct_msi were not protected by ifdef's for when
this feature is not enabled. Also, virtio-pci was referencing
kvm_irqchip_release_virq() which was not defined without KVM_CAP_IRQ_ROUTING
but when KVM was enabled.
Signed-off-by: Ben Collins
Cc: Avi Kivity
Cc: Ma
On May 31, 2012, at 2:20 PM, Scott Wood wrote:
> On 05/30/2012 06:25 PM, Ben Collins wrote:
>> In order to provide a closer virtualization, factor out e500-pci into
>> seperate
>> PCI hosts, namely fsl,mpc8540-pci and fsl,p4080-pcie (to match the
>> device-tree
>&