<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qemu/qemu.git, branch stable-0.15</title>
<subtitle>QEMU main repository</subtitle>
<id>https://git.rulkc.org/pub/scm/virt/qemu/qemu.git/atom?h=stable-0.15</id>
<link rel='self' href='https://git.rulkc.org/pub/scm/virt/qemu/qemu.git/atom?h=stable-0.15'/>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/virt/qemu/qemu.git/'/>
<updated>2011-10-11T14:46:03+00:00</updated>
<entry>
<title>Version 0.15.1</title>
<updated>2011-10-11T14:46:03+00:00</updated>
<author>
<name>Justin M. Forbes</name>
<email>jforbes@redhat.com</email>
</author>
<published>2011-10-11T14:46:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/virt/qemu/qemu.git/commit/?id=82b2b32a323bbb5824b4fbe63a3bca50f827e28e'/>
<id>urn:sha1:82b2b32a323bbb5824b4fbe63a3bca50f827e28e</id>
<content type='text'>
Signed-off-by: Justin M. Forbes &lt;jforbes@redhat.com&gt;
</content>
</entry>
<entry>
<title>qed: fix use-after-free during l2 cache commit</title>
<updated>2011-10-05T16:33:31+00:00</updated>
<author>
<name>Stefan Hajnoczi</name>
<email>stefanha@linux.vnet.ibm.com</email>
</author>
<published>2011-09-30T10:39:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/virt/qemu/qemu.git/commit/?id=4a81ab81e4d947a3a0c8408c743ad94e7c1b8a30'/>
<id>urn:sha1:4a81ab81e4d947a3a0c8408c743ad94e7c1b8a30</id>
<content type='text'>
QED's metadata caching strategy allows two parallel requests to race for
metadata lookup.  The first one to complete will populate the metadata
cache and the second one will drop the data it just read in favor of the
cached data.

There is a use-after-free in qed_read_l2_table_cb() and
qed_commit_l2_update() where l2_table-&gt;offset was used after the
l2_table may have been freed due to a metadata lookup race.  Fix this by
keeping the l2_offset in a local variable and not reaching into the
possibly freed l2_table.

Reported-by: Amit Shah &lt;amit.shah@redhat.com&gt;
Signed-off-by: Stefan Hajnoczi &lt;stefanha@linux.vnet.ibm.com&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>sdl: Fix termination in -no-shutdown mode</title>
<updated>2011-10-03T19:42:24+00:00</updated>
<author>
<name>Jan Kiszka</name>
<email>jan.kiszka@siemens.com</email>
</author>
<published>2011-07-30T09:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/virt/qemu/qemu.git/commit/?id=68e3508eafd111c050e0a6f4dc8588dbe75d0e1c'/>
<id>urn:sha1:68e3508eafd111c050e0a6f4dc8588dbe75d0e1c</id>
<content type='text'>
Just like the monitor does, we need to clear no_shutdown before calling
qemu_system_shutdown_request on quit requests. Otherwise, QEMU just
stops the VM.

Signed-off-by: Jan Kiszka &lt;jan.kiszka@siemens.com&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Fix termination by signal with -no-shutdown</title>
<updated>2011-10-03T19:42:16+00:00</updated>
<author>
<name>Kevin Wolf</name>
<email>kwolf@redhat.com</email>
</author>
<published>2011-09-14T13:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/virt/qemu/qemu.git/commit/?id=fb524042dbc1142406c4d2e5858743c3dc8588c3'/>
<id>urn:sha1:fb524042dbc1142406c4d2e5858743c3dc8588c3</id>
<content type='text'>
On signals such as SIGTERM qemu should exit instead of just stopping the VM
even with -no-shutdown.

Signed-off-by: Kevin Wolf &lt;kwolf@redhat.com&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add support for finding libpng via pkg-config.</title>
<updated>2011-10-03T19:41:44+00:00</updated>
<author>
<name>Brad</name>
<email>brad@comstyle.com</email>
</author>
<published>2011-07-30T05:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/virt/qemu/qemu.git/commit/?id=336398391a8b82863b4eaafcff250625f68a71a2'/>
<id>urn:sha1:336398391a8b82863b4eaafcff250625f68a71a2</id>
<content type='text'>
Signed-off-by: Brad Smith &lt;brad@comstyle.com&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Check for presence of compiler -pthread flag.</title>
<updated>2011-10-03T19:41:23+00:00</updated>
<author>
<name>Brad</name>
<email>brad@comstyle.com</email>
</author>
<published>2011-08-08T00:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/virt/qemu/qemu.git/commit/?id=672aefeb5e0960e9f03d1d71eb1d0688fc54b8d2'/>
<id>urn:sha1:672aefeb5e0960e9f03d1d71eb1d0688fc54b8d2</id>
<content type='text'>
OpenBSD / FreeBSD and some other OS's require the use of
cc -pthread to link threaded programs so have QEMU's
configure script check for the presence of the flag
and use it if so.

Signed-off-by: Brad Smith &lt;brad@comstyle.com&gt;
Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>Allow overriding the location of Samba's smbd.</title>
<updated>2011-10-03T19:40:52+00:00</updated>
<author>
<name>Brad</name>
<email>brad@comstyle.com</email>
</author>
<published>2011-09-02T20:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/virt/qemu/qemu.git/commit/?id=6a10ccca803764d67142e5faf309dcb1982c28f5'/>
<id>urn:sha1:6a10ccca803764d67142e5faf309dcb1982c28f5</id>
<content type='text'>
Allow overriding the location of Samba's smbd.

Pretty much every OS I look at has some means of
changing this path (patching) so lets just make
it easier for OS developers creating packages
and/or end users to override the location.

Signed-off-by: Brad Smith &lt;brad@comstyle.com&gt;
Reviewed-by: Stefan Hajnoczi &lt;stefanha@linux.vnet.ibm.com&gt;
Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix linker scripts</title>
<updated>2011-10-03T19:40:25+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
<email>kraxel@redhat.com</email>
</author>
<published>2011-08-26T09:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/virt/qemu/qemu.git/commit/?id=7095e715765e0b5ca57799142a712f0c761e98ee'/>
<id>urn:sha1:7095e715765e0b5ca57799142a712f0c761e98ee</id>
<content type='text'>
Remove PROVIDE_HIDDEN and ONLY_IF_{RO,RW} from linker scripts to make
them work with older binutils versions.  Fixes *-bsd-user build on
OpenBSD 4.9 which ships binutils 2.15.

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix install(1) usage to be compatible with OpenBSD's install(1).</title>
<updated>2011-10-03T19:39:58+00:00</updated>
<author>
<name>Brad</name>
<email>brad@comstyle.com</email>
</author>
<published>2011-08-28T08:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/virt/qemu/qemu.git/commit/?id=91b31d6158eb5a79bc1a1ef7f24f7d2efa41cc64'/>
<id>urn:sha1:91b31d6158eb5a79bc1a1ef7f24f7d2efa41cc64</id>
<content type='text'>
Fix install(1) usage to be compatible with OpenBSD's install(1).

When creating a directory via the -d flag the -p flag cannot be
used at the same time. Also in the context of installing QEMU it
doesn't make sense to use the -p flag anyway so use the [default]
-c flag instead.

Signed-off-by: Brad Smith &lt;brad@comstyle.com&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Fix qjson test of solidus encoding</title>
<updated>2011-10-03T19:38:17+00:00</updated>
<author>
<name>Jan Kiszka</name>
<email>jan.kiszka@siemens.com</email>
</author>
<published>2011-08-26T17:52:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/virt/qemu/qemu.git/commit/?id=b89f4a7d2a9d4261288ae4d75ae103177c172c3f'/>
<id>urn:sha1:b89f4a7d2a9d4261288ae4d75ae103177c172c3f</id>
<content type='text'>
"\/" is supposed to be decoded as "/", but there is no need to encode
"/" via escape. Fix the existing test and add a second one expressing
this.

Signed-off-by: Jan Kiszka &lt;jan.kiszka@siemens.com&gt;
Acked-by: Michael Roth &lt;mdroth@linux.vnet.ibm.com&gt;
Signed-off-by: Luiz Capitulino &lt;lcapitulino@redhat.com&gt;
</content>
</entry>
</feed>
