[Qemu-devel] [3.7.0] Crash when killing qemu on e500mc

2012-12-20 Thread Ben Collins
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

[Qemu-devel] [PATCH] Allow loading U-Boot initrd images

2012-06-06 Thread Ben Collins
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

Re: [Qemu-devel] [PATCH v2] kvm: Fix build for non-CAP_IRQ_ROUTING targets

2012-06-05 Thread Ben Collins
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 &

Re: [Qemu-devel] [PATCH] KVM: Fix compiles when KVM_CAP_IRQ_ROUTING is not defined

2012-06-05 Thread Ben Collins
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 >>

[Qemu-devel] [PATCH] PPC: mpc8544ds: Fix typo in init of second serial device

2012-06-05 Thread Ben Collins
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

[Qemu-devel] [PATCH] KVM: Fix compiles when KVM_CAP_IRQ_ROUTING is not defined

2012-06-05 Thread Ben Collins
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

Re: [Qemu-devel] [Qemu-ppc] [PATCH] e500-pci: Factor into distinct mpc8540 and p4080 PCI Hosts

2012-06-03 Thread Ben Collins
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 >&