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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-30
ipack: Rename ipack_bus_new_inplace() to ipack_bus_init()
Peter Maydell
1
-4
/
+4
2021-09-30
scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()
Peter Maydell
1
-2
/
+28
2021-09-30
hw/arm: xlnx-zcu102: Add Xilinx eFUSE device
Tong Ho
1
-0
/
+3
2021-09-30
hw/arm: xlnx-zcu102: Add Xilinx BBRAM device
Tong Ho
1
-0
/
+2
2021-09-30
hw/arm: xlnx-versal-virt: Add Xilinx eFUSE device
Tong Ho
1
-0
/
+10
2021-09-30
hw/arm: xlnx-versal-virt: Add Xilinx BBRAM device
Tong Ho
1
-0
/
+5
2021-09-30
hw/nvram: Introduce Xilinx battery-backed ram
Tong Ho
1
-0
/
+54
2021-09-30
hw/nvram: Introduce Xilinx ZynqMP eFuse device
Tong Ho
1
-0
/
+44
2021-09-30
hw/nvram: Introduce Xilinx Versal eFuse device
Tong Ho
1
-0
/
+68
2021-09-30
hw/nvram: Introduce Xilinx eFuse QOM
Tong Ho
1
-0
/
+132
2021-09-29
nubus: add support for slot IRQs
Mark Cave-Ayland
1
-0
/
+6
2021-09-29
nubus-bridge: embed the NubusBus object directly within nubus-bridge
Mark Cave-Ayland
1
-1
/
+1
2021-09-29
nubus: move NubusBus from mac-nubus-bridge to nubus-bridge
Mark Cave-Ayland
2
-1
/
+2
2021-09-29
mac-nubus-bridge: rename MacNubusState to MacNubusBridge
Mark Cave-Ayland
1
-2
/
+2
2021-09-29
nubus-bridge: introduce separate NubusBridge structure
Mark Cave-Ayland
2
-1
/
+7
2021-09-29
nubus: move nubus to its own 32-bit address space
Mark Cave-Ayland
2
-0
/
+8
2021-09-29
nubus-device: add romfile property for loading declaration ROMs
Mark Cave-Ayland
1
-0
/
+6
2021-09-29
nubus-device: remove nubus_register_rom() and nubus_register_format_block()
Mark Cave-Ayland
1
-19
/
+0
2021-09-29
nubus: use bitmap to manage available slots
Mark Cave-Ayland
2
-7
/
+10
2021-09-29
nubus-device: expose separate super slot memory region
Mark Cave-Ayland
1
-0
/
+1
2021-09-29
nubus-device: rename slot_nb variable to slot
Mark Cave-Ayland
1
-1
/
+1
2021-09-27
hw/loader: Restrict PC_ROM_* definitions to hw/i386/pc
Philippe Mathieu-Daudé
1
-6
/
+0
2021-09-24
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20210921' into staging
Richard Henderson
2
-1
/
+15
2021-09-24
hw/nvme: fix verification of select field in namespace attachment
Naveen Nagar
1
-0
/
+5
2021-09-21
hw/core: Make do_unaligned_access noreturn
Richard Henderson
1
-1
/
+2
2021-09-21
include/exec: Move cpu_signal_handler declaration
Richard Henderson
1
-0
/
+13
2021-09-21
Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202...
Richard Henderson
8
-61
/
+165
2021-09-21
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210921'...
Peter Maydell
1
-1
/
+11
2021-09-21
arm/hvf: Add a WFI handler
Peter Collingbourne
1
-0
/
+1
2021-09-21
hw/riscv: virt: Add optional ACLINT support to virt machine
Anup Patel
1
-0
/
+2
2021-09-21
hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINT
Anup Patel
1
-18
/
+36
2021-09-21
hw/intc: Rename sifive_clint sources to riscv_aclint sources
Anup Patel
1
-0
/
+0
2021-09-21
sifive_u: Connect the SiFive PWM device
Alistair Francis
1
-1
/
+13
2021-09-21
hw/timer: Add SiFive PWM support
Alistair Francis
1
-0
/
+62
2021-09-21
hw/intc: ibex_timer: Convert the timer to use RISC-V CPU GPIO lines
Alistair Francis
1
-0
/
+2
2021-09-21
hw/intc: sifive_plic: Convert the PLIC to use RISC-V CPU GPIO lines
Alistair Francis
1
-0
/
+4
2021-09-21
hw/intc: ibex_plic: Convert the PLIC to use RISC-V CPU GPIO lines
Alistair Francis
1
-0
/
+2
2021-09-21
hw/intc: sifive_clint: Use RISC-V CPU GPIO lines
Alistair Francis
1
-0
/
+2
2021-09-20
hvf: Add Apple Silicon support
Alexander Graf
1
-1
/
+9
2021-09-20
hvf: Introduce hvf_arch_init() callback
Alexander Graf
1
-0
/
+1
2021-09-20
hw/arm/aspeed: Allow machine to set UART default
Peter Delevoryas
2
-0
/
+2
2021-09-20
aspeed: Emulate the AST2600A3
Joel Stanley
1
-0
/
+2
2021-09-20
watchdog: aspeed: Sanitize control register values
Andrew Jeffery
1
-0
/
+1
2021-09-16
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...
Peter Maydell
1
-0
/
+4
2021-09-16
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210916-pull-request' ...
Peter Maydell
3
-2
/
+9
2021-09-15
block: Clarify that @bytes is no limit on *pnum
Hanna Reitz
1
-0
/
+9
2021-09-15
block: block-status cache for data regions
Hanna Reitz
1
-0
/
+50
2021-09-15
block: Drop BDS comment regarding bdrv_append()
Hanna Reitz
1
-6
/
+0
2021-09-15
qdev: Complete qdev_init_gpio_out() documentation
Philippe Mathieu-Daudé
1
-0
/
+4
2021-09-15
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210914-4' in...
Peter Maydell
4
-30
/
+43
[next]