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

Tests/chihiro stuffs #1806

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Conversation

GXTX
Copy link
Contributor

@GXTX GXTX commented Dec 11, 2024

Just doing some quick bring-ups of old stuff.

Maybe an interested party can continue and actually hookup the block driver to a device. :)

The DriveInfo struct changed at some point and doesn't allow specifying it's BlockDriver

BlockDriver's themselves also changed and no longer accept member functions

    .bdrv_read = memory_read,
    .bdrv_write = memory_write,

Rather, are expecting some AIO, or CO? functions, bdrv_co_preadv, bdrv_aoi_preadv.
I didn't dig into what the difference between the 2 are and just hooked up the memory_read/write functions do the CO type.

@GXTX
Copy link
Contributor Author

GXTX commented Dec 20, 2024

-device lpcsega
-drive index=1,media=disk,format=memory

@GXTX GXTX force-pushed the tests/chihiro_stuffs branch 2 times, most recently from 39b0ce9 to cb0145d Compare March 9, 2025 00:11
@GXTX GXTX force-pushed the tests/chihiro_stuffs branch from 986d4a9 to 47510f0 Compare March 28, 2025 00:26
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.

1 participant