[PATCH 1/2] qemu_capabilities: Introduce QEMU_CAPS_ACCEL

2021-06-19 Thread huangy81
From: Hyman Huang(黄勇) Since the "-machine" option for accelerators is legacy, "-accel" option may be a better mechanism. following are details: https://lore.kernel.org/qemu-devel/3aa73987-40e8-3619-0723-9f17f7385...@redhat.com/ This patch introduce QEMU_CAPS_ACCEL capability to tell if we're

[PATCH 1/2] qemu_capabilities: Introduce QEMU_CAPS_ACCEL

2021-01-13 Thread huangy81
From: Hyman The "-machine" options for accelerators are legacy, the "-accel" options is a better mechanism. The following are the details: https://lore.kernel.org/qemu-devel/3aa73987-40e8-3619-0723-9f17f7385...@redhat.com/ This patch introduce QEMU_CAPS_ACCEL capability to tell if we're dealing