Re: [patch 0/3] kvm tool: Serial emulation overhaul

From: Alan Cox
Date: Mon Dec 12 2011 - 06:02:12 EST


> > You can emulate a chip with a 64byte or so FIFO. You can do I/O cycle
> > prediction in the kernel part and you can use the empty bit as a clue
> > (which is what most serial<->ethernet widgetry does).
>
> The performance problems here aren't the same performance problems you
> have on real hardware. The problem here is that it costs 40k cycles for
> the guest to access the emulated chip.

How much of that 40K cycles is bouncing back and forth into emulation
layers and how much of it is the kernel trap ?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/