Peter Maydell
579510e196
Monitor patches for 2023-02-03
-----BEGIN PGP SIGNATURE-----
iQJGBAABCAAwFiEENUvIs9frKmtoZ05fOHC0AOuRhlMFAmPeAkgSHGFybWJydUBy
ZWRoYXQuY29tAAoJEDhwtADrkYZTUagP/iZ24jXaWoFOKaO70wdQ/tdoQObWZnUV
8xJNJYmYYbWoiq9wQXHebi/yEgBudso1lLzAnp8lsF12ybnNV1zsjyV/yumEKSNW
3nL1NZIcuY9IDmCe97clY9nm9H2lUhjjyCG3gnjg+uC3JjlSjO/T8lbkdT+fYnkR
AInVTCPYFjSO9MIOhN0WNIY73HlAjr4zx5TEgS/D4pFj6iGq2qEniSDGMRf+/fVr
uSbIXbQlum+VAdxbGMSVf8yQPlNcFUXUpSJrbgJE272H6saQuvn5mkwD0RcYXyaI
OlfXpATDRNTsP3yYImxgr7y29Exo1HnCuC6T1n/+fwkirtMR3a7X6XjaQwFsWcrx
xxGiHQOve3r/I3DAO6A64T2ceD/XuI43LygqkkljfuoXifnJz7Lo39P9HrY0dhpC
KSld2n/Vv4xYyykvqAzpvzijwq679ILIbTplhm9gOrfrDRZjWad3uLAcYxsTXXR8
BQbHGovcAzTOEx/0Quo3NThpAeNYPGyrPz3xBIV+XtPJGWvFsrA/s/po4qWDTmF6
UTzPoEmznsD+DRboNOKfinCsOnpTAru4gbXevi7sfmMHQbLYN5xgsrF7WdlaxWa6
4QbJyNUq0O+aL0gyfVLuiZBCQ32Jaz1WvowK856Yl4jwczP5HM0ujyyM75+Kx072
PdnMgxYYLSij
=d+wL
-----END PGP SIGNATURE-----
Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into staging
Monitor patches for 2023-02-03
# -----BEGIN PGP SIGNATURE-----
#
# iQJGBAABCAAwFiEENUvIs9frKmtoZ05fOHC0AOuRhlMFAmPeAkgSHGFybWJydUBy
# ZWRoYXQuY29tAAoJEDhwtADrkYZTUagP/iZ24jXaWoFOKaO70wdQ/tdoQObWZnUV
# 8xJNJYmYYbWoiq9wQXHebi/yEgBudso1lLzAnp8lsF12ybnNV1zsjyV/yumEKSNW
# 3nL1NZIcuY9IDmCe97clY9nm9H2lUhjjyCG3gnjg+uC3JjlSjO/T8lbkdT+fYnkR
# AInVTCPYFjSO9MIOhN0WNIY73HlAjr4zx5TEgS/D4pFj6iGq2qEniSDGMRf+/fVr
# uSbIXbQlum+VAdxbGMSVf8yQPlNcFUXUpSJrbgJE272H6saQuvn5mkwD0RcYXyaI
# OlfXpATDRNTsP3yYImxgr7y29Exo1HnCuC6T1n/+fwkirtMR3a7X6XjaQwFsWcrx
# xxGiHQOve3r/I3DAO6A64T2ceD/XuI43LygqkkljfuoXifnJz7Lo39P9HrY0dhpC
# KSld2n/Vv4xYyykvqAzpvzijwq679ILIbTplhm9gOrfrDRZjWad3uLAcYxsTXXR8
# BQbHGovcAzTOEx/0Quo3NThpAeNYPGyrPz3xBIV+XtPJGWvFsrA/s/po4qWDTmF6
# UTzPoEmznsD+DRboNOKfinCsOnpTAru4gbXevi7sfmMHQbLYN5xgsrF7WdlaxWa6
# 4QbJyNUq0O+aL0gyfVLuiZBCQ32Jaz1WvowK856Yl4jwczP5HM0ujyyM75+Kx072
# PdnMgxYYLSij
# =d+wL
# -----END PGP SIGNATURE-----
# gpg: Signature made Sat 04 Feb 2023 06:59:20 GMT
# gpg: using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653
# gpg: issuer "armbru@redhat.com"
# gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full]
# gpg: aka "Markus Armbruster <armbru@pond.sub.org>" [full]
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867 4E5F 3870 B400 EB91 8653
* tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru: (35 commits)
monitor: Rename misc.c to hmp-target.c
monitor: Loosen coupling between misc.c and monitor.c slightly
monitor: Move remaining QMP stuff from misc.c to qmp-cmds.c
monitor: Move remaining HMP commands from misc.c to hmp-cmds.c
monitor: Move target-dependent HMP commands to hmp-cmds-target.c
monitor: Move monitor_putc() next to monitor_puts & external linkage
monitor: Split file descriptor passing stuff off misc.c
qdev: Move HMP command completion from monitor to softmmu/
acpi: Move the QMP command from monitor/ to hw/acpi/
stats: Move HMP commands from monitor/ to stats/
stats: Move QMP commands from monitor/ to stats/
runstate: Move HMP commands from monitor/ to softmmu/
tpm: Move HMP commands from monitor/ to softmmu/
virtio: Move HMP commands from monitor/ to hw/virtio/
migration: Move the QMP command from monitor/ to migration/
migration: Move HMP commands from monitor/ to migration/
net: Move hmp_info_network() to net-hmp-cmds.c
net: Move HMP commands from monitor to net/
hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma()
rocker: Move HMP commands from monitor to hw/net/rocker/
...
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2023-02-04 10:19:55 +00:00
..
2023-01-20 07:24:28 +01:00
2023-02-04 10:19:55 +00:00
2023-01-20 07:24:28 +01:00
2023-01-20 07:24:28 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-01-20 07:24:28 +01:00
2023-01-20 07:24:28 +01:00
2023-01-20 07:24:28 +01:00
2023-02-01 16:52:32 +01:00
2023-01-20 07:24:28 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-01-20 07:24:28 +01:00
2023-01-20 07:24:28 +01:00
2023-02-01 16:52:33 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-01-20 07:24:28 +01:00
2023-02-01 16:52:32 +01:00
2023-01-20 07:24:28 +01:00
2023-02-01 16:52:33 +01:00
2023-01-24 18:26:41 +01:00
2023-01-20 07:24:28 +01:00
2023-01-20 07:24:28 +01:00
2023-02-01 16:52:32 +01:00
2023-01-20 07:24:28 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-01-20 07:24:28 +01:00
2023-01-20 07:24:28 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:32 +01:00
2023-01-20 07:24:28 +01:00
2023-02-01 16:52:32 +01:00
2023-02-01 16:52:33 +01:00
2023-02-01 16:52:32 +01:00
2023-01-20 07:24:28 +01:00
2023-01-20 07:24:28 +01:00
2023-01-20 07:24:28 +01:00