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
2013-07-09
bsd-user: Change thread_env to CPUState
Andreas Färber
3
-6
/
+8
2013-07-09
linux-user: Change thread_env to CPUState
Andreas Färber
6
-22
/
+27
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
39
-234
/
+266
2013-07-09
linux-user: Clean up do_syscall() Coding Style for TARGET_NR_exit
Andreas Färber
1
-36
/
+37
2013-07-09
kvm: Change kvm_remove_all_breakpoints() argument to CPUState
Andreas Färber
4
-6
/
+6
2013-07-09
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
23
-115
/
+120
2013-07-09
kvm: Free current_cpu identifier
Andreas Färber
3
-30
/
+25
2013-07-09
cpu: Drop unnecessary dynamic casts in *_env_get_cpu()
Andreas Färber
16
-16
/
+16
2013-07-09
linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user
Peter Maydell
31
-188
/
+460
2013-07-09
Revert "gdbstub: Simplify find_cpu()"
Andreas Färber
1
-4
/
+8
2013-07-09
vl: Tighten parsing of -machine option phandle_start
Markus Armbruster
2
-6
/
+3
2013-07-09
Simplify -machine option queries with qemu_get_machine_opts()
Markus Armbruster
6
-76
/
+34
2013-07-09
microblaze: Fix latent bug with default DTB lookup
Markus Armbruster
1
-14
/
+13
2013-07-09
Fix -machine options accel, kernel_irqchip, kvm_shadow_mem
Markus Armbruster
4
-29
/
+14
2013-07-09
vl: New qemu_get_machine_opts()
Markus Armbruster
2
-0
/
+21
2013-07-09
qemu-option: Fix qemu_opts_set_defaults() for corner cases
Markus Armbruster
1
-9
/
+1
2013-07-09
qemu-option: Fix qemu_opts_find() for null id arguments
Markus Armbruster
1
-8
/
+4
2013-07-09
exec: Remove unused global variable phys_ram_fd
Stefan Weil
2
-2
/
+0
2013-07-09
hw/9pfs: Fix memory leak in error path
M. Mohan Kumar
1
-9
/
+17
2013-07-09
fsdev: Fix potential memory leak
Stefan Weil
1
-0
/
+2
2013-07-09
Extend support of SMBUS(module pm_smbus.c) HST_STS register.
MRatnikov
1
-2
/
+23
2013-07-09
trap signals for "-serial mon:stdio"
Paolo Bonzini
2
-7
/
+14
2013-07-09
configure: Simplify alternate .text segment
Richard Henderson
1
-17
/
+31
2013-07-09
target-openrisc: Fix typename in openrisc_cpu_class_by_name()
Dongxue Zhang
1
-1
/
+3
2013-07-09
tcg-arm: Implement tcg_register_jit
Richard Henderson
1
-9
/
+67
2013-07-09
tcg-i386: Use QEMU_BUILD_BUG_ON instead of assert for frame size
Richard Henderson
1
-3
/
+3
2013-07-09
tcg: Move the CIE and FDE header definitions to common code
Richard Henderson
4
-76
/
+51
2013-07-09
tcg: Fix high_pc fields in .debug_info
Richard Henderson
1
-2
/
+2
2013-07-09
tcg-arm: Use AT_PLATFORM to detect the host ISA
Richard Henderson
1
-4
/
+16
2013-07-09
tcg-arm: Simplify logic in detecting the ARM ISA in use
Richard Henderson
1
-39
/
+23
2013-07-09
tcg-arm: Rename use_armv5_instructions to use_armvt5_instructions
Richard Henderson
1
-6
/
+6
2013-07-09
tcg-arm: Make use of conditional availability of opcodes for divide
Richard Henderson
2
-8
/
+22
2013-07-09
tcg: Simplify logic using TCG_OPF_NOT_PRESENT
Richard Henderson
3
-15
/
+18
2013-07-09
tcg: Allow non-constant control macros
Richard Henderson
1
-1
/
+1
2013-07-09
tcg-ppc64: Don't implement rem
Richard Henderson
2
-28
/
+2
2013-07-09
tcg-ppc: Don't implement rem
Richard Henderson
2
-15
/
+1
2013-07-09
tcg-arm: Don't implement rem
Richard Henderson
2
-16
/
+1
2013-07-09
tcg: Split rem requirement from div requirement
Richard Henderson
12
-12
/
+50
2013-07-08
tcg: Add myself to general TCG maintainership
Richard Henderson
1
-0
/
+1
2013-07-08
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
37
-163
/
+405
2013-07-07
pci: Fold host_buses list into PCIHostState functionality
David Gibson
2
-19
/
+16
2013-07-07
pci: Remove domain from PCIHostBus
David Gibson
1
-4
/
+3
2013-07-07
pci: Simpler implementation of primary PCI bus
David Gibson
2
-9
/
+26
2013-07-07
pci: Add root bus parameter to pci_nic_init()
David Gibson
17
-26
/
+36
2013-07-07
pci: Add root bus argument to pci_get_bus_devfn()
David Gibson
3
-6
/
+7
2013-07-07
pci: Replace pci_find_domain() with more general pci_root_bus_path()
David Gibson
9
-25
/
+66
2013-07-07
pci: Use helper to find device's root bus in pci_find_domain()
David Gibson
4
-11
/
+17
2013-07-07
pci: Abolish pci_find_root_bus()
David Gibson
4
-15
/
+42
2013-07-07
MAINTAINERS: Add myself into MAINTAINERS file
Jia Liu
1
-0
/
+13
2013-07-07
MAINTAINERS: fix bad F: patterns
Peter Maydell
1
-19
/
+15
[prev]
[next]