<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/hyperv.h, branch v3.2.78</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.2.78</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.2.78'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2011-10-11T15:51:22Z</updated>
<entry>
<title>hv: remove struct hv_device_info from hyperv.h</title>
<updated>2011-10-11T15:51:22Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2011-10-11T15:43:14Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=15b80d641793968605254c2bbb2aa9a10accb415'/>
<id>urn:sha1:15b80d641793968605254c2bbb2aa9a10accb415</id>
<content type='text'>
This is only used/needed by the vmbus core code, so move it out of the
hyperv.h file and into the .c file that uses it.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>hv: remove free_channel() from hyperv.h</title>
<updated>2011-10-11T15:51:22Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2011-10-11T15:40:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=9f3e28e375a8d509a27efe89f3c8ea2a15aeb524'/>
<id>urn:sha1:9f3e28e375a8d509a27efe89f3c8ea2a15aeb524</id>
<content type='text'>
This function is only used in the file it is declared in
(channel_mgmt.c) so make it static and remove it from the hyperv.h file.

Cc: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>hv: hyperv.h: remove unneeded forward declarations of structures</title>
<updated>2011-10-11T15:51:22Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2011-10-11T15:37:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=2726f95e0b6c850b6162f287f2f83d9db37decd7'/>
<id>urn:sha1:2726f95e0b6c850b6162f287f2f83d9db37decd7</id>
<content type='text'>
This file was created by mushing different .h files together and it
shows.  This change removes some unneeded forward declarations.

Cc: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>hv: hyperv.h: remove unused module macros</title>
<updated>2011-10-11T15:51:22Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2011-10-11T15:33:29Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7a4ba88cc11eb4ba72778f491d8241385cb0475d'/>
<id>urn:sha1:7a4ba88cc11eb4ba72778f491d8241385cb0475d</id>
<content type='text'>
I have no idea what these were ever for, but they aren't used, so delete
them.

Cc: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>hv: remove unused LOWORD and HIWORD macros from hyperv.h</title>
<updated>2011-10-11T15:51:22Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2011-10-11T15:30:22Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=5557e8a60570d0c2f3a06d6e9e6a0f5074c313f2'/>
<id>urn:sha1:5557e8a60570d0c2f3a06d6e9e6a0f5074c313f2</id>
<content type='text'>
They aren't used anywhere anymore now that the debugging macros are
gone, so remove it from hyperv.h as well.

Cc: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: hv: remove vmbus_loglevel as it is not used at all anymore</title>
<updated>2011-10-11T15:51:21Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2011-10-11T15:27:48Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=815166b95df1acb4890e9dbdb26660e9c00a7505'/>
<id>urn:sha1:815166b95df1acb4890e9dbdb26660e9c00a7505</id>
<content type='text'>
As there is no user of this variable, it's time to delete it.  For
dynamic debugging of the hyperv code, use the standard dynamic debug
kernel interface.

Cc: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: hv: remove last user of DPRINT() macro</title>
<updated>2011-10-11T15:51:21Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2011-10-11T15:25:14Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=1a2643012fa2262e823b7f11d9732b7fea4c25ce'/>
<id>urn:sha1:1a2643012fa2262e823b7f11d9732b7fea4c25ce</id>
<content type='text'>
This also removed the unused function hv_dump_ring_info().

Cc: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: hv: storvsc: remove last usage of DPRINT_WARN</title>
<updated>2011-10-11T15:51:21Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2011-10-11T15:20:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=d181daa06dd72fa88652b1d8bf723570a9fc55ea'/>
<id>urn:sha1:d181daa06dd72fa88652b1d8bf723570a9fc55ea</id>
<content type='text'>
Used the correct dev_warn() call instead.

Cc: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>hv: remove a bunch of unused debug macros from hyperv.h</title>
<updated>2011-10-11T14:49:19Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2011-10-11T14:47:32Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=a832a1eba94096513bc42c96f33957cc46c5f2bf'/>
<id>urn:sha1:a832a1eba94096513bc42c96f33957cc46c5f2bf</id>
<content type='text'>
These aren't used by anyone anymore, so remove them before someone tries
to use them again.

Cc: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>hv: rename prep_negotiate_resp() to vmbus_prep_negotiate_resp()</title>
<updated>2011-10-11T14:49:19Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2011-10-11T14:42:28Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=da0e96315ca703ab6540cc7665549622f71c155f'/>
<id>urn:sha1:da0e96315ca703ab6540cc7665549622f71c155f</id>
<content type='text'>
It's a global symbol, so properly prefix it and use the proper EXPORT
value as well.

Cc: K. Y. Srinivasan &lt;kys@microsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
</feed>
