]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
More generic boot devices specification, allowing more devices to be specified
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 11 Nov 2007 01:50:45 +0000 (01:50 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 11 Nov 2007 01:50:45 +0000 (01:50 +0000)
commit28c5af54c661e73e5596918fa67a22b5e87c2022
tree23f4fcb5f64820a05bdd7e943e932acde49319d6
parentaba9ee8726e3a06ba3e08d985531049e68c45181
More generic boot devices specification, allowing more devices to be specified
and avoiding per-target hardcoded limitations.
The machine implementations can then check if the given devices match the
actual hardware implementation and firmware API.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3577 c046a42c-6fe2-441c-8c8c-71466251a162
hw/pc.c
hw/ppc_chrp.c
hw/ppc_oldworld.c
hw/ppc_prep.c
vl.c