Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 159338 Details for
Bug 247641
guest OS reports same MAC for every virtual NIC
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix MMIO region mappings
kvm-rtl8139-mmio-regions.patch (text/plain), 1.14 KB, created by
Daniel Berrangé
on 2007-07-16 15:48:59 UTC
(
hide
)
Description:
Fix MMIO region mappings
Filename:
MIME Type:
Creator:
Daniel Berrangé
Created:
2007-07-16 15:48:59 UTC
Size:
1.14 KB
patch
obsolete
>diff -rup kvm-24/qemu/hw/rtl8139.c kvm-24.new/qemu/hw/rtl8139.c >--- kvm-24/qemu/hw/rtl8139.c 2007-05-08 04:44:27.000000000 -0400 >+++ kvm-24.new/qemu/hw/rtl8139.c 2007-07-16 11:12:00.000000000 -0400 >@@ -3325,7 +3325,7 @@ static void rtl8139_mmio_map(PCIDevice * > PCIRTL8139State *d = (PCIRTL8139State *)pci_dev; > RTL8139State *s = &d->rtl8139; > >- cpu_register_physical_memory(addr + 0, 0x100, s->rtl8139_mmio_io_addr); >+ cpu_register_physical_memory(addr + 0, 0x1000, s->rtl8139_mmio_io_addr); > } > > static void rtl8139_ioport_map(PCIDevice *pci_dev, int region_num, >@@ -3438,10 +3438,10 @@ void pci_rtl8139_init(PCIBus *bus, NICIn > s->rtl8139_mmio_io_addr = > cpu_register_io_memory(0, rtl8139_mmio_read, rtl8139_mmio_write, s); > >- pci_register_io_region(&d->dev, 0, 0x100, >+ pci_register_io_region(&d->dev, 0, 0x1000, > PCI_ADDRESS_SPACE_IO, rtl8139_ioport_map); > >- pci_register_io_region(&d->dev, 1, 0x100, >+ pci_register_io_region(&d->dev, 1, 0x1000, > PCI_ADDRESS_SPACE_MEM, rtl8139_mmio_map); > > s->irq = 16; /* PCI interrupt */ >Only in kvm-24.new/qemu/hw: rtl8139.c~
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 247641
:
159338
|
159358