On 30 May 2012 04:57, 陳韋任 (Wei-Ren Chen) <che...@iis.sinica.edu.tw> wrote: > On Wed, May 30, 2012 at 04:54:26AM +0100, Peter Maydell wrote: >> On 30 May 2012 04:51, 陳韋任 (Wei-Ren Chen) <che...@iis.sinica.edu.tw> wrote: >> >> diff --git a/hw/bt-sdp.c b/hw/bt-sdp.c >> >> index 3e390ab..c0431d1 100644 >> >> --- a/hw/bt-sdp.c >> >> +++ b/hw/bt-sdp.c >> >> @@ -834,7 +834,7 @@ SERVICE(hid, >> >> ATTRIBUTE(DOC_URL, >> >> URL("http://bellard.org/qemu/user-doc.html")) >> > >> > I know it's not relate to this patch, but the above link seems not >> > available >> > anymore. User document now is hosted on >> > "http://qemu.weilnetz.de/qemu-doc.html". >> >> Yeah, I noticed that before. I guess we should fix it if we can do so >> without breaking compatibility with something, but that's a different >> patch. > > Anything depends on the link? o.0
It's exposed to the guest, so it's not impossible that it could provoke a guest OS to decide it was a new device, for example. My guess is it would be OK to fix but I'm not a bluetooth expert :-) -- PMM