aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/pkg-message
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2012-06-09 16:19:05 +0000
committerJuergen Lock <nox@FreeBSD.org>2012-06-09 16:19:05 +0000
commitb4d7f46da987d69753d7e3d9103ccdc3d2e4f2a3 (patch)
tree931305c9e0306e3b965f52db014726b96d2ffc17 /emulators/qemu-devel/pkg-message
parent545a2d9ad571615bdd9bf914836f61fc7ecde5b7 (diff)
downloadports-b4d7f46da987d69753d7e3d9103ccdc3d2e4f2a3.tar.gz
ports-b4d7f46da987d69753d7e3d9103ccdc3d2e4f2a3.zip
- Update net/usbredir to 0.4.3 .
- Update emulators/qemu-devel to 1.1.0 - announce posting is here: http://lists.nongnu.org/archive/html/qemu-devel/2012-06/msg00072.html
Notes
Notes: svn path=/head/; revision=298875
Diffstat (limited to 'emulators/qemu-devel/pkg-message')
-rw-r--r--emulators/qemu-devel/pkg-message11
1 files changed, 6 insertions, 5 deletions
diff --git a/emulators/qemu-devel/pkg-message b/emulators/qemu-devel/pkg-message
index d35860827b31..bdb3557f6bc7 100644
--- a/emulators/qemu-devel/pkg-message
+++ b/emulators/qemu-devel/pkg-message
@@ -79,21 +79,22 @@ FreeBSD host notes
sudo usbredirserver 045e:0772
2) Start qemu with usb2 support + a chardev talking to usbredirserver +
a usb-redir device using this chardev:
- qemu ... \
+ qemu -usb \
-readconfig docs/ich9-ehci-uhci.cfg \
-chardev socket,id=usbredirchardev,host=localhost,port=4000 \
- -device usb-redir,chardev=usbredirchardev,id=usbredirdev
+ -device usb-redir,chardev=usbredirchardev,id=usbredirdev ...
[you would replace docs/ich9-ehci-uhci.cfg with e.g.
/usr/local/share/doc/qemu/docs/ich9-ehci-uhci.cfg, but turns out
- ehci seems broken for me here with FreeBSD guests at least, I get:
+ ehci was broken for me here with FreeBSD guests and the previous
+ qemu version at least, I got:
FETCHENTRY: entry at 22C5484 is of type 2 which is not supported yet
processing error - resetting ehci HC
Assertion failed: (0), function ehci_advance_state, file /data/ports/emulators/qemu-devel/work/qemu-0.15.0/hw/usb-ehci.c, line 2045.
- Starting the same without ehci (-readconfig) works (may need
- -usb), tho usbredirserver crashes when qemu exits.]
+ The new qemu version works better, tho usbredirserver still crashes
+ when qemu exits.]
- Still usb: since the hub is no longer attached to the uchi controller and
the wakeup mechanism, resume interrupt is not implemented yet linux guests