On Thu, 11 Apr 2013, Sander Eikelenboom wrote:
> > No. It depends a bit what you mean by "verbose debugging",
> > incidentally. QEMU has several commonly used logging options:
>
> Well since Xen has the option to be build with "make debug=y" which also
> disables optimizations, enables extra asse
Thursday, April 11, 2013, 9:50:09 PM, you wrote:
> On 11 April 2013 20:32, Sander Eikelenboom wrote:
>> Hi Paolo / Anthony,
>> 2) Qemu seems to have the possibility to make a debug enabled build by
>> specifing --enable-debug option to ./configure,
>>that sets CONFIG_DEBUG_EXEC=y, but a gre
On 11 April 2013 20:32, Sander Eikelenboom wrote:
> Hi Paolo / Anthony,
> 2) Qemu seems to have the possibility to make a debug enabled build by
> specifing --enable-debug option to ./configure,
>that sets CONFIG_DEBUG_EXEC=y, but a grep on CONFIG_DEBUG_EXEC seems to
> indicate it's not in w
Hi Paolo / Anthony,
I have 2 questions:
1) Since Paolo has cleaned up the qemu tree by splitting out the /hw dir.
I was considering to make the Xen file naming a bit more consistent.
At the moment it's a mismatch with the xen prefix and the rest of the
filename, separated by a hyphen, unde