qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/4] machine development tool
@ 2024-03-04 13:51 Maksim Davydov
  2024-03-04 13:51 ` [PULL 1/4] qom: add default value Maksim Davydov
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Maksim Davydov @ 2024-03-04 13:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: davydov-max, vsementsov, peter.maydell, jsnow, philmd, armbru

The following changes since commit e1007b6bab5cf97705bf4f2aaec1f607787355b8:

  Merge tag 'pull-request-2024-03-01' of https://gitlab.com/thuth/qemu into staging (2024-03-01 10:14:32 +0000)

are available in the Git repository at:

  https://gitlab.com/davydov-max/qemu.git tags/pull-compare-mt-2024-03-04

for you to fetch changes up to 7693a2e8518811a907d73a85807ee71dac8fabcb:

  scripts: add script to compare compatibility properties (2024-03-04 14:10:53 +0300)

----------------------------------------------------------------
Please note. This is the first pull request from me.
My public GPG key is available here
https://keys.openpgp.org/vks/v1/by-fingerprint/CDB5BEEF8837142579F5CDFE8E927E10F72F78D4

----------------------------------------------------------------
scripts: add a new script for machine development

----------------------------------------------------------------

Maksim Davydov (4):
  qom: add default value
  qmp: add dump machine type compatibility properties
  python/qemu/machine: add method to retrieve QEMUMachine::binary field
  scripts: add script to compare compatibility properties

 MAINTAINERS                      |   5 +
 hw/core/machine-qmp-cmds.c       |  23 +-
 python/qemu/machine/machine.py   |   5 +
 qapi/machine.json                |  69 ++++-
 qom/qom-qmp-cmds.c               |   1 +
 scripts/compare-machine-types.py | 486 +++++++++++++++++++++++++++++++
 tests/qtest/fuzz/qos_fuzz.c      |   2 +-
 7 files changed, 586 insertions(+), 5 deletions(-)
 create mode 100755 scripts/compare-machine-types.py

-- 
2.34.1



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

end of thread, other threads:[~2024-03-18 23:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-04 13:51 [PULL 0/4] machine development tool Maksim Davydov
2024-03-04 13:51 ` [PULL 1/4] qom: add default value Maksim Davydov
2024-03-04 13:51 ` [PULL 2/4] qmp: add dump machine type compatibility properties Maksim Davydov
2024-03-04 13:51 ` [PULL 3/4] python/qemu/machine: add method to retrieve QEMUMachine::binary field Maksim Davydov
2024-03-04 13:51 ` [PULL 4/4] scripts: add script to compare compatibility properties Maksim Davydov
2024-03-05 13:49 ` [PULL 0/4] machine development tool Peter Maydell
2024-03-05 14:43   ` Markus Armbruster
2024-03-06  1:57     ` Peter Xu
2024-03-07  9:06       ` Maksim Davydov
2024-03-08  3:47         ` Peter Xu
2024-03-18 17:08           ` Vladimir Sementsov-Ogievskiy
2024-03-18 23:27             ` Peter Xu
2024-03-18 21:00           ` Maksim Davydov

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