"Priedhorsky, Reid" <rei...@lanl.gov> writes:
> I believe this is causing boot performance problems, as boot is much
> faster with these files on some filesystems rather than
> others. Therefore, I'd like to use line buffering instead, to reduce
> the number of writes to disk. How can I do this?

I'd be surprised if this is the fundamental performance problem, because
though the qemu process is writing to the files in an unbuffered way,
the host kernel's disk buffering should be writing whole blocks to the
disk if the serial port is producing data at any significant rate.

Dale

Reply via email to