Skip to content

Commit

Permalink
Merge pull request #3577 from luckyh/qemu-machine-dev
Browse files Browse the repository at this point in the history
Enhance the creation of qemu machine dev
  • Loading branch information
YongxueHong authored Jun 21, 2023
2 parents be85921 + fda61d6 commit 4c2834e
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 171 deletions.
1 change: 1 addition & 0 deletions virttest/qemu_capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class Flags(object):
SMP_DIES = _auto_value()
SMP_CLUSTERS = _auto_value()
INCOMING_DEFER = _auto_value()
MACHINE_MEMORY_BACKEND = _auto_value()
MIGRATION_PARAMS = _auto_value()
SEV_GUEST = _auto_value()
TDX_GUEST = _auto_value()
Expand Down
Loading

0 comments on commit 4c2834e

Please sign in to comment.