qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] trivial patches for pci-host
@ 2014-08-11  8:10 arei.gonglei
  2014-08-11  8:10 ` [Qemu-devel] [PATCH 1/2] pci-host: update obsolete reference about piix_pci.c arei.gonglei
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: arei.gonglei @ 2014-08-11  8:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, pbonzini, Gonglei, weidong.huang, mst

From: Gonglei <arei.gonglei@huawei.com>

Gonglei (2):
  pci-host: update obsolete reference about piix_pci.c
  pci-host: update uncorresponding description

 hw/isa/lpc_ich9.c         | 2 +-
 hw/pci-host/pam.c         | 4 ++--
 hw/pci-host/q35.c         | 2 +-
 include/hw/pci-host/pam.h | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

-- 
1.7.12.4

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

* [Qemu-devel] [PATCH 1/2] pci-host: update obsolete reference about piix_pci.c
  2014-08-11  8:10 [Qemu-devel] [PATCH 0/2] trivial patches for pci-host arei.gonglei
@ 2014-08-11  8:10 ` arei.gonglei
  2014-08-11  8:10 ` [Qemu-devel] [PATCH 2/2] pci-host: update uncorresponding description arei.gonglei
  2014-08-13  6:19 ` [Qemu-devel] [Qemu-trivial] [PATCH 0/2] trivial patches for pci-host Michael Tokarev
  2 siblings, 0 replies; 4+ messages in thread
From: arei.gonglei @ 2014-08-11  8:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, pbonzini, Gonglei, weidong.huang, mst

From: Gonglei <arei.gonglei@huawei.com>

piix_pci.c has been renamed into piix.c at commit
c0907c9e6417cb959dfd9ef6873221536ec91351

update the obsolete reference.

Signed-off-by: Gonglei <arei.gonglei@huawei.com>
---
 hw/isa/lpc_ich9.c         | 2 +-
 hw/pci-host/pam.c         | 2 +-
 hw/pci-host/q35.c         | 2 +-
 include/hw/pci-host/pam.h | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/hw/isa/lpc_ich9.c b/hw/isa/lpc_ich9.c
index b846d81..177023b 100644
--- a/hw/isa/lpc_ich9.c
+++ b/hw/isa/lpc_ich9.c
@@ -7,7 +7,7 @@
  *               VA Linux Systems Japan K.K.
  * Copyright (C) 2012 Jason Baron <jbaron@redhat.com>
  *
- * This is based on piix_pci.c, but heavily modified.
+ * This is based on piix.c, but heavily modified.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/hw/pci-host/pam.c b/hw/pci-host/pam.c
index e1e95aa..6abee4f 100644
--- a/hw/pci-host/pam.c
+++ b/hw/pci-host/pam.c
@@ -6,7 +6,7 @@
  *                    VA Linux Systems Japan K.K.
  * Copyright (c) 2012 Jason Baron <jbaron@redhat.com>
  *
- * Split out from piix_pci.c
+ * Split out from piix.c
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/hw/pci-host/q35.c b/hw/pci-host/q35.c
index a0a3068..37f228e 100644
--- a/hw/pci-host/q35.c
+++ b/hw/pci-host/q35.c
@@ -7,7 +7,7 @@
  *               VA Linux Systems Japan K.K.
  * Copyright (C) 2012 Jason Baron <jbaron@redhat.com>
  *
- * This is based on piix_pci.c, but heavily modified.
+ * This is based on piix.c, but heavily modified.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/include/hw/pci-host/pam.h b/include/hw/pci-host/pam.h
index a8b87b8..4d03e4b 100644
--- a/include/hw/pci-host/pam.h
+++ b/include/hw/pci-host/pam.h
@@ -7,7 +7,7 @@
  *               VA Linux Systems Japan K.K.
  * Copyright (c) 2012 Jason Baron <jbaron@redhat.com>
  *
- * Split out from piix_pci.c
+ * Split out from piix.c
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
-- 
1.7.12.4

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

* [Qemu-devel] [PATCH 2/2] pci-host: update uncorresponding description
  2014-08-11  8:10 [Qemu-devel] [PATCH 0/2] trivial patches for pci-host arei.gonglei
  2014-08-11  8:10 ` [Qemu-devel] [PATCH 1/2] pci-host: update obsolete reference about piix_pci.c arei.gonglei
@ 2014-08-11  8:10 ` arei.gonglei
  2014-08-13  6:19 ` [Qemu-devel] [Qemu-trivial] [PATCH 0/2] trivial patches for pci-host Michael Tokarev
  2 siblings, 0 replies; 4+ messages in thread
From: arei.gonglei @ 2014-08-11  8:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, pbonzini, Gonglei, weidong.huang, mst

From: Gonglei <arei.gonglei@huawei.com>

Signed-off-by: Gonglei <arei.gonglei@huawei.com>
---
 hw/pci-host/pam.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/pci-host/pam.c b/hw/pci-host/pam.c
index 6abee4f..8272de3 100644
--- a/hw/pci-host/pam.c
+++ b/hw/pci-host/pam.c
@@ -1,5 +1,5 @@
 /*
- * QEMU i440FX/PIIX3 PCI Bridge Emulation
+ * QEMU Smram/pam logic implementation
  *
  * Copyright (c) 2006 Fabrice Bellard
  * Copyright (c) 2011 Isaku Yamahata <yamahata at valinux co jp>
-- 
1.7.12.4

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

* Re: [Qemu-devel] [Qemu-trivial] [PATCH 0/2] trivial patches for pci-host
  2014-08-11  8:10 [Qemu-devel] [PATCH 0/2] trivial patches for pci-host arei.gonglei
  2014-08-11  8:10 ` [Qemu-devel] [PATCH 1/2] pci-host: update obsolete reference about piix_pci.c arei.gonglei
  2014-08-11  8:10 ` [Qemu-devel] [PATCH 2/2] pci-host: update uncorresponding description arei.gonglei
@ 2014-08-13  6:19 ` Michael Tokarev
  2 siblings, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2014-08-13  6:19 UTC (permalink / raw)
  To: arei.gonglei, qemu-devel; +Cc: qemu-trivial, pbonzini, weidong.huang, mst

11.08.2014 12:10, arei.gonglei@huawei.com wrote:
> From: Gonglei <arei.gonglei@huawei.com>
> 
> Gonglei (2):
>   pci-host: update obsolete reference about piix_pci.c
>   pci-host: update uncorresponding description

Applied both to -trivial, thank you!

/mjt

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

end of thread, other threads:[~2014-08-13  6:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11  8:10 [Qemu-devel] [PATCH 0/2] trivial patches for pci-host arei.gonglei
2014-08-11  8:10 ` [Qemu-devel] [PATCH 1/2] pci-host: update obsolete reference about piix_pci.c arei.gonglei
2014-08-11  8:10 ` [Qemu-devel] [PATCH 2/2] pci-host: update uncorresponding description arei.gonglei
2014-08-13  6:19 ` [Qemu-devel] [Qemu-trivial] [PATCH 0/2] trivial patches for pci-host Michael Tokarev

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).