qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Revert bogus usb-ohci change
@ 2010-04-04 20:30 Paul Brook
  2010-04-04 21:02 ` [Qemu-devel] " Blue Swirl
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Brook @ 2010-04-04 20:30 UTC (permalink / raw)
  To: Blue Swirl, qemu-devel

Commit f1698408 "Compile usb-ohci only once" introduces a "be" property to the 
pci-ohci device. The PCI bus is always little-endian, so this is completely 
bogus. A hypothetical big-endian device would actually introduce another 
byteswap.

As discussed previously, if you really want to avoid compiling the device 
multiple times then this needs to be fixed elsewhere. Adding user visible 
properties to devices is definitely not the right solution.

I have reverted this change. If there are other devices that have been hacked 
in the same way then please revert those too.

Paul

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-04 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-04 20:30 [Qemu-devel] Revert bogus usb-ohci change Paul Brook
2010-04-04 21:02 ` [Qemu-devel] " Blue Swirl
2010-04-04 21:28   ` Paul Brook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).