index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-21
linux-user: Bump do_syscall() up to 8 syscall arguments
Peter Maydell
3
-17
/
+31
2011-06-21
flatload: memp was a write-only variable
Juan Quintela
1
-3
/
+0
2011-06-21
flatload: end_code was only used in a debug message
Juan Quintela
1
-3
/
+2
2011-06-21
linux-user: syscall should use sanitized arg1
Juan Quintela
1
-2
/
+2
2011-06-21
syscall: really return ret code
Juan Quintela
1
-4
/
+4
2011-06-21
linuxload: id_change was a write only variable
Juan Quintela
1
-24
/
+1
2011-06-21
linux-user: Define AT_RANDOM to support target stack protection mechanism.
Laurent ALFONSI
1
-1
/
+20
2011-06-21
linux-user: add pselect6 syscall support
Mike Frysinger
1
-19
/
+130
2011-06-21
linux-user: Fix the computation of the requested heap size
vincent
1
-8
/
+29
2011-06-21
m68k-semi.c: Use correct check for failure of do_brk()
Peter Maydell
1
-2
/
+3
2011-06-21
arm-semi.c: Use correct check for failure of do_brk()
Peter Maydell
1
-2
/
+3
2011-06-21
linux-user: Don't use MAP_FIXED in do_brk()
Peter Maydell
1
-9
/
+20
2011-06-21
linux-user: Handle images where lowest vaddr is not page aligned
Peter Maydell
1
-57
/
+73
2011-06-21
linux-user: Fix the load of ELF files that have no "useful" symbol
Cédric VINCENT
1
-15
/
+19
2011-06-21
kvm: fix FPU state subsection
Marcelo Tosatti
1
-3
/
+3
2011-06-20
KVM: Fix XSAVE feature bit enumeration
Andre Przywara
1
-1
/
+4
2011-06-20
Remove unneeded kvm.h from cpu-exec.c
Jan Kiszka
1
-1
/
+0
2011-06-20
kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuid
Jan Kiszka
3
-24
/
+28
2011-06-20
kvm: Clean up stubs
Jan Kiszka
1
-17
/
+1
2011-06-20
kvm: ppc: Drop KVM_CAP build dependencies
Jan Kiszka
1
-14
/
+0
2011-06-20
kvm: x86: Drop KVM_CAP build dependencies
Jan Kiszka
1
-64
/
+3
2011-06-20
kvm: Drop KVM_CAP build dependencies
Jan Kiszka
1
-8
/
+0
2011-06-20
kvm: Drop useless zero-initializations
Jan Kiszka
1
-5
/
+0
2011-06-20
kvm: ppc: Drop CONFIG_KVM_PPC_PVR
Jan Kiszka
2
-10
/
+0
2011-06-20
kvm: Drop CONFIG_KVM_PARA
Jan Kiszka
3
-35
/
+1
2011-06-20
Switch build system to accompanied kernel headers
Jan Kiszka
4
-145
/
+21
2011-06-20
Import kernel headers
Jan Kiszka
13
-0
/
+2520
2011-06-20
Add kernel header update script
Jan Kiszka
2
-0
/
+57
2011-06-20
cmd: fix operator precedence
Frediano Ziglio
1
-3
/
+3
2011-06-20
Fix typo in cpus.c
Alexandre Raymond
1
-1
/
+1
2011-06-20
lsi: Fix unused-but-set-variable warning
Christophe Fergeau
1
-2
/
+0
2011-06-20
Don't translate pointer when in restore_sigcontext
Mike McCormack
1
-2
/
+2
2011-06-19
kvm: x86: Save/restore FPU OP, IP and DP
Jan Kiszka
3
-5
/
+42
2011-06-19
xen: Add the Xen platform pci device
Steven Smith
6
-0
/
+354
2011-06-19
xen: fix interrupt routing
Stefano Stabellini
3
-38
/
+35
2011-06-19
xen: only track the linear framebuffer
Stefano Stabellini
1
-0
/
+14
2011-06-19
cirrus_vga: reset lfb_addr after a pci config write if the BAR is unmapped
Stefano Stabellini
1
-1
/
+4
2011-06-19
xen: mapcache performance improvements
Stefano Stabellini
1
-18
/
+10
2011-06-19
exec.c: refactor cpu_physical_memory_map
Stefano Stabellini
2
-17
/
+35
2011-06-19
xen: remove xen_map_block and xen_unmap_block
Stefano Stabellini
4
-65
/
+4
2011-06-19
xen: remove qemu_map_cache_unlock
Stefano Stabellini
4
-39
/
+1
2011-06-19
xen: fix qemu_map_cache with size != MCACHE_BUCKET_SIZE
Stefano Stabellini
1
-12
/
+65
2011-06-19
xen: Introduce VGA sync dirty bitmap support
Anthony PERARD
2
-0
/
+268
2011-06-19
xen: Add xc_domain_add_to_physmap to xen_interface.
Anthony PERARD
2
-1
/
+42
2011-06-16
Reset system before loadvm
Jan Kiszka
1
-0
/
+1
2011-06-16
Allow silent system resets
Jan Kiszka
3
-6
/
+11
2011-06-16
error framework: Fix compilation for w32/w64
Stefan Weil
2
-3
/
+3
2011-06-16
wdt: remove unused variables
Michael S. Tsirkin
1
-3
/
+0
2011-06-16
alpha: remove unused variable
Michael S. Tsirkin
1
-1
/
+6
2011-06-16
alpha/translate: remve unused variables
Michael S. Tsirkin
1
-2
/
+1
[prev]
[next]