* KVM call minutes for 2013-07-23
@ 2013-07-23 16:29 Juan Quintela
0 siblings, 0 replies; only message in thread
From: Juan Quintela @ 2013-07-23 16:29 UTC (permalink / raw)
To: KVM devel mailing list, qemu-devel qemu-devel
- Or how to confuse dates: I am very good at it (quintela)
Sorry again.
- Organizational trivia: We are changing the call number details
If you don't receive an invite in the following days, let me now.
- s390: has different reset interfaces
(only cpus, also memory, some devices)
They need to reset some specific subsystems and not others (or the
other way around, reset everything except ...)
In x86: soft reset: reset only the cpu, not the devices (keyboard
controller reset). Reset at top level resets everything. And you
can reset things a subsystem (for instance pci) with qdev. So the
infrastructure should be there.
In some platforms they need to regenerate the device tree after
reset, so there is a reset_hook() for stuff like that.
How to reset all devices except CPU?
What event should we generate for each reset type?
We can use qdev_reset() to behave as we want. What to do with non qdev devices?
Write to one register in the ppc machine.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-07-23 16:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-23 16:29 KVM call minutes for 2013-07-23 Juan Quintela
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox