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-26
Delegate setup of TCG temporaries to targets
Blue Swirl
10
-2
/
+18
2011-06-26
cpu-exec.c: avoid AREG0 use
Blue Swirl
12
-87
/
+61
2011-06-26
Remove exec-all.h include directives
Blue Swirl
57
-58
/
+8
2011-06-26
Move cpu_has_work and cpu_pc_from_tb to cpu.h
Blue Swirl
28
-198
/
+213
2011-06-26
exec.h: fix coding style and change cpu_has_work to return bool
Blue Swirl
15
-24
/
+24
2011-06-26
cpu-exec: unify do_interrupt call
Blue Swirl
1
-26
/
+0
2011-06-26
m68k: use caller supplied CPUState for interrupt related stuff
Blue Swirl
3
-6
/
+30
2011-06-26
x86: use caller supplied CPUState for interrupt related stuff
Blue Swirl
4
-44
/
+106
2011-06-26
sparc: move do_interrupt to helper.c
Blue Swirl
4
-242
/
+256
2011-06-26
sparc: fix coding style of the area to be moved
Blue Swirl
1
-14
/
+17
2011-06-26
cpu_loop_exit: avoid using AREG0
Blue Swirl
16
-56
/
+57
2011-06-26
Sparc32: dummy implementation of MXCC MMU breakpoint registers
Blue Swirl
3
-3
/
+53
2011-06-26
Fix fallouts from Linux header inclusion
Jan Kiszka
4
-18
/
+40
2011-06-23
coreaudio: Fix OSStatus format specifier
Andreas Färber
1
-1
/
+1
2011-06-23
coreaudio: Avoid formatting UInt32 type
Andreas Färber
1
-2
/
+2
2011-06-22
net: Warn about "-net nic" options which were ignored
Peter Maydell
3
-1
/
+18
2011-06-22
net: Don't warn about the default network setup
Peter Maydell
1
-0
/
+12
2011-06-22
Revert "net: Improve the warnings for dubious command line option combinations"
Peter Maydell
1
-31
/
+0
2011-06-22
Optimize screendump
Avi Kivity
1
-3
/
+10
2011-06-22
Merge remote-tracking branch 'qmp/for-anthony' into staging
Anthony Liguori
6
-9
/
+15
2011-06-22
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
29
-327
/
+2675
2011-06-22
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
56
-441
/
+2741
2011-06-22
Merge remote-tracking branch 'agraf/xen-next' into staging
Anthony Liguori
17
-185
/
+826
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-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
[next]