diff options
author | bellard | 2004-05-19 01:05:28 +0200 |
---|---|---|
committer | bellard | 2004-05-19 01:05:28 +0200 |
commit | 69b910399a3c40620a5213adaeb14a37366d97ac (patch) | |
tree | edf0952fbb0d2bb7cc39901816eba60ce83e450d /Changelog | |
parent | -user-net is optional - EAGAIN fix (diff) | |
download | qemu-69b910399a3c40620a5213adaeb14a37366d97ac.tar.gz qemu-69b910399a3c40620a5213adaeb14a37366d97ac.tar.xz qemu-69b910399a3c40620a5213adaeb14a37366d97ac.zip |
PCI support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@818 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ version 0.5.6: - int13 CDROM BIOS fix (aka Solaris x86 install CD fix) - int15, ah=86 BIOS fix (aka Solaris x86 hardware probe hang up fix) - BSR/BSF "undefined behaviour" fix + - vmdk2raw: convert VMware disk images to raw images + - PCI support + - NE2K PCI support version 0.5.5: |