mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Fix trivial "endianness bugs"
Replace endianess -> endianness. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
2055283bcc
commit
4ff9786c67
5 changed files with 15 additions and 15 deletions
|
@ -113,7 +113,7 @@ void uuid_unparse(const uuid_t uu, char *out);
|
|||
*/
|
||||
#define VDI_TEXT "<<< QEMU VM Virtual Disk Image >>>\n"
|
||||
|
||||
/* Unallocated blocks use this index (no need to convert endianess). */
|
||||
/* Unallocated blocks use this index (no need to convert endianness). */
|
||||
#define VDI_UNALLOCATED UINT32_MAX
|
||||
|
||||
#if !defined(CONFIG_UUID)
|
||||
|
@ -194,7 +194,7 @@ typedef struct {
|
|||
uint32_t block_sectors;
|
||||
/* First sector of block map. */
|
||||
uint32_t bmap_sector;
|
||||
/* VDI header (converted to host endianess). */
|
||||
/* VDI header (converted to host endianness). */
|
||||
VdiHeader header;
|
||||
} BDRVVdiState;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue