[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] Patch to include arm variants in virsh capabilities
- From: "Daniel P. Berrange" <berrange redhat com>
- To: "C.J. Adams-Collier" <cjac colliertech org>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] Patch to include arm variants in virsh capabilities
- Date: Fri, 3 Jul 2009 11:11:22 +0100
On Thu, Jul 02, 2009 at 10:40:27AM -0700, C.J. Adams-Collier wrote:
> On Thu, 2009-07-02 at 18:27 +0100, Daniel P. Berrange wrote:
>
> --- ../libvirt-0.6.1/src/qemu_conf.c 2009-06-30 13:06:17.000000000 -0700
> +++ src/qemu_conf.c 2009-06-30 20:06:33.000000000 -0700
> @@ -170,6 +170,12 @@
> static const char *const arch_info_hvm_x86_machines[] = {
> "pc", "isapc"
> };
> +static const char *const arch_info_hvm_arm_machines[] = {
> + "versatilepb","integratorcp","versatileab","realview",
> + "akita","spitz","borzoi","terrier","sx1-v1","sx1",
> + "cheetah","n800","n810","lm3s811evb","lm3s6965evb",
> + "connex","verdex","mainstone","musicpal","tosa",
> +};
> static const char *const arch_info_hvm_mips_machines[] = {
> "mips"
> };
> @@ -220,6 +226,8 @@
> "/usr/bin/qemu", "/usr/bin/qemu-system-x86_64", arch_info_i686_flags, 4 },
> { "x86_64", 64, arch_info_hvm_x86_machines, 2,
> "/usr/bin/qemu-system-x86_64", NULL, arch_info_x86_64_flags, 2 },
> + { "arm", 32, arch_info_hvm_arm_machines, 20,
> + "/usr/bin/qemu-system-arm", NULL, NULL, 0 },
> { "mips", 32, arch_info_hvm_mips_machines, 1,
> "/usr/bin/qemu-system-mips", NULL, NULL, 0 },
> { "mipsel", 32, arch_info_hvm_mips_machines, 1,
ACK
Daniel
--
|: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :|
|: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]