All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] make apic hot-plugable
@ 2012-07-10  6:16 Liu Ping Fan
  2012-07-10  6:16 ` [Qemu-devel] [PATCH 1/5] qdev: introduce qdev_create_kid(Object *parent, const char *type) Liu Ping Fan
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Liu Ping Fan @ 2012-07-10  6:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: Blue Swirl, Jan Kiszka, Andreas Färber, Anthony Liguori

The previous effort to make apic hot-plugable is thread:
  [PATCH V3] Introduce a new bus "ICC" to connect APIC
refer to :
  http://lists.gnu.org/archive/html/qemu-devel/2011-11/msg00413.html

But now, we are with qom. So remodeling the apic as a kid of CPUState (neglect the dependent apic, which is not usual any longer).

Any comments or suggesion?

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

end of thread, other threads:[~2012-07-11 12:37 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-10  6:16 [Qemu-devel] make apic hot-plugable Liu Ping Fan
2012-07-10  6:16 ` [Qemu-devel] [PATCH 1/5] qdev: introduce qdev_create_kid(Object *parent, const char *type) Liu Ping Fan
2012-07-10  8:12   ` Andreas Färber
2012-07-10  8:45   ` Paolo Bonzini
2012-07-11  1:17     ` liu ping fan
2012-07-11  7:01       ` Paolo Bonzini
2012-07-10  6:16 ` [Qemu-devel] [PATCH 2/5] qom: introduce object_is_type_str(), so we can judge its type Liu Ping Fan
2012-07-10  8:39   ` Paolo Bonzini
2012-07-11  1:17     ` liu ping fan
2012-07-10  6:16 ` [Qemu-devel] [PATCH 3/5] qdev: export the bus reset interface Liu Ping Fan
2012-07-10  8:40   ` Paolo Bonzini
2012-07-10  6:16 ` [Qemu-devel] [PATCH 4/5] qom-cpu: during cpu reset, it will reset its child Liu Ping Fan
2012-07-10  8:41   ` Paolo Bonzini
2012-07-10 10:12     ` Andreas Färber
2012-07-11  1:17       ` liu ping fan
2012-07-11 12:37         ` Igor Mammedov
2012-07-11  1:17     ` liu ping fan
2012-07-11  7:02       ` Paolo Bonzini
2012-07-10  6:16 ` [Qemu-devel] [PATCH 5/5] apic: create apic as a child of cpu, not system_bus any longer Liu Ping Fan
2012-07-10  8:45   ` Paolo Bonzini
2012-07-10 10:41     ` Andreas Färber
2012-07-11  8:41       ` Igor Mammedov

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.