On 10/30/2012 09:18 PM, Blue Swirl wrote:
> On Tue, Oct 30, 2012 at 11:47 AM, Avi Kivity wrote:
>> This iommu encrypts addresses on the device bus to avoid divuling information
>> to hackers equipped with bus analyzers. Following 3DES, addresses are
>> encrypted
>> multiple times. A XOR cypher
On Tue, Oct 30, 2012 at 11:47 AM, Avi Kivity wrote:
> This iommu encrypts addresses on the device bus to avoid divuling information
> to hackers equipped with bus analyzers. Following 3DES, addresses are
> encrypted
> multiple times. A XOR cypher is employed for efficiency.
If this is not usef
This iommu encrypts addresses on the device bus to avoid divuling information
to hackers equipped with bus analyzers. Following 3DES, addresses are encrypted
multiple times. A XOR cypher is employed for efficiency.
Signed-off-by: Avi Kivity
---
hw/piix_pci.c | 77 ++