s390: replace 'zvm' with s390

ZVM isn't the right terminology here.  s390 is.
This commit is contained in:
Dan Williams
2010-06-17 21:24:14 -07:00
parent a5d8872c3e
commit 0b41797b49
10 changed files with 53 additions and 53 deletions

View File

@@ -554,10 +554,10 @@ parse_subchannels (const char *subchannels, guint32 *a, guint32 *b, guint32 *c)
return TRUE;
}
#define SUBCHAN_TAG "zvm-subchannels:"
#define SUBCHAN_TAG "s390-subchannels:"
gboolean
nm_match_spec_zvm_subchannels (const GSList *specs, const char *subchannels)
nm_match_spec_s390_subchannels (const GSList *specs, const char *subchannels)
{
const GSList *iter;
guint32 a = 0, b = 0, c = 0;