diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-04-11 01:12:28 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-04-11 01:12:28 +0000 |
commit | 1eb87257dae084166f0a007a9bfa8052e1784108 (patch) | |
tree | 9456692004b7c74bceff69e5d2f75401e1dbf3d5 /Changelog | |
parent | 32ce63371a6b4d7ad8786ac5d2f95a1e6cdd1af4 (diff) | |
download | qemu-1eb87257dae084166f0a007a9bfa8052e1784108.tar.gz qemu-1eb87257dae084166f0a007a9bfa8052e1784108.tar.bz2 qemu-1eb87257dae084166f0a007a9bfa8052e1784108.zip |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@97 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,8 +1,11 @@ version 0.1.6: + - automatic library search system. QEMU can now work with unpatched + ELF dynamic loader and libc (Rusty Russell). - ISO C warning fixes (Alistair Strachan) - - first self-virtualizable version (works only as long as the icache - is not flushed) + - first self-virtualizable version (works only as long as the + translation cache is not flushed) + - RH9 fixes version 0.1.5: |