<p>Patrick Rudolph has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/29675">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cpu/qemu-x86: Fix CPU driver<br><br>There's a typo in the cpu driver causing it to always use the weak<br>implementation defined in the devicetree instead of the real<br>implementation.<br><br>Tested on qemu-q35, the CPU driver contains valid values.<br><br>Change-Id: I4a6bb447bfdb3df6053c0df8be9d7c6aa8f689be<br>Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com><br>---<br>M src/cpu/qemu-x86/qemu.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/29675/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/cpu/qemu-x86/qemu.c b/src/cpu/qemu-x86/qemu.c</span><br><span>index c005bf7..f250698 100644</span><br><span>--- a/src/cpu/qemu-x86/qemu.c</span><br><span>+++ b/src/cpu/qemu-x86/qemu.c</span><br><span>@@ -35,6 +35,6 @@</span><br><span>         .id_table = cpu_table,</span><br><span> };</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-struct chip_operations cpu_x86_qemu_ops = {</span><br><span style="color: hsl(120, 100%, 40%);">+struct chip_operations cpu_qemu_x86_ops = {</span><br><span>     CHIP_NAME("QEMU x86 CPU")</span><br><span> };</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/29675">change 29675</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/29675"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I4a6bb447bfdb3df6053c0df8be9d7c6aa8f689be </div>
<div style="display:none"> Gerrit-Change-Number: 29675 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Rudolph <patrick.rudolph@9elements.com> </div>