qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/4] QOM'ify apic and ioapic
@ 2013-11-05 10:16 xiaoqiang zhao
  2013-11-05 10:16 ` [Qemu-devel] [PATCH v3 1/4] apic: Cleanup for QOM'ify xiaoqiang zhao
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: xiaoqiang zhao @ 2013-11-05 10:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: xiaoqiang zhao, pbonzini, afaerber, aliguori

This series of patch QOM'ify apic and ioapic.
Just replace old 'init' with QOM's 'realize', the call
logic is untouched.

the first patch of each is a cleanup. the second patch
complete the convertion. 
All patch have been compiled and tested successfully.

Changes since v2:
- fix code style check errors

Changes since v1:
- separate cleanup patch from the rest
- add & change some code comment
- QOM'ify icc_bus for consistency

xiaoqiang zhao (4):
  apic: Cleanup for QOM'ify
  apic: QOM'ify apic & icc_bus
  ioapic: Cleanup for QOM'ify
  ioapic: QOM'ify ioapic

 hw/cpu/icc_bus.c                  |   14 +++----
 hw/i386/kvm/apic.c                |   18 +++++----
 hw/i386/kvm/ioapic.c              |   15 +++++---
 hw/intc/apic.c                    |   52 ++++++++++++++------------
 hw/intc/apic_common.c             |   73 +++++++++++++++++++------------------
 hw/intc/ioapic.c                  |   21 ++++++++---
 hw/intc/ioapic_common.c           |   17 ++++++---
 include/hw/cpu/icc_bus.h          |    3 +-
 include/hw/i386/apic_internal.h   |    3 +-
 include/hw/i386/ioapic_internal.h |    3 +-
 10 files changed, 125 insertions(+), 94 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-12-20 23:01 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-05 10:16 [Qemu-devel] [PATCH v3 0/4] QOM'ify apic and ioapic xiaoqiang zhao
2013-11-05 10:16 ` [Qemu-devel] [PATCH v3 1/4] apic: Cleanup for QOM'ify xiaoqiang zhao
2013-11-05 10:16 ` [Qemu-devel] [PATCH v3 2/4] apic: QOM'ify apic & icc_bus xiaoqiang zhao
2013-11-05 10:16 ` [Qemu-devel] [PATCH v3 3/4] ioapic: Cleanup for QOM'ify xiaoqiang zhao
2013-11-05 10:16 ` [Qemu-devel] [PATCH v3 4/4] ioapic: QOM'ify ioapic xiaoqiang zhao
2013-12-18 18:03   ` Andreas Färber
2013-12-19  2:28     ` Chen Fan
2013-12-19  2:42       ` 赵小强
2013-12-19  5:37     ` 赵小强
2013-12-19 14:20     ` Paolo Bonzini
2013-12-20 11:18       ` Andreas Färber
2013-12-20 23:02         ` <zxq_yx_007@163.com>
2013-12-18 17:57 ` [Qemu-devel] [PATCH v3 0/4] QOM'ify apic and ioapic Andreas Färber
2013-12-18 18:08   ` Andreas Färber
2013-12-18 19:20     ` Stefano Stabellini
2013-12-18 19:24       ` Andreas Färber
2013-12-18 19:29         ` Stefano Stabellini

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