Re: [Qemu-devel] [RFC PATCH v3] Support vhd type VHD_DIFFERENCING

2014-09-16 Thread Gordon Gong
Hi everybody, This patch need guys to review it. VHD file disk is important for Xen, so there is lots of VHD in the operating environment, but convert all of them is a hard work. How, qemu's VHD just support FIX and DYNAMIC format, DIFFERENCING is missing, so I think it is a feature need to do.

[Qemu-devel] [PATCH] Fix improper usage of cpu_to_be32 in vpc

2014-09-04 Thread Gordon Gong
>From fd3f0fd9c53d7782d4d835597c8a07b897bec3d0 Mon Sep 17 00:00:00 2001 From: Xiaodong Gong Date: Sat, 30 Aug 2014 03:17:03 +0800 Subject: Fix improper usage of cpu_to_be32 in vpc cpu_to_be32() is wrong since vhd_type is an enum constant (just a regular CPU-endian integer). Signed-off-by