25 Commits (896a9ee96720c5cc7e00e63943435ccccec54d23)

Author SHA1 Message Date
Veronia Bahaa f348b6d1a5 util: move declarations out of qemu-common.h 10 years ago
Peter Maydell 2231197c87 bsd-user: Clean up includes 10 years ago
Paolo Bonzini 0c2d70c448 translate-all: ensure host page mask is always extended with 1's 10 years ago
Daniel P. Berrange ef1e1e0782 maint: avoid useless "if (foo) free(foo)" pattern 11 years ago
Laurent Vivier 4cbea59869 linux-user: remove --enable-guest-base/--disable-guest-base 11 years ago
Peter Maydell b8d6ac9f90 bsd-user/elfload.c: Don't use ldl() or ldq_raw() 11 years ago
Peter Maydell 9bb931802e Revert "bsd-user: replace fprintf(stderr, ...) with error_report()" 12 years ago
Le Tan 1fba509527 bsd-user: replace fprintf(stderr, ...) with error_report() 12 years ago
Andreas Färber dca1173c20 bsd-user: Change thread_env to CPUState 13 years ago
Eduardo Habkost 0514ef2fbb target-i386: Replace cpuid_*features fields with a feature word array 13 years ago
Paolo Bonzini 76cad71136 build: kill libdis, move disassemblers to disas/ 14 years ago
Stefan Weil c7c530cd3e elf: Improve symbol lookup (optimize, fix for bsd-user) 14 years ago
Stefan Weil c580dee4e1 bsd_user: Fix potential null pointer dereference 15 years ago
Stefan Weil 29718712eb bsd-user: Fix possible memory leaks and wrong realloc call 15 years ago
Juergen Lock 78cfb07fe0 bsd-user: FreeBSD update 17 years ago
Paul Bolle b7d43d03f9 bsd-user: fix "#if 0"'d printf() 17 years ago
Michael S. Tsirkin 6ece4df63b elfload: fix coding style nit 17 years ago
Blue Swirl 032e51d7f0 BSD user: suppress a warning 17 years ago
Blue Swirl 2fa5d9ba56 BSD user: implement GUEST_BASE 17 years ago
Blue Swirl 28e738dcb8 Fix Sparse warning about missing prototype 17 years ago
Blue Swirl 7cba04f6de More NULL pointer fixes 17 years ago
Christoph Egger fff2a02f0c fix build warnings 17 years ago
aliguori 93fcfe39a0 Convert references to logfile/loglevel to use qemu_log*() macros 17 years ago
malc e58ffeb322 Remove all traces of __powerpc__ 17 years ago
blueswir1 84778508d7 Preliminary BSD user emulator support 18 years ago
pbrook 49918a752b * Use function pointers for symbol lookup (currently for elf32 and elf64, 18 years ago
blueswir1 440c7e85cc Export x86_stack_size in qemu.h 18 years ago
blueswir1 98448f58c1 Silence some warnings about uninitialized variables 18 years ago
blueswir1 b55266b5a2 Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings 18 years ago
malc a6cc84f49c Kludge to support linux-user on a PPC64 18 years ago
pbrook d597536303 Multithreaded locking fixes. 18 years ago
pbrook a07c67dfcc Implement AT_CLKTCK. 18 years ago
bellard 2f6196984b suppressed tgetx and tputx (initial patch by Thayne Harbaugh) 19 years ago
bellard 579a97f7ff Linux user memory access API change (initial patch by Thayne Harbaugh) 19 years ago
ths 623a930ec3 Implement missing MIPS supervisor mode bits. 19 years ago
j_mayer a32ff1ad95 PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine. 19 years ago
j_mayer e85e7c6ea4 Use the new TARGET_ABI32 feature to implement a ppc64abi32-linux-user target 19 years ago
blueswir1 992f48a036 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) 19 years ago
blueswir1 cb33da57aa Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulator 19 years ago
ths 48733d195b CRIS Linux userland emulation, part 2. By Edgar E. Iglesias. 19 years ago
j_mayer 863cf0b72c Fix confusions between host and target long types. 19 years ago
j_mayer 4118a97030 memset string pages to zero to avoid putting random data on the stack 19 years ago
j_mayer 92a343da3f New ppc64-linux-user target. 19 years ago
ths 3b46e62427 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 19 years ago
ths 5fafdf24ef find -type f | xargs sed -i 's/[\t ]$//g' # on most files 19 years ago
blueswir1 0774bed180 Fix 64 bit ELF file symbol lookup 19 years ago
ths 072ae847f9 Setup stack properly, fixes wrong argc value problem, by Magnus Damm. 19 years ago
ths e91c8a7783 Spelling fixes, by Stefan Weil. 19 years ago
ths 388bb21af6 MIPS linux-user update. 19 years ago
j_mayer 84409ddbda Code provision for x86_64 and PowerPC 64 linux user mode support. 19 years ago