search for: main_top

Displaying 3 results from an estimated 3 matches for "main_top".

Did you mean: main_loop
2012 Apr 24
8
[PATCH v2] libxl: prevent xl from running if xend is running.
...}, { "dmesg", - &main_dmesg, 0, + &main_dmesg, 0, 0, "Read and/or clear dmesg buffer", "[-c]", " -c Clear dmesg buffer as well as printing it", }, { "top", - &main_top, 0, + &main_top, 0, 0, "Monitor a host and the domains in real time", "", }, { "network-attach", - &main_networkattach, 0, + &main_networkattach, 0, 1, "Create a new virtual network device", &qu...
2010 May 15
1
Unable to build tools/libxl for weeks
...MMD -MF .xl_cmdimpl.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Werror -I. -fPIC -I../../tools/libxc -I../../tools/include -I../../tools/libxc -I../../tools/include -I../../tools/xenstore -I../../tools/include -c xl_cmdimpl.c cc1: warnings being treated as errors xl_cmdimpl.c: In Funktion »main_top«: xl_cmdimpl.c:3185: Fehler: Der Rückgabewert von »system«, der mit dem Attribut warn_unused_result deklariert wurde, wird ignoriert xl_cmdimpl.c: In Funktion »uptime_to_string«: xl_cmdimpl.c:3529: Fehler: Der Rückgabewert von »asprintf«, der mit dem Attribut warn_unused_result deklariert wurde,...
2011 Jun 02
48
[PATCH 0/9] libxl: disk configuration handling
This is v3 of my disk series. What were previously patches 01-06 have been applied. These are the tested and updated remainder, addressing the previous comments. 1 Preparatory work. 2-4 The new parser and its documentation. 5-6 Replace old parsers with calls to the new one. 7-8 Two features, one of them essential. 9 Basic test suite for disk string parsing, as adhoc script.