search for: hal_support

Displaying 4 results from an estimated 4 matches for "hal_support".

Did you mean: ae_support
2009 Jul 10
2
[PATCH: node 0/3] replace ovirt-identify-node with matahari
.../NEWS | 2 - ovirt-identify-node/README | 2 - ovirt-identify-node/comm.c | 85 ------- ovirt-identify-node/debug.c | 50 ---- ovirt-identify-node/gather.c | 319 -------------------------- ovirt-identify-node/hal_support.c | 61 ----- ovirt-identify-node/main.c | 248 -------------------- ovirt-identify-node/ovirt-identify-node.h | 139 ------------ ovirt-identify-node/protocol.c | 293 ------------------------ ovirt-listen-awake/.gitignore | 3 - ovirt-lis...
2009 Jul 08
1
[PATCH: ovirt-identify-node replacement 0/4] ovirt node patch to replace ovirt-identify-node with matahari qmf agent
.../NEWS | 2 - ovirt-identify-node/README | 2 - ovirt-identify-node/comm.c | 85 ------- ovirt-identify-node/debug.c | 50 ---- ovirt-identify-node/gather.c | 319 -------------------------- ovirt-identify-node/hal_support.c | 61 ----- ovirt-identify-node/main.c | 248 -------------------- ovirt-identify-node/ovirt-identify-node.h | 139 ------------ ovirt-identify-node/protocol.c | 293 ------------------------ ovirt-listen-awake/.gitignore | 3 - ovirt-lis...
2010 Mar 15
0
[PATCH] Updated the list of ignored files and fixed whitespace issues.
...numcores__; @@ -82,7 +82,7 @@ class CPUWrapper : public Manageable vendor = vendor__; flags = flags__; } - + public: // Factory like method diff --git a/src/hal.cpp b/src/hal.cpp index 71fcab8..66c1464 100644 --- a/src/hal.cpp +++ b/src/hal.cpp @@ -1,8 +1,5 @@ -/* hal_support.c -- Interfaces with the HAL libraries. - * - * Copyright (C) 2008 Red Hat, Inc. +/* hal_support.c - Copyright (C) 2008 Red Hat, Inc. * Written by Darryl L. Pierce <dpierce at redhat.com> - * Modified by Arjun Roy <arroy at redhat.com> * * This program is free software; you can re...
2010 Apr 26
2
Patch supercedes previous patch...
In looking at the code I realized that the last of the HAL depenencies were removed with this patch. So, I'm pushing an updated patch that contains none of the HAL code in it.