Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building for CXL doesn't respect users qemu environment variable #20

Closed
marcj303 opened this issue Jun 15, 2022 · 2 comments
Closed

Building for CXL doesn't respect users qemu environment variable #20

marcj303 opened this issue Jun 15, 2022 · 2 comments

Comments

@marcj303
Copy link

sudo qemu=/path-to/qemu/build/qemu-system-x86_64 run_qemu.sh --git-qemu --cxl-debug

if [[ $_arg_cxl_legacy == "on" ]] || [[ $_arg_cxl == "on" ]]; then
		_arg_git_qemu="on"
	fi
	if [[ $_arg_git_qemu == "on" ]]; then
		qemu=~/git/qemu/x86_64-softmmu/qemu-system-x86_64
		qemu_img=~/git/qemu/qemu-img
		qmp=~/git/qemu/scripts/qmp/qmp-shell
		# upstream changed where binaries go recently
		if [ ! -f "$qemu_img" ]; then
			qemu=~/git/qemu/build/qemu-system-x86_64
			qemu_img=~/git/qemu/build/qemu-img
		fi
@stellarhopper
Copy link
Member

@marcj303 Thanks for the report - yes this needs a clean up. There is some discussion about this in #17 - just need to go make it happen :)

@marcj303
Copy link
Author

Sorry, I didn't see that. This can be closed as a duplicate.

@marcj303 marcj303 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants