qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] q35: Fix typo in constant DEFUALT -> DEFAULT.
@ 2013-09-02 13:43 Richard W.M. Jones
  2013-09-14  8:47 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
  0 siblings, 1 reply; 3+ messages in thread
From: Richard W.M. Jones @ 2013-09-02 13:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

From: "Richard W.M. Jones" <rjones@redhat.com>

Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
---
 hw/pci-host/q35.c         | 2 +-
 include/hw/pci-host/q35.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/pci-host/q35.c b/hw/pci-host/q35.c
index 12314d8..9ed0a3d 100644
--- a/hw/pci-host/q35.c
+++ b/hw/pci-host/q35.c
@@ -370,7 +370,7 @@ static void mch_class_init(ObjectClass *klass, void *data)
     dc->vmsd = &vmstate_mch;
     k->vendor_id = PCI_VENDOR_ID_INTEL;
     k->device_id = PCI_DEVICE_ID_INTEL_Q35_MCH;
-    k->revision = MCH_HOST_BRIDGE_REVISION_DEFUALT;
+    k->revision = MCH_HOST_BRIDGE_REVISION_DEFAULT;
     k->class_id = PCI_CLASS_BRIDGE_HOST;
 }
 
diff --git a/include/hw/pci-host/q35.h b/include/hw/pci-host/q35.h
index 6eb7ab6..56de92e 100644
--- a/include/hw/pci-host/q35.h
+++ b/include/hw/pci-host/q35.h
@@ -85,7 +85,7 @@ typedef struct Q35PCIHost {
 #define MCH_HOST_BRIDGE_CONFIG_DATA            0xcfc
 
 /* D0:F0 configuration space */
-#define MCH_HOST_BRIDGE_REVISION_DEFUALT       0x0
+#define MCH_HOST_BRIDGE_REVISION_DEFAULT       0x0
 
 #define MCH_HOST_BRIDGE_PCIEXBAR               0x60    /* 64bit register */
 #define MCH_HOST_BRIDGE_PCIEXBAR_SIZE          8       /* 64bit register */
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] q35: Fix typo in constant DEFUALT -> DEFAULT.
  2013-09-02 13:43 [Qemu-devel] [PATCH] q35: Fix typo in constant DEFUALT -> DEFAULT Richard W.M. Jones
@ 2013-09-14  8:47 ` Michael Tokarev
  2013-09-14  9:05   ` Richard W.M. Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Tokarev @ 2013-09-14  8:47 UTC (permalink / raw)
  To: Richard W.M. Jones; +Cc: qemu-trivial, qemu-devel

02.09.2013 17:43, Richard W.M. Jones wrote:
> From: "Richard W.M. Jones" <rjones@redhat.com>
>
> Signed-off-by: Richard W.M. Jones <rjones@redhat.com>

Thanks, applied to the trivial-patches queue.

/mjt

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] q35: Fix typo in constant DEFUALT -> DEFAULT.
  2013-09-14  8:47 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
@ 2013-09-14  9:05   ` Richard W.M. Jones
  0 siblings, 0 replies; 3+ messages in thread
From: Richard W.M. Jones @ 2013-09-14  9:05 UTC (permalink / raw)
  To: Michael Tokarev; +Cc: qemu-trivial, qemu-devel

On Sat, Sep 14, 2013 at 12:47:47PM +0400, Michael Tokarev wrote:
> 02.09.2013 17:43, Richard W.M. Jones wrote:
> >From: "Richard W.M. Jones" <rjones@redhat.com>
> >
> >Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
> 
> Thanks, applied to the trivial-patches queue.

Thanks :-)  I case you were wondering, the substring "FUA" was
hindering my searches for SCSI force-unit-access code ...

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into KVM guests.
http://libguestfs.org/virt-v2v

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-14  9:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-02 13:43 [Qemu-devel] [PATCH] q35: Fix typo in constant DEFUALT -> DEFAULT Richard W.M. Jones
2013-09-14  8:47 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2013-09-14  9:05   ` Richard W.M. Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).