summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bdf: Remove last users of FALSE/TRUEJuan Quintela2009-10-051-10/+8
| | | | | | | | | | This brings bfd_boolean to the wonderful world of <stdbool.h>, it is needed because it defines bdf_boolean as an enum with values true and false, and some architectures use TRUE, FALSE and give problems when you try to use <stdbool.h> Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-5/+2
| | | | Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-18/+8
| | | | | | | | Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6531 c046a42c-6fe2-441c-8c8c-71466251a162
* Teach the CRIS disassembler to stay within the provided buffer.edgar_igl2008-05-061-6/+4
| | | | git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4353 c046a42c-6fe2-441c-8c8c-71466251a162
* CRIS disassembler, originally from binutils, by Edgar E. Iglesias.ths2007-10-081-0/+2907
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3356 c046a42c-6fe2-441c-8c8c-71466251a162