From: Bernhard Beschow <shentey@gmail.com>
To: qemu-devel@nongnu.org
Cc: Jason Wang <jasowang@redhat.com>,
qemu-arm@nongnu.org, Peter Maydell <peter.maydell@linaro.org>,
Guenter Roeck <linux@roeck-us.net>,
Paolo Bonzini <pbonzini@redhat.com>,
Bernhard Beschow <shentey@gmail.com>
Subject: [PATCH v2 1/5] hw/resettable: Add SOFT reset type
Date: Wed, 16 Oct 2024 23:24:03 +0200 [thread overview]
Message-ID: <20241016212407.139390-2-shentey@gmail.com> (raw)
In-Reply-To: <20241016212407.139390-1-shentey@gmail.com>
This is a preparation for the next patch.
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
---
include/hw/resettable.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/hw/resettable.h b/include/hw/resettable.h
index fd862f1e9f..0f25beaf21 100644
--- a/include/hw/resettable.h
+++ b/include/hw/resettable.h
@@ -40,6 +40,7 @@ typedef enum ResetType {
RESET_TYPE_WAKEUP,
RESET_TYPE_S390_CPU_INITIAL,
RESET_TYPE_S390_CPU_NORMAL,
+ RESET_TYPE_SOFT,
} ResetType;
/*
--
2.47.0
next prev parent reply other threads:[~2024-10-16 21:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-16 21:24 [PATCH v2 0/5] Consolidate lan9118 phy implementations Bernhard Beschow
2024-10-16 21:24 ` Bernhard Beschow [this message]
2024-10-17 9:31 ` [PATCH v2 1/5] hw/resettable: Add SOFT reset type Peter Maydell
2024-10-16 21:24 ` [PATCH v2 2/5] hw/net/lan9118: Extract lan9118_phy Bernhard Beschow
2024-10-16 21:24 ` [PATCH v2 3/5] hw/net/lan9118_phy: Reuse in imx_fec and consolidate implementations Bernhard Beschow
2024-10-16 21:24 ` [PATCH v2 4/5] hw/net/lan9118_phy: Reuse MII constants Bernhard Beschow
2024-10-16 21:24 ` [PATCH v2 5/5] hw/net/lan9118_phy: Add missing 100 mbps full duplex advertisement Bernhard Beschow
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241016212407.139390-2-shentey@gmail.com \
--to=shentey@gmail.com \
--cc=jasowang@redhat.com \
--cc=linux@roeck-us.net \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).