All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V2 00/10] various pci clean ups.
@ 2009-12-15 11:25 Isaku Yamahata
  2009-12-15 11:25 ` [Qemu-devel] [PATCH V2 01/10] pci: remove PCIBus::config_reg Isaku Yamahata
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Isaku Yamahata @ 2009-12-15 11:25 UTC (permalink / raw)
  To: qemu-devel, mst; +Cc: yamahata

This patch series is for various somewhat atrandom clean up.

- the patch "piix_pci: define symbolic value for PAM0, PAM6 and SMRAM."
  doesn't cause binary difference.
  I checked the piix_pci.o binary doesn't changed with the patch applied
  or not by diffing results of disassembling object files.

- rebased to MST's git tree
git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci.
Anyway the only patch "pci: use pci_regs.h" 4 patch conflicts.
So I expect all but the patch "pci: use pci_regs.h" can applies to
unstable tree. And it's trivial to resolve the conflict.

changes v1 -> v2:
- dropped the patch "pci: clean up pci_bar_address()"
- reordered
- rebased to git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci
- updated I440FX patch.
- added link to I440FX link

Isaku Yamahata (10):
  pci: remove PCIBus::config_reg.
  pci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/g
  pci: import Linux pci_regs.h
  pci: use pci_regs.h
  gt64xxx: remove gt64120_{read, write}_config().
  acpi: use range helper function.
  msix: use range helper function.
  piix_pci: define symbolic value for PAM0, PAM6 and SMRAM.
  piix_pci: use range helper function
  piix_pci: add link to i440fx data sheet.

 hw/acpi.c     |    2 +-
 hw/gt64xxx.c  |   13 +-
 hw/msix.c     |    2 +-
 hw/pci.c      |    3 +-
 hw/pci.h      |   77 +-------
 hw/pci_regs.h |  665 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/piix_pci.c |   22 ++-
 7 files changed, 689 insertions(+), 95 deletions(-)
 create mode 100644 hw/pci_regs.h

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

end of thread, other threads:[~2009-12-15 11:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-15 11:25 [Qemu-devel] [PATCH V2 00/10] various pci clean ups Isaku Yamahata
2009-12-15 11:25 ` [Qemu-devel] [PATCH V2 01/10] pci: remove PCIBus::config_reg Isaku Yamahata
2009-12-15 11:25 ` [Qemu-devel] [PATCH V2 02/10] pci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/g Isaku Yamahata
2009-12-15 11:26 ` [Qemu-devel] [PATCH V2 03/10] pci: import Linux pci_regs.h Isaku Yamahata
2009-12-15 11:26 ` [Qemu-devel] [PATCH V2 04/10] pci: use pci_regs.h Isaku Yamahata
2009-12-15 11:26 ` [Qemu-devel] [PATCH V2 05/10] gt64xxx: remove gt64120_{read, write}_config() Isaku Yamahata
2009-12-15 11:26 ` [Qemu-devel] [PATCH V2 06/10] acpi: use range helper function Isaku Yamahata
2009-12-15 11:26 ` [Qemu-devel] [PATCH V2 07/10] msix: " Isaku Yamahata
2009-12-15 11:26 ` [Qemu-devel] [PATCH V2 08/10] piix_pci: define symbolic value for PAM0, PAM6 and SMRAM Isaku Yamahata
2009-12-15 11:26 ` [Qemu-devel] [PATCH V2 09/10] piix_pci: use range helper function Isaku Yamahata
2009-12-15 11:26 ` [Qemu-devel] [PATCH V2 10/10] piix_pci: add link to i440fx data sheet Isaku Yamahata
2009-12-15 11:41 ` [Qemu-devel] Re: [PATCH V2 00/10] various pci clean ups Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.