qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Morph cpu_reset -> device_reset
@ 2013-07-15  4:02 Peter Crosthwaite
  2013-07-15  9:55 ` Andreas Färber
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Crosthwaite @ 2013-07-15  4:02 UTC (permalink / raw)
  To: qemu-devel@nongnu.org Developers, Andreas Färber; +Cc: Anthony Liguori

Hi Andreas, Anthony,

A while ago, TYPE_CPU was refactored to by a child of TYPE_DEVICE. As
something of a hangover though, CPU has a separate reset fn to device.
This means

device_reset(DEVICE(my_cpu));

doesn't actually work as a reset. Should we fix this by getting rif of
cpu_reset and just using the device reset API for cpu reset?

Regards,
Peter

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

end of thread, other threads:[~2013-07-15 12:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-15  4:02 [Qemu-devel] Morph cpu_reset -> device_reset Peter Crosthwaite
2013-07-15  9:55 ` Andreas Färber
2013-07-15 10:45   ` Peter Crosthwaite
2013-07-15 12:22     ` Andreas Färber

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