GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/qemu-kvm.git
qemu-kvm-0.12.4-gentoo
qemu-kvm-0.12.5-gentoo
qemu-kvm-0.13.0-gentoo
qemu-kvm-0.14.1-gentoo
qemu-kvm-0.15.0-gentoo
qemu-kvm-1.1.0-gentoo
qemu-kvm-1.1.1-gentoo
qemu-kvm-1.1.2-gentoo
qemu-kvm-1.2.0-gentoo
qemu-kvm patches pulled in for Gentoo qemu packages
Doug Goldstein <cardoe@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
darwin-user
Commit message (
Expand
)
Author
Age
Files
Lines
*
darwin-user: Use GCC_FMT_ATTR (format checking)
Stefan Weil
2010-12-04
2
-2
/
+2
*
Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)
Stefan Weil
2010-10-03
1
-1
/
+1
*
Fix %lld or %llx printf format use
Blue Swirl
2010-05-22
2
-2
/
+2
*
darwin-user: Add missing static attribute
Stefan Weil
2010-05-07
1
-1
/
+1
*
bsd/darwin-user: mmap_frag() users only check for -1 error
Blue Swirl
2010-01-31
1
-1
/
+1
*
PPC: Make DCR uint32_t
Alexander Graf
2009-12-21
1
-2
/
+2
*
PPC64: Fix alternate timebase
Aurelien Jarno
2009-12-21
1
-2
/
+2
*
PPC64: Fix timebase
Alexander Graf
2009-12-21
1
-2
/
+2
*
user: move CPU reset call to main.c for x86/PPC/Sparc
Blue Swirl
2009-11-07
1
-0
/
+1
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
3
-3
/
+3
*
Get rid of _t suffix
malc
2009-10-01
3
-3
/
+3
*
Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
Blue Swirl
2009-08-16
1
-2
/
+2
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
6
-17
/
+6
*
consolidate user cpu_{in, out}[bwl] into ioport-user.c
Isaku Yamahata
2009-07-09
1
-33
/
+0
*
Replace gcc variadic macro extension with C99 version
Blue Swirl
2009-05-13
2
-15
/
+15
*
Add new command line option -singlestep for tcg single stepping.
aurel32
2009-04-05
1
-0
/
+5
*
Use a dedicated function to request exit from execution loop
aurel32
2009-03-07
1
-1
/
+1
*
Flush stdout after printing usage()
blueswir1
2009-02-28
1
-2
/
+2
*
Replace noreturn with QEMU_NORETURN
malc
2009-02-01
1
-1
/
+1
*
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
2009-01-15
4
-10
/
+8
*
Get rid of user_mode_only
aurel32
2009-01-14
1
-1
/
+0
*
Add noreturn function attribute
blueswir1
2009-01-14
1
-1
/
+2
*
Remove all traces of __powerpc__
malc
2009-01-14
1
-1
/
+1
*
Fix more FSF addresses
blueswir1
2009-01-05
5
-5
/
+10
*
Update FSF address in GPL/LGPL boilerplate
aurel32
2009-01-04
1
-1
/
+1
*
Use the ARRAY_SIZE() macro where appropriate.
malc
2008-12-22
2
-4
/
+4
*
Add missing newline at the end of file
blueswir1
2008-12-14
1
-1
/
+1
*
Remove unnecessary trailing newlines
blueswir1
2008-12-13
2
-3
/
+0
*
Make target_sigaltstack_used static
blueswir1
2008-10-05
1
-1
/
+1
*
Make ioctl table static
blueswir1
2008-10-05
1
-1
/
+1
*
Use qemu-log.h
blueswir1
2008-10-04
1
-2
/
+1
*
variable dynamic translation buffer size
bellard
2008-05-28
1
-0
/
+1
*
Fix some functions declared () rather than (void) (Ian Jackson)
blueswir1
2008-03-09
2
-5
/
+5
*
Avoid duplicated definitions: move common definitions from exec-all.h
j_mayer
2007-11-19
1
-2
/
+2
*
Resynchronize darwin-user target with linux-user:
j_mayer
2007-11-17
1
-4
/
+31
*
Always make all PowerPC exception definitions visible.
j_mayer
2007-11-17
1
-6
/
+0
*
Allow use of SPE extension by all PowerPC targets,
j_mayer
2007-11-12
1
-2
/
+0
*
added cpu_model parameter to cpu_init()
bellard
2007-11-10
1
-1
/
+10
*
removed obsolete x86 code copy support
bellard
2007-11-08
2
-13
/
+1
*
Fix PowerPC FPSCR update and floating-point exception generation
j_mayer
2007-10-27
1
-6
/
+1
*
Fix missing case in the new PowerPC exception model.
j_mayer
2007-09-30
1
-0
/
+3
*
Implement the PowerPC alternate time-base, following the 2.04 specification.
j_mayer
2007-09-30
1
-14
/
+4
*
Rework PowerPC exceptions model to make it more versatile:
j_mayer
2007-09-29
1
-233
/
+337
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-2
/
+2
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-2
/
+2
*
Darwin-user: Compile fix for ppc targets, by Pierre d'Herbemont.
ths
2007-08-19
1
-0
/
+15
*
Spelling fixes, by Stefan Weil.
ths
2007-06-03
1
-1
/
+1
*
Handling more darwin-user syscalls, by Ilya Shar.
ths
2007-03-19
2
-4
/
+34
*
Revert host_info changes, and don't fail if sysctl is unknown when we
ths
2007-02-22
1
-1
/
+11
*
This patch fixes typos in the commpage definition (Pierre d'Herbemont).
bellard
2007-02-05
1
-5
/
+5
[next]