index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-30
linux-user: fix build on hosts not using guest base
Aurelien Jarno
1
-7
/
+7
2010-07-29
linux-user: Protect against allocation failure in load_symbols.
Richard Henderson
1
-0
/
+10
2010-07-29
linux-user: Re-use load_elf_image for the main binary.
Richard Henderson
1
-277
/
+103
2010-07-29
linux-user: Extract load_elf_image from load_elf_interp.
Richard Henderson
1
-174
/
+167
2010-07-29
linux-user: Remove partial support for a.out interpreters.
Richard Henderson
1
-70
/
+9
2010-07-29
linux-user: Put the stack guard page at the top.
Richard Henderson
1
-14
/
+17
2010-07-29
linux-user: Improve consistency checking in elf headers.
Richard Henderson
1
-24
/
+33
2010-07-29
linux-user: Load symbols from the interpreter.
Richard Henderson
1
-88
/
+101
2010-07-29
linux-user: Clean up byte-swapping in elfload.c.
Richard Henderson
1
-71
/
+48
2010-07-29
linux-user: Define ELF_DATA generically.
Richard Henderson
1
-24
/
+6
2010-07-29
linux-user: Reduce lseek+reads while loading elf files.
Richard Henderson
3
-71
/
+57
2010-07-29
linux-user: Reindent elfload.c.
Richard Henderson
1
-510
/
+518
2010-07-29
Add more DT_* and AT_* constants to qemu's copy of elf.h.
Richard Henderson
1
-9
/
+0
2010-07-29
linux-user: Handle filesz < memsz for any PT_LOAD segment.
Richard Henderson
1
-97
/
+55
2010-07-23
microblaze: Pass a ucontext * as 3rd sighandler arg
Edgar E. Iglesias
1
-6
/
+20
2010-07-22
linux-user: display cpu list.
Laurent Vivier
1
-0
/
+2
2010-07-15
microblaze: Correct signal frame setup.
Edgar E. Iglesias
1
-1
/
+2
2010-06-16
Usermode exec-stack fix
Paul Brook
4
-0
/
+14
2010-06-16
Strace mprotect flags.
Paul Brook
2
-0
/
+9
2010-06-11
s390x: Avoid _llseek.
Richard Henderson
1
-2
/
+2
2010-06-10
rename CONFIG_QEMU_PREFIX
Paolo Bonzini
1
-1
/
+1
2010-06-09
linux-user: honor low bit of entry PC for MIPS
Nathan Froyd
1
-1
/
+4
2010-05-29
Pre-allocate guest address space
Paul Brook
3
-7
/
+178
2010-05-28
alpha-linux-user: Fill in SI_CODE for SIGSEGV.
Richard Henderson
1
-1
/
+2
2010-05-28
linux-user: Use qemu-malloc.c.
Richard Henderson
1
-52
/
+0
2010-05-28
linux-user: Fix compilation with DEBUG defined
Riccardo Magliocchetti
1
-1
/
+1
2010-05-21
linux-user: do not warn for missing pselect6
Riku Voipio
1
-0
/
+4
2010-05-21
tcg: Initialize the prologue after GUEST_BASE is fixed.
Richard Henderson
1
-1
/
+8
2010-05-21
alpha-linux-user: Fix sigprocmask.
Richard Henderson
2
-5
/
+43
2010-05-21
alpha-linux-user: Fix sigsuspend parameters.
Richard Henderson
1
-0
/
+5
2010-05-21
alpha-linux-user: Fix getxpid.
Richard Henderson
1
-3
/
+8
2010-05-21
alpha-linux-user: Fix pipe return mechanism.
Richard Henderson
1
-12
/
+18
2010-05-21
alpha-linux-user: Add correct sigaction constants.
Richard Henderson
1
-0
/
+8
2010-05-21
alpha-linux-user: Fix siginfo.si_addr for SIGSEGV and SIGBUS.
Richard Henderson
1
-2
/
+2
2010-05-21
alpha-linux-user: Fix brk error return.
Richard Henderson
1
-2
/
+10
2010-05-19
linux-user: fix 32-bit host breakage
Aurelien Jarno
1
-1
/
+1
2010-05-19
microblaze: Update elf machine nums.
Edgar E. Iglesias
1
-2
/
+2
2010-05-19
microblaze: Add linux-user core dumping support.
Edgar E. Iglesias
1
-0
/
+18
2010-05-18
linux-user: rlimit conversion between host and target.
takasi-y@ops.dti.ne.jp
3
-9
/
+32
2010-05-09
sparc: Fix lazy flag calculation on interrupts, refactor
Blue Swirl
1
-2
/
+2
2010-05-05
Better default guest_base
Paul Brook
1
-6
/
+67
2010-05-05
Remove PAGE_RESERVED
Paul Brook
2
-25
/
+0
2010-04-27
target-alpha: Fix load-locked/store-conditional.
Richard Henderson
1
-0
/
+55
2010-04-27
target-alpha: Enable NPTL.
Richard Henderson
1
-1
/
+1
2010-04-27
target-alpha: Implement rs/rc properly.
Richard Henderson
1
-1
/
+6
2010-04-26
linux-user: Fix sparc32plus stat64 syscalls.
Richard Henderson
1
-1
/
+1
2010-04-25
linux-user: Fix Sparc64 syscall returns.
Richard Henderson
1
-2
/
+3
2010-04-25
linux-user: Remove ELFLOAD32.
Richard Henderson
3
-40
/
+1
2010-04-14
linux-user: do_shmdt(): Fix page_set_flags's 2nd arg.
takasi-y@ops.dti.ne.jp
1
-1
/
+1
2010-04-08
linux-user: switch default ppc64 CPU to 970fx from 970
Aurelien Jarno
1
-1
/
+1
[next]