HarryWei / cloudxy

Automatically exported from code.google.com/p/cloudxy
6 stars 3 forks source link

The dead path in configure file of HLFS driver for QEMU #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. git clone git://git.qemu.org/qemu.git
2. cd qemu
3. cp ../hlfs/patches/hlfs_driver_for_qemu.patch ./ 
4. patch -p1 < hlfs_driver_for_qemu.patch
5, Modify the dead path

What is the expected output? What do you see instead?
Expected:
Should not let user modify this dead path.

Instead:
Now, must modify these paths.

Original issue reported on code.google.com by harryxi...@gmail.com on 21 Jan 2013 at 6:46

GoogleCodeExporter commented 9 years ago

Original comment by kanghua...@gmail.com on 9 Feb 2013 at 6:26