]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce a set of APIs for managing architectures
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 10 Dec 2012 21:54:00 +0000 (21:54 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 18 Dec 2012 16:53:02 +0000 (16:53 +0000)
commit033318018537c8dea44339665bc24fb66977fed9
tree8057c0872aab825fb3385f36fd7b1f0f45be8c3a
parentd60c7f75c2375fd1a2cfc7e3c4c2e7b030b4b886
Introduce a set of APIs for managing architectures

Introduce a 'virArch' enum for CPU architectures. Include
data type providing wordsize and endianness, and APIs to
query this info and convert to/from enum and string form.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/Makefile.am
src/util/virarch.c [new file with mode: 0644]
src/util/virarch.h [new file with mode: 0644]