]> Git Repo - qemu.git/commit - vl.c
block: Handle "rechs" and "large" translation options
authorPaolo Bonzini <[email protected]>
Sat, 8 Feb 2014 10:01:54 +0000 (11:01 +0100)
committerAndreas Färber <[email protected]>
Fri, 14 Feb 2014 20:12:04 +0000 (21:12 +0100)
commitf31c41ff5e7d64680382e94b9ea35d52ab4ca045
tree78eddeec3b69d027dc3e1467ba90a75d6c40b734
parentc7bcc85d664b26b8b1e46416c7a730104b602e34
block: Handle "rechs" and "large" translation options

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.

Acked-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Igor Mammedov <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
blockdev.c
hw/core/qdev-properties.c
vl.c
This page took 0.024818 seconds and 4 git commands to generate.