All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v1 0/5]: Convert pci_info() to QObject
@ 2010-01-08 18:42 Luiz Capitulino
  2010-01-08 18:42 ` [Qemu-devel] [PATCH 1/5] QList: Introduce QLIST_FOREACH_ENTRY() Luiz Capitulino
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Luiz Capitulino @ 2010-01-08 18:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, mst

 Hi,

 This is a new version of the pci_info() conversion.

changelog
---------

V0 -> V1

- Coding style fixes
- Make 'BAR' and 'IRQ' keys lowercase
- Add 'irq' key to the documentation

 Thanks.

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [Qemu-devel] [PATCH v2 0/5]: Convert pci_info() to QObject
@ 2010-01-20 16:39 Luiz Capitulino
  2010-01-20 16:39 ` [Qemu-devel] [PATCH 3/5] PCI: " Luiz Capitulino
  0 siblings, 1 reply; 14+ messages in thread
From: Luiz Capitulino @ 2010-01-20 16:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, armbru

 Hi,

 This new version addresses Markus's comments.

changelog
---------

V1 -> V2

- Make class_info's key 'desc' optional
- Better indentation
- Doc fixes

V0 -> V1

- Coding style fixes
- Make 'BAR' and 'IRQ' keys lowercase
- Add 'irq' key to the documentation

 Thanks.

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [Qemu-devel] [PATCH v0 0/5]: Convert pci_info() to QObject
@ 2010-01-05 20:34 Luiz Capitulino
  2010-01-05 20:34 ` [Qemu-devel] [PATCH 3/5] PCI: " Luiz Capitulino
  0 siblings, 1 reply; 14+ messages in thread
From: Luiz Capitulino @ 2010-01-05 20:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, mst

 Hi,

 This series begins complex handler conversion to QObject by converting
pci_info(), which is called when "info pci" is executed in the Monitor.

 Please help reviewing, as this was the more complex conversion I did
so far and I only ran basic tests.

 Two points worth noting:

1. I'm still using my old, hand crafted format for the internal
   documentation (a better way is coming)

2. I had to split the code which prints information about PCI bridges in
   a way I dislike, but this was needed to identify problems with
   bisect (as I couldn't test it properly)

 More details in the patches themselves.

 Thanks.

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

end of thread, other threads:[~2010-01-20 16:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-08 18:42 [Qemu-devel] [PATCH v1 0/5]: Convert pci_info() to QObject Luiz Capitulino
2010-01-08 18:42 ` [Qemu-devel] [PATCH 1/5] QList: Introduce QLIST_FOREACH_ENTRY() Luiz Capitulino
2010-01-08 18:42 ` [Qemu-devel] [PATCH 2/5] QDict: Introduce qdict_get_qdict() Luiz Capitulino
2010-01-08 18:42 ` [Qemu-devel] [PATCH 3/5] PCI: Convert pci_info() to QObject Luiz Capitulino
2010-01-18 17:16   ` Markus Armbruster
2010-01-19 20:27     ` Luiz Capitulino
2010-01-20  7:32       ` Markus Armbruster
2010-01-08 18:42 ` [Qemu-devel] [PATCH 4/5] PCI: do_pci_info(): PCI bridge support Luiz Capitulino
2010-01-18 17:14   ` Markus Armbruster
2010-01-19 20:11     ` Luiz Capitulino
2010-01-08 18:42 ` [Qemu-devel] [PATCH 5/5] PCI: do_pci_info(): PCI bridge devices support Luiz Capitulino
2010-01-18 17:16 ` [Qemu-devel] [PATCH v1 0/5]: Convert pci_info() to QObject Markus Armbruster
  -- strict thread matches above, loose matches on Subject: below --
2010-01-20 16:39 [Qemu-devel] [PATCH v2 " Luiz Capitulino
2010-01-20 16:39 ` [Qemu-devel] [PATCH 3/5] PCI: " Luiz Capitulino
2010-01-05 20:34 [Qemu-devel] [PATCH v0 0/5]: " Luiz Capitulino
2010-01-05 20:34 ` [Qemu-devel] [PATCH 3/5] PCI: " Luiz Capitulino

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.