From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAtll-0004ih-BJ for qemu-devel@nongnu.org; Sun, 09 Sep 2012 22:30:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TAtlj-0002gj-GQ for qemu-devel@nongnu.org; Sun, 09 Sep 2012 22:30:37 -0400 Received: from ozlabs.org ([203.10.76.45]:48768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAtlj-0002c2-5K for qemu-devel@nongnu.org; Sun, 09 Sep 2012 22:30:35 -0400 From: David Gibson Date: Mon, 10 Sep 2012 12:30:55 +1000 Message-Id: <1347244257-15586-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [0/2] Bugfixes for 1.2 stable series List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: qemu-devel@nongnu.org Here are a couple of pending bugfixes which should go into the 1.2 stable series. 2/2 is the fix for missing TB invalidates from cpu_physical_memory_write_rom() (which is invoked by load_image_targphys()) which I have sent before. 1/2 is a new fix where FD_ISSET can be called with a negative fd, which has undefined behaviour.