Re: [Qemu-devel] Recursion in cpu_physical_memory_rw

2006-11-15 Thread Herbert Xu
On Wed, Nov 15, 2006 at 01:03:34PM -0600, Anthony Liguori wrote: > > >The scenario here is a compromised guest attempting to harm a host such > >as Xen. > > The only "harm" done to a host is that the process will take as much CPU > as it can get. This is really only a problem in Xen because the

Re: [Xen-devel] Re: [Qemu-devel] Recursion in cpu_physical_memory_rw

2006-11-15 Thread Herbert Xu
On Wed, Nov 15, 2006 at 03:02:02PM +, Paul Brook wrote: > > However, chips such as rtl8139 should never > > do MMIO in this case (the real hardware would never allow that to occur) > > Really? Why wouldn't it work on real hardware? For rtl8139 it would cause a Master Abort. Cheers, -- Visit

Re: [Xen-devel] Re: [Qemu-devel] Recursion in cpu_physical_memory_rw

2006-11-15 Thread Paul Brook
> However, chips such as rtl8139 should never > do MMIO in this case (the real hardware would never allow that to occur) Really? Why wouldn't it work on real hardware? Paul ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mail

Re: [Xen-devel] Re: [Qemu-devel] Recursion in cpu_physical_memory_rw

2006-11-15 Thread Herbert Xu
On Wed, Nov 15, 2006 at 07:55:48AM +, Keir Fraser wrote: > > > I'm not suggesting that we change all existing users of cpu_physical_* > > to a new interface that only accessed RAM. However, for cases where it > > is obvious that only system RAM is intended (e.g., rtl8139), it makes > > sense t

[Qemu-devel] -smp option: "hardware error: single mode not supported"

2006-11-15 Thread Francis GUDIN
Hello, I'm trying to enable SMP support. The guest OS is DragonFly, SMP-enabled kernel. QEmu accelerator module is not loaded. The kernel does its initialization (device probes) but qemu crashes near the end, I guess when the kernel tries to activate the second virtual CPU, just before creating t

SOLVED Re: [Qemu-devel] inside qemu, kernel 2.6.17-mm6 fails to boot disk image

2006-11-15 Thread Mulyadi Santosa
Hi.. > Hello everybody > > Today I boot my FC2 disk image along with 2.6.17-mm6 kernel using > this command line: > qemu -hda ./fc2.img -m 64 -net none -kernel > /mnt/linux/linux-2.6.17-mm6-HZ1000/arch/i386/boot/bzImage -no-kqemu > -append root=/dev/hda1 Following up my own post, I revealed that