[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Implementing power states in QEMU devices
From: |
Peter Maydell |
Subject: |
Re: Implementing power states in QEMU devices |
Date: |
Thu, 11 Feb 2021 10:02:15 +0000 |
On Thu, 11 Feb 2021 at 00:24, Weiss, Howard <Howard.Weiss2@hologic.com> wrote:
> How do I set the power state of my simulated device in QEMU?
In general QEMU doesn't emulate power states; you can usually
just assume your device is continuously in its "fully powered up"
state.
-- PMM