On Thu, Jan 30, 2014 at 04:57:25PM +0100, Paolo Bonzini wrote:
> Sure, CHS translation is an obscure topic, and legacy options for
> hard-disk geometries are obscure as well. But since QEMU does nothing
> with it except telling the BIOS, and since there "large" and "rechs"
> are listed in the enum
Paolo Bonzini writes:
> Sure, CHS translation is an obscure topic, and legacy options for
> hard-disk geometries are obscure as well. But since QEMU does nothing
> with it except telling the BIOS, and since there "large" and "rechs"
> are listed in the enums, parsing them seems to be the bare mi
Sure, CHS translation is an obscure topic, and legacy options for
hard-disk geometries are obscure as well. But since QEMU does nothing
with it except telling the BIOS, and since there "large" and "rechs"
are listed in the enums, parsing them seems to be the bare minimum.
Signed-off-by: Paolo Bon