WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] qemu repositories

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] qemu repositories
From: Mark Johnson <johnson.nh@xxxxxxxxx>
Date: Wed, 15 Apr 2009 12:48:32 -0400
Delivery-date: Wed, 15 Apr 2009 09:49:02 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=/2aGCS/JlyCwswNYwT5thw055mgQFDftnbhsMZLgRQ4=; b=FluXksDX/sRr2qkBEztiLgU6YLu6Xv69Me2kc9E9dVkfPrTFRYiLTqs3U2YuKYNlTm 0/pmBhEyj8AQV3i2iopaZv8GbMPlPn6fnO7pYqhdlb/6XvSM9f5SJnnlzLykYTp4DyNN TW8s26MKelX7rMrRfGRuCKpE7d7EvziXdbL1c=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=pH+xNEOcP4T46wy7emTrKwGnv+kmPxfLLAetY1iRX6x+R7w/nHhIkjnJlIsI1DD5xp ghgQvhgb4xpkp59U/hI5KT/mB+Cr4qha3BANQHS/U8DokGUK7qg1JF0AsccAl2JdTiDI hCcWIqGHqVK0puMoCRZ6H8Rx5UaYdEzeGTeZo=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Is there a mailing list for commits to the qemu repositories?  They
don't seem to go to
xen-changelog and I didn't see a separate list @  http://lists.xensource.com/?

Also, FYI, I'm seeing the following with today's commits to
qemu-xen-unstable.git

/tank/ws/xvm-unstable/qemu.hg/hw/vga.c:1492: warning: redundant
redeclaration of 'rgb_to_pixel_dup_table'
/tank/ws/xvm-unstable/qemu.hg/hw/vga.c:1228: warning: previous
declaration of 'rgb_to_pixel_dup_table' was here


"hw/vga.c" line 1228 of 2832 --43%-- col 31
--
   static rgb_to_pixel_dup_func *rgb_to_pixel_dup_table[NB_DEPTHS];

"hw/vga.c" line 1492 of 2832 --52%-- col 31
--
static rgb_to_pixel_dup_func *rgb_to_pixel_dup_table[NB_DEPTHS] = {
    rgb_to_pixel8_dup,
    rgb_to_pixel15_dup,
    rgb_to_pixel16_dup,
    rgb_to_pixel32_dup,
    rgb_to_pixel32bgr_dup,
};



Thanks,


MRJ

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>