Il 27/09/2012 04:15, Wenchao Xia ha scritto:
> 于 2012-9-19 17:57, Paolo Bonzini 写道:
>> Il 19/09/2012 08:35, Wenchao Xia ha scritto:
>
> +QEMU_OBJS=$(tools-obj-y) $(block-obj-y)
> +QEMU_OBJS_FILTERED=$(filter %.o,$(QEMU_OBJS))
What does this filter out?
>>>$(block-obj-
于 2012-9-19 17:57, Paolo Bonzini 写道:
Il 19/09/2012 08:35, Wenchao Xia ha scritto:
+QEMU_OBJS=$(tools-obj-y) $(block-obj-y)
+QEMU_OBJS_FILTERED=$(filter %.o,$(QEMU_OBJS))
What does this filter out?
$(block-obj-y) contains /block, which would cause trouble in building,
so filtered it out.
Il 19/09/2012 08:35, Wenchao Xia ha scritto:
>>>
>>> +QEMU_OBJS=$(tools-obj-y) $(block-obj-y)
>>> +QEMU_OBJS_FILTERED=$(filter %.o,$(QEMU_OBJS))
>>
>> What does this filter out?
>>
> $(block-obj-y) contains /block, which would cause trouble in building,
> so filtered it out.
I think that's becau
于 2012-9-18 18:05, Paolo Bonzini 写道:
Il 18/09/2012 11:01, Wenchao Xia ha scritto:
Libqblock was placed in new directory ./libqblock, libtool will build
dynamic library there, source files of block layer remains in ./block.
So block related source code will generate 3 sets of binary, first is
Il 18/09/2012 11:01, Wenchao Xia ha scritto:
> Libqblock was placed in new directory ./libqblock, libtool will build
> dynamic library there, source files of block layer remains in ./block.
> So block related source code will generate 3 sets of binary, first is old
> ones used in qemu, second and
Il 18/09/2012 11:01, Wenchao Xia ha scritto:
> Libqblock was placed in new directory ./libqblock, libtool will build
> dynamic library there, source files of block layer remains in ./block.
> So block related source code will generate 3 sets of binary, first is old
> ones used in qemu, second and