Skip to content

Improve dvd_drive path checking #1964

Open
@mborgerson

Description

@mborgerson

Feature Request

vl.c enforces that the dvd_path exists locally

xemu/system/vl.c

Line 2975 in 1d662cb

if (strlen(dvd_path) > 0) {

But now that we are shipping releases with libcurl, dvd_path can now also be a URL. Unfortunately, any connection/server/path issues will terminate xemu immediately. So we need to pass the path to the driver and let it fail gracefully with an error message.

Alternatives

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions