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

Fix compile error when built without --enable-igvm #9

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

vijaydhanraj
Copy link

Fix compile error due to no return statement in function returning non-void.

Steps to repro:

$ git clone https://github.com/coconut-svsm/qemu
$ cd qemu
$ git checkout svsm-igvm

$ mkdir build && cd build
$ ../configure --enable-kvm --target-list=x86_64-softmmu --enable-debug
$ make

Fix compile error due to no return statement in function
returning non-void.

Signed-off-by: Vijay Dhanraj <[email protected]>
@joergroedel joergroedel merged commit 026267e into coconut-svsm:svsm-igvm Apr 12, 2024
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

Successfully merging this pull request may close these issues.

2 participants