I have a server running Linux 2.4, and I'd like to virtualize it using KVM. I can run it with a IDE controller, but my applications require more disk performance.
The best existing solution is using VirtIO paravirtualization, but there's no driver for Linux 2.4, and I can't upgrade it to 2.6 or 3.x due to my applications' constraints. I tried using the SCSI controller, but the server doesn't boot because SeaBios doesn't support boot from a SCSI disk.
Is there any alterantive with better performance than IDE controller that works under Linux 2.4 guest?