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
2023-03-07
testing: probe gdb for supported architectures ahead of time
Alex Bennée
7
-3
/
+109
2023-03-07
gdbstub: only compile gdbstub twice for whole build
Alex Bennée
2
-7
/
+27
2023-03-07
gdbstub: move syscall handling to new file
Alex Bennée
17
-288
/
+387
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
48
-121
/
+149
2023-03-07
gdbstub: don't use target_ulong while handling registers
Alex Bennée
1
-7
/
+10
2023-03-07
gdbstub: fix address type of gdb_set_cpu_pc
Alex Bennée
1
-2
/
+2
2023-03-07
gdbstub: specialise stub_can_reverse
Alex Bennée
4
-11
/
+13
2023-03-07
gdbstub: introduce gdb_get_max_cpus
Alex Bennée
4
-10
/
+28
2023-03-07
gdbstub: specialise target_memory_rw_debug
Alex Bennée
4
-62
/
+96
2023-03-07
gdbstub: specialise handle_query_attached
Alex Bennée
4
-14
/
+15
2023-03-07
gdbstub: abstract target specific details from gdb_put_packet_binary
Alex Bennée
4
-8
/
+44
2023-03-07
gdbstub: rationalise signal mapping in softmmu
Alex Bennée
1
-12
/
+6
2023-03-07
gdbstub: move chunks of user code into own files
Alex Bennée
13
-696
/
+790
2023-03-07
gdbstub: move chunk of softmmu functionality to own file
Alex Bennée
4
-413
/
+478
2023-03-07
gdbstub: make various helpers visible to the rest of the module
Alex Bennée
2
-136
/
+165
2023-03-07
gdbstub: move fromhex/tohex routines to internals
Alex Bennée
2
-20
/
+27
2023-03-07
includes: move tb_flush into its own header
Alex Bennée
14
-2
/
+39
2023-03-07
gdbstub: move GDBState to shared internals header
Alex Bennée
2
-42
/
+50
2023-03-07
gdbstub: define separate user/system structures
Alex Bennée
1
-41
/
+53
2023-03-07
gdbstub: clean-up indent on gdb_exit
Alex Bennée
1
-14
/
+14
2023-03-07
gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
Philippe Mathieu-Daudé
1
-3
/
+4
2023-03-07
gdbstub: fix-up copyright and license files
Alex Bennée
2
-2
/
+4
2023-03-07
gdbstub/internals.h: clean up include guard
Alex Bennée
1
-3
/
+3
2023-03-07
Merge tag 'pull-riscv-to-apply-20230306' of https://gitlab.com/palmer-dabbelt...
Peter Maydell
23
-60
/
+1060
2023-03-07
Merge tag 'pull-target-arm-20230306' of https://git.linaro.org/people/pmaydel...
Peter Maydell
19
-255
/
+739
2023-03-07
Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...
Peter Maydell
6
-27
/
+1345
2023-03-07
Merge tag 'pull-xen-20230306' of https://xenbits.xen.org/git-http/people/aper...
Peter Maydell
5
-12
/
+79
2023-03-06
MAINTAINERS: Add entry for RISC-V ACPI
Sunil V L
1
-6
/
+12
2023-03-06
hw/riscv/virt.c: Initialize the ACPI tables
Sunil V L
1
-0
/
+4
2023-03-06
hw/riscv/virt: virt-acpi-build.c: Add RHCT Table
Sunil V L
1
-0
/
+78
2023-03-06
hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADT
Sunil V L
1
-0
/
+34
2023-03-06
hw/riscv/virt: Enable basic ACPI infrastructure
Sunil V L
4
-0
/
+307
2023-03-06
hw/riscv/virt: Add memmap pointer to RiscVVirtState
Sunil V L
2
-0
/
+3
2023-03-06
hw/riscv/virt: Add a switch to disable ACPI
Sunil V L
2
-0
/
+31
2023-03-06
hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fields
Sunil V L
2
-0
/
+7
2023-03-06
riscv: Correctly set the device-tree entry 'mmu-type'
Alexandre Ghiti
1
-8
/
+11
2023-03-06
riscv: Introduce satp mode hw capabilities
Alexandre Ghiti
2
-26
/
+75
2023-03-06
riscv: Allow user to set the satp mode
Alexandre Ghiti
3
-7
/
+240
2023-03-06
riscv: Change type of valid_vm_1_10_[32|64] to bool
Alexandre Ghiti
1
-10
/
+11
2023-03-06
riscv: Pass Object to register_cpu_props instead of DeviceState
Alexandre Ghiti
1
-14
/
+15
2023-03-06
hw: arm: allwinner-h3: Fix and complete H3 i2c devices
qianfan Zhao
2
-4
/
+31
2023-03-06
hw/nvme: flexible data placement emulation
Jesper Devantier
6
-15
/
+1179
2023-03-06
hw/nvme: basic directives support
Gollu Appalanaidu
3
-6
/
+71
2023-03-06
hw/nvme: add basic endurance group support
Klaus Jensen
4
-8
/
+93
2023-03-06
hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespace
Niklas Cassel
2
-0
/
+2
2023-03-06
hw/nvme: move adjustment of data_units{read,written}
Joel Granados
1
-6
/
+8
2023-03-06
hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCs
qianfan Zhao
2
-2
/
+30
2023-03-06
hw: arm: Support direct boot for Linux/arm64 EFI zboot images
Ard Biesheuvel
3
-0
/
+116
2023-03-06
target/arm: Rewrite check_s2_mmu_setup
Richard Henderson
1
-76
/
+97
2023-03-06
target/arm: Diagnose incorrect usage of arm_is_secure subroutines
Richard Henderson
1
-1
/
+4
[next]