]> Git Repo - qemu.git/commit
hw/cxl: Make the CXL fixed memory window setup a machine parameter.
authorJonathan Cameron <[email protected]>
Wed, 8 Jun 2022 14:54:33 +0000 (15:54 +0100)
committerMichael S. Tsirkin <[email protected]>
Thu, 9 Jun 2022 23:32:49 +0000 (19:32 -0400)
commit03b39fcf64bc958e3223e1d696f9de06de904fc6
tree74f1aac12330f45dbdc3ca7d6cc3e59a5611f69a
parent92344e76b867883a023b2b51123a1ca58c5bb714
hw/cxl: Make the CXL fixed memory window setup a machine parameter.

Paolo Bonzini requested this change to simplify the ongoing
effort to allow machine setup entirely via RPC.

Includes shortening the command line form cxl-fixed-memory-window
to cxl-fmw as the command lines are extremely long even with this
change.

The json change is needed to ensure that there is
a CXLFixedMemoryWindowOptionsList even though the actual
element in the json is never used. Similar to existing
SgxEpcProperties.

Update qemu-options.hx to reflect that this is now a -machine
parameter.  The bulk of -M / -machine parameters are documented
under machine, so use that in preference to M.

Update cxl-test and bios-tables-test to reflect new parameters.

Signed-off-by: Jonathan Cameron <[email protected]>
Reviewed-by: Ben Widawsky <[email protected]>
Reviewed-by: Davidlohr Bueso <[email protected]>
Message-Id: <20220608145440[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
14 files changed:
docs/system/devices/cxl.rst
hw/core/machine.c
hw/cxl/cxl-host-stubs.c
hw/cxl/cxl-host.c
hw/i386/pc.c
hw/pci-bridge/pci_expander_bridge.c
include/hw/boards.h
include/hw/cxl/cxl.h
include/hw/cxl/cxl_host.h [new file with mode: 0644]
qapi/machine.json
qemu-options.hx
softmmu/vl.c
tests/qtest/bios-tables-test.c
tests/qtest/cxl-test.c
This page took 0.032766 seconds and 4 git commands to generate.