RE: [libvirt] [PATCH] Do a correct format mapping of partitions 2

2009-07-06 Thread Henrik Persson E
...@redhat.com Cc: libvirt-l...@redhat.com Subject: RE: [libvirt] [PATCH] Do a correct format mapping of partitions 2 I checked the SLES package and it is a patch that they have added themselves :( I will look into it to see if parted provides a better way to get the same information

Re: [libvirt] [PATCH] Do a correct format mapping of partitions 2

2009-07-06 Thread Daniel P. Berrange
On Mon, Jul 06, 2009 at 04:07:32PM +0200, Henrik Persson E wrote: Hi, Just to follow up this issue, I haven't found any way to get this info from standard parted :( Your code was getting the raw MS-Dos partition type. This isn't really needed by libvirt, and indeed we do need to work with

RE: [libvirt] [PATCH] Do a correct format mapping of partitions 2

2009-07-06 Thread Henrik Persson E
-Original Message- From: Daniel P. Berrange [mailto:berra...@redhat.com] Sent: den 6 juli 2009 16:17 To: Henrik Persson E Cc: veill...@redhat.com; libvirt-l...@redhat.com Subject: Re: [libvirt] [PATCH] Do a correct format mapping of partitions 2 On Mon, Jul 06, 2009 at 04:07

RE: [libvirt] [PATCH] Do a correct format mapping of partitions 2

2009-06-26 Thread Henrik Persson E
To: Henrik Persson E Cc: libvirt-l...@redhat.com Subject: Re: [libvirt] [PATCH] Do a correct format mapping of partitions 2 On Tue, Jun 23, 2009 at 12:47:58PM +0200, Henrik Persson wrote: I make a new try from a different mail client now. Hi Henrik, Okay, got

Re: [libvirt] [PATCH] Do a correct format mapping of partitions 2

2009-06-25 Thread Daniel Veillard
On Tue, Jun 23, 2009 at 12:47:58PM +0200, Henrik Persson wrote: I make a new try from a different mail client now. Hi Henrik, Okay, got it but there is a problem: +/* Get partition type */ +if(ped_partition_is_active(part)) { +