> -----Original Message----- > From: Richard W.M. Jones [mailto:rjones@xxxxxxxxxx] > Sent: Monday, December 01, 2014 10:02 PM > To: kvmarm@xxxxxxxxxxxxxxxxxxxxx > Cc: Wang, Yalin; Wei Huang > Subject: Re: arm64: virtio broken in upstream kernel > > OK I fixed it ... > > This patch to qemu fixes the problem for me. I will post it to qemu-devel > shortly. > > Rich. Oh , I see the BUG , It load dtb in the same page with initrd, This patch can fix, I think more better solution is that You can get page size from kernel by sysinfo() system call, Then align most data into PAGE_SIZE, This is good for both 32 / 64 arch . Thanks _______________________________________________ kvmarm mailing list kvmarm@xxxxxxxxxxxxxxxxxxxxx https://lists.cs.columbia.edu/mailman/listinfo/kvmarm