diff options
author | bellard | 2006-06-25 16:50:00 +0200 |
---|---|---|
committer | bellard | 2006-06-25 16:50:00 +0200 |
commit | 1579bde84d37aada4054ee40e1e333930211f495 (patch) | |
tree | 30001fac53a56c0462db7cc8bae01ba034abac45 | |
parent | UDP char device (initial patch by Jason Wessel) - TCP char device (diff) | |
download | qemu-1579bde84d37aada4054ee40e1e333930211f495.tar.gz qemu-1579bde84d37aada4054ee40e1e333930211f495.tar.xz qemu-1579bde84d37aada4054ee40e1e333930211f495.zip |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2008 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | Changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ version 0.8.2: - VNC server fixes - MIPS FPU support (Marius Groeger) - Solaris/SPARC host support (Ben Taylor) + - PPC breakpoints and single stepping (Jason Wessel) + - USB updates (Paul Brook) + - UDP character devices (Jason Wessel) + - TCP character devices version 0.8.1: |