]> xenbits.xensource.com Git - qemu-xen-4.2-testing.git/commit
qemu xen upstream synch (Gerd): [PATCH 4/7]: no malloc failure checks.
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 19 May 2009 14:40:06 +0000 (15:40 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 19 May 2009 14:40:06 +0000 (15:40 +0100)
commitfaa3347e6e7bc4137569342a191639ee8dd5d410
treefce77266ce51ff967347a04847de83fa715d7f31
parent5c0aba50666204e60872fd5377bf23c465292b33
qemu xen upstream synch (Gerd): [PATCH 4/7]: no malloc failure checks.

qemu_malloc() will never return errors.  It will abort instead.
Thus no checks for failure are needed.

[This is] a series of patches for qemu-xen, making the code identical
to the xen support patches being submitted to upstream qemu.  The review
process on qemu-devel resulted in a number of fixes and cleanups in the
backend code, this is where most of the changes come from.

There are also some xenfb changes due to displaystate reorganization and
xenfb being merged in steps due to that.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/xen_backend.c
hw/xenfb.c