Re: [Xen-devel] [PATCH v3 10/32] libxc: remove dead HVM building code

2015-07-23 Thread Roger Pau Monné
El 06/07/15 a les 15.46, Andrew Cooper ha escrit: > On 03/07/15 12:34, Roger Pau Monne wrote: >> Remove xc_hvm_build_x86.c and xc_hvm_build_arm.c since xc_hvm_build is not >> longer used in order to create HVM guests. >> >> Signed-off-by: Roger Pau Monné >> Cc: Ian Jackson >> Cc: Stefano Stabelli

Re: [Xen-devel] [PATCH v3 10/32] libxc: remove dead HVM building code

2015-07-06 Thread Andrew Cooper
On 03/07/15 12:34, Roger Pau Monne wrote: > Remove xc_hvm_build_x86.c and xc_hvm_build_arm.c since xc_hvm_build is not > longer used in order to create HVM guests. > > Signed-off-by: Roger Pau Monné > Cc: Ian Jackson > Cc: Stefano Stabellini > Cc: Ian Campbell > Cc: Wei Liu In principle, very