diff options
author | Avi Kivity | 2012-05-09 17:23:06 +0200 |
---|---|---|
committer | Anthony Liguori | 2012-05-30 03:19:24 +0200 |
commit | 8294a64d7f9ecc428cd58ba36ad0b913084a8824 (patch) | |
tree | 47ce59f81adfdcade3d2eb282acac53bbfe6d974 /hw/pci.c | |
parent | Merge remote-tracking branch 'afaerber-or/cocoa-for-upstream' into staging (diff) | |
download | qemu-8294a64d7f9ecc428cd58ba36ad0b913084a8824.tar.gz qemu-8294a64d7f9ecc428cd58ba36ad0b913084a8824.tar.xz qemu-8294a64d7f9ecc428cd58ba36ad0b913084a8824.zip |
vga: fix vram double-mapping with -vga std and -M pc-0.12
With pc-0.12, we map the video RAM both through the PCI BAR (the guest does
this) and through a fixed mapping at 0xe0000000. The memory API doesn't allow
this double map, and aborts.
Fix by using an alias.
Reported-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/pci.c')
0 files changed, 0 insertions, 0 deletions