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
2020-10-01
hw/arm/raspi: Introduce RaspiProcessorId enum
Philippe Mathieu-Daudé
1
-24
/
+21
2020-10-01
hw/arm/raspi: Use more specific machine names
Philippe Mathieu-Daudé
1
-2
/
+4
2020-10-01
hw/arm/raspi: Avoid using TypeInfo::class_data pointer
Philippe Mathieu-Daudé
1
-10
/
+24
2020-10-01
hw/arm/raspi: Move arm_boot_info structure to RaspiMachineState
Philippe Mathieu-Daudé
1
-15
/
+15
2020-10-01
hw/arm/raspi: Load the firmware on the first core
Philippe Mathieu-Daudé
1
-1
/
+2
2020-10-01
hw/arm/raspi: Display the board revision in the machine description
Philippe Mathieu-Daudé
1
-1
/
+3
2020-10-01
hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2
Philippe Mathieu-Daudé
1
-3
/
+0
2020-10-01
hw/arm/bcm2835: Add more unimplemented peripherals
Philippe Mathieu-Daudé
2
-0
/
+4
2020-10-01
hw/arm/raspi: Define various blocks base addresses
Philippe Mathieu-Daudé
1
-8
/
+43
2020-10-01
target/arm: Fix SVE splice
Richard Henderson
1
-1
/
+1
2020-10-01
target/arm: Fix sve ldr/str
Richard Henderson
1
-2
/
+2
2020-10-01
target/arm: Make isar_feature_aa32_fp16_arith() handle M-profile
Peter Maydell
1
-5
/
+26
2020-10-01
target/arm: Add ID register values for Cortex-M0
Peter Maydell
1
-0
/
+24
2020-10-01
hw/intc/armv7m_nvic: Only show ID register values for Main Extension CPUs
Peter Maydell
1
-0
/
+42
2020-10-01
target/arm: Move id_pfr0, id_pfr1 into ARMISARegisters
Peter Maydell
7
-40
/
+44
2020-10-01
target/arm: Replace ARM_FEATURE_PXN with ID_MMFR0.VMSA check
Peter Maydell
3
-4
/
+17
2020-10-01
Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-reque...
Peter Maydell
16
-181
/
+366
2020-10-01
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
100
-1168
/
+3842
2020-09-30
hw/net/can: Correct Kconfig dependencies
Pavel Pisa
1
-4
/
+3
2020-09-30
hw/net/can: Documentation for CTU CAN FD IP open hardware core emulation.
Pavel Pisa
2
-11
/
+111
2020-09-30
hw/net/can: CTU CAN FD IP open hardware core emulation.
Jan Charvat
5
-0
/
+1117
2020-09-30
hw/net/can/ctucafd: Add CTU CAN FD core register definitions.
Jan Charvat
2
-0
/
+1160
2020-09-30
net/can: Add can_dlc2len and can_len2dlc for CAN FD.
Jan Charvat
2
-0
/
+40
2020-09-30
hw/net/can: sja1000 ignore CAN FD frames
Jan Charvat
1
-6
/
+23
2020-09-30
net/can: Initial host SocketCan support for CAN FD.
Jan Charvat
3
-4
/
+53
2020-09-30
target/i386: kvm: do not use kvm_check_extension to find paravirtual capabili...
Paolo Bonzini
1
-32
/
+0
2020-09-30
bios-tables-test: Remove kernel-irqchip=off option
Eduardo Habkost
1
-2
/
+1
2020-09-30
target/i386: always create kvmclock device
Vitaly Kuznetsov
9
-8
/
+27
2020-09-30
target/i386: Fix VM migration when interrupt based APF is enabled
Vitaly Kuznetsov
1
-6
/
+6
2020-09-30
helper_syscall x86_64: clear exception_is_int
Douglas Crosher
1
-0
/
+1
2020-09-30
checkpatch: Detect '%#' or '%0#' in printf-style format strings
Dov Murik
1
-2
/
+8
2020-09-30
typedefs: Restrict PCMachineState to 'hw/i386/pc.h'
Philippe Mathieu-Daudé
2
-3
/
+2
2020-09-30
hw/xen: Split x86-specific declaration from generic hardware ones
Philippe Mathieu-Daudé
5
-3
/
+18
2020-09-30
stubs: Split accelerator / hardware related stubs
Philippe Mathieu-Daudé
4
-40
/
+52
2020-09-30
sysemu/xen: Add missing 'exec/cpu-common.h' header for ram_addr_t type
Philippe Mathieu-Daudé
1
-0
/
+2
2020-09-30
hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()
Philippe Mathieu-Daudé
4
-6
/
+6
2020-09-30
docs: Move object.h overview doc comment to qom.rst
Paolo Bonzini
2
-377
/
+373
2020-09-30
docs: Create docs/devel/qom.rst
Eduardo Habkost
2
-0
/
+6
2020-09-30
qom: Add code block markup to all code blocks
Eduardo Habkost
1
-79
/
+56
2020-09-30
qom: Indent existing code examples
Eduardo Habkost
1
-188
/
+188
2020-09-30
qom: Reformat section titles using Sphinx syntax
Eduardo Habkost
1
-4
/
+8
2020-09-30
qom: Add kernel-doc markup to introduction doc comment
Eduardo Habkost
1
-3
/
+1
2020-09-30
qom: Use ``code`` Sphinx syntax where appropriate
Eduardo Habkost
1
-3
/
+3
2020-09-30
qom: Use kernel-doc private/public tags in structs
Eduardo Habkost
1
-3
/
+3
2020-09-30
qom: Document all function parameters in doc comments
Eduardo Habkost
1
-2
/
+45
2020-09-30
char: fix logging when chardev write fails
Daniel P. Berrangé
1
-0
/
+13
2020-09-30
smp: drop support for deprecated (invalid topologies)
Igor Mammedov
1
-0
/
+13
2020-09-30
tests/tcg: reinstate or replace desired parts of rules.mak
Paolo Bonzini
2
-3
/
+14
2020-09-30
oss-fuzz: move linker arg to fix coverage-build
Alexander Bulekov
1
-7
/
+8
2020-09-30
meson: fix installation of keymaps
Anthony PERARD
1
-0
/
+2
[prev]
[next]