mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Virtual PC read-only disk image support (Alex Beregszaszi)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1417 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c2d551ff5a
commit
6a0f9e82c5
6 changed files with 249 additions and 3 deletions
1
block.c
1
block.c
|
@ -652,4 +652,5 @@ void bdrv_init(void)
|
|||
bdrv_register(&bdrv_cloop);
|
||||
bdrv_register(&bdrv_dmg);
|
||||
bdrv_register(&bdrv_bochs);
|
||||
bdrv_register(&bdrv_vpc);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue