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 885649 Details for
Bug 1027565
fail to reboot guest after migration from RHEL6.5 host to RHEL7.0 host
[?]
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]
proof of concept patch for the analysis in comment 16
0001-i440fx-reset-PAM-registers-on-reset.patch (text/plain), 1.60 KB, created by
Laszlo Ersek
on 2014-04-12 05:09:48 UTC
(
hide
)
Description:
proof of concept patch for the analysis in comment 16
Filename:
MIME Type:
Creator:
Laszlo Ersek
Created:
2014-04-12 05:09:48 UTC
Size:
1.60 KB
patch
obsolete
>From ad42ce0dddff5b68e7bed2a917644b6266355a99 Mon Sep 17 00:00:00 2001 >From: David Woodhouse <dwmw2@infradead.org> >Date: Sat, 12 Apr 2014 06:45:13 +0200 >Subject: [RHEL-7.1 qemu-kvm PATCH] i440fx: reset PAM registers on reset > >Signed-off-by: David Woodhouse <dwmw2@infradead.org> >Signed-off-by: Laszlo Ersek <lersek@redhat.com> >--- > hw/pci-host/piix.c | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > >diff --git a/hw/pci-host/piix.c b/hw/pci-host/piix.c >index 5757b1d..ec3277e 100644 >--- a/hw/pci-host/piix.c >+++ b/hw/pci-host/piix.c >@@ -684,6 +684,24 @@ static const TypeInfo piix3_xen_info = { > .class_init = piix3_xen_class_init, > }; > >+static void i440fx_reset(DeviceState *ds) >+{ >+ PCIDevice *dev = DO_UPCAST(PCIDevice, qdev, ds); >+ PCII440FXState *d = DO_UPCAST(PCII440FXState, dev, dev); >+ uint8_t *pci_conf = d->dev.config; >+ >+ pci_conf[0x59] = 0x00; // Reset PAM setup >+ pci_conf[0x5a] = 0x00; >+ pci_conf[0x5b] = 0x00; >+ pci_conf[0x5c] = 0x00; >+ pci_conf[0x5d] = 0x00; >+ pci_conf[0x5e] = 0x00; >+ pci_conf[0x5f] = 0x00; >+ pci_conf[0x72] = 0x02; // And SMM >+ >+ i440fx_update_memory_mappings(d); >+} >+ > static void i440fx_class_init(ObjectClass *klass, void *data) > { > DeviceClass *dc = DEVICE_CLASS(klass); >@@ -698,6 +716,7 @@ static void i440fx_class_init(ObjectClass *klass, void *data) > k->class_id = PCI_CLASS_BRIDGE_HOST; > dc->desc = "Host bridge"; > dc->vmsd = &vmstate_i440fx; >+ dc->reset = i440fx_reset; > /* > * PCI-facing part of the host bridge, not usable without the > * host-facing part, which can't be device_add'ed, yet. >-- >1.8.3.1 >
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 1027565
:
885244
|
885245
|
885252
| 885649 |
885650
|
885795
|
885838
|
886494
|
886593
|
886840
|
886841
|
886964
|
888022
|
888273