index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
MAX78000: Add AES to SOC
Jackson Donaldson
2025-07-08
1
-0
/
+2
|
*
|
MAX78000: AES implementation
Jackson Donaldson
2025-07-08
2
-0
/
+69
|
*
|
MAX78000: Add TRNG to SOC
Jackson Donaldson
2025-07-08
1
-0
/
+2
|
*
|
MAX78000: TRNG Implementation
Jackson Donaldson
2025-07-08
2
-0
/
+36
|
*
|
MAX78000: Add GCR to SOC
Jackson Donaldson
2025-07-08
1
-0
/
+2
|
*
|
MAX78000: GCR Implementation
Jackson Donaldson
2025-07-08
1
-0
/
+129
|
*
|
MAX78000: Add UART to SOC
Jackson Donaldson
2025-07-08
1
-0
/
+3
|
*
|
MAX78000: UART Implementation
Jackson Donaldson
2025-07-08
1
-0
/
+78
|
*
|
MAX78000: Add ICC to SOC
Jackson Donaldson
2025-07-08
1
-0
/
+6
|
*
|
MAX78000: ICC Implementation
Jackson Donaldson
2025-07-08
1
-0
/
+33
|
*
|
MAX78000: Add MAX78000FTHR Machine
Jackson Donaldson
2025-07-08
1
-0
/
+35
|
|
/
*
/
hw/intc/loongarch_extioi: Move unrealize function to common code
Bibo Mao
2025-07-11
2
-1
/
+1
|
/
*
Merge tag 'accel-20250704' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2025-07-07
2
-1
/
+3
|
\
|
*
accel/system: Convert pre_resume() from AccelOpsClass to AccelClass
Philippe Mathieu-Daudé
2025-07-04
2
-1
/
+3
|
*
accel: Pass AccelState argument to gdbstub_supported_sstep_flags()
Philippe Mathieu-Daudé
2025-07-04
1
-1
/
+1
|
*
accel: Remove unused MachineState argument of AccelClass::setup_post()
Philippe Mathieu-Daudé
2025-07-04
1
-1
/
+1
|
*
accel: Directly pass AccelState argument to AccelClass::has_memory()
Philippe Mathieu-Daudé
2025-07-04
1
-1
/
+1
|
*
accel: Propagate AccelState to AccelClass::init_machine()
Philippe Mathieu-Daudé
2025-07-04
1
-1
/
+1
|
*
accel: Keep reference to AccelOpsClass in AccelClass
Philippe Mathieu-Daudé
2025-07-04
2
-1
/
+5
|
*
accel: Expose and register generic_handle_interrupt()
Philippe Mathieu-Daudé
2025-07-04
1
-0
/
+3
|
*
accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h'
Philippe Mathieu-Daudé
2025-07-04
1
-5
/
+0
|
*
accel/whpx: Expose whpx_enabled() to common code
Philippe Mathieu-Daudé
2025-07-04
1
-11
/
+12
|
*
accel/nvmm: Expose nvmm_enabled() to common code
Philippe Mathieu-Daudé
2025-07-04
1
-11
/
+12
|
*
accel/system: Document cpu_synchronize_state_post_init/reset()
Philippe Mathieu-Daudé
2025-07-04
2
-0
/
+16
|
*
accel/system: Document cpu_synchronize_state()
Philippe Mathieu-Daudé
2025-07-04
2
-1
/
+18
|
*
accel/hvf: Replace @dirty field by generic CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
2025-07-04
1
-1
/
+0
|
*
cpus: Document CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
2025-07-04
1
-1
/
+2
|
*
accel/hvf: Restrict internal declarations
Philippe Mathieu-Daudé
2025-07-04
2
-38
/
+34
|
*
accel/kvm: Reduce kvm_create_vcpu() declaration scope
Philippe Mathieu-Daudé
2025-07-04
1
-8
/
+0
*
|
Merge tag 'pull-riscv-to-apply-20250704' of https://github.com/alistair23/qem...
Stefan Hajnoczi
2025-07-04
1
-0
/
+68
|
\
\
|
*
|
hw/riscv: Initial support for BOSC's Xiangshan Kunminghu FPGA prototype
Huang Borong
2025-07-04
1
-0
/
+68
|
|
/
*
|
Merge tag 'accel-20250704' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2025-07-04
10
-81
/
+106
|
\
\
|
*
|
accel: Pass AccelState argument to gdbstub_supported_sstep_flags()
Philippe Mathieu-Daudé
2025-07-04
1
-1
/
+1
|
*
|
accel: Remove unused MachineState argument of AccelClass::setup_post()
Philippe Mathieu-Daudé
2025-07-04
1
-1
/
+1
|
*
|
accel: Directly pass AccelState argument to AccelClass::has_memory()
Philippe Mathieu-Daudé
2025-07-04
1
-1
/
+1
|
*
|
accel: Propagate AccelState to AccelClass::init_machine()
Philippe Mathieu-Daudé
2025-07-04
1
-1
/
+1
|
*
|
accel: Keep reference to AccelOpsClass in AccelClass
Philippe Mathieu-Daudé
2025-07-04
2
-1
/
+5
|
*
|
accel: Expose and register generic_handle_interrupt()
Philippe Mathieu-Daudé
2025-07-04
1
-0
/
+3
|
*
|
accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h'
Philippe Mathieu-Daudé
2025-07-04
1
-5
/
+0
|
*
|
accel/whpx: Expose whpx_enabled() to common code
Philippe Mathieu-Daudé
2025-07-04
1
-11
/
+12
|
*
|
accel/nvmm: Expose nvmm_enabled() to common code
Philippe Mathieu-Daudé
2025-07-04
1
-11
/
+12
|
*
|
accel/system: Document cpu_synchronize_state_post_init/reset()
Philippe Mathieu-Daudé
2025-07-04
2
-0
/
+16
|
*
|
accel/system: Document cpu_synchronize_state()
Philippe Mathieu-Daudé
2025-07-04
2
-1
/
+18
|
*
|
accel/hvf: Replace @dirty field by generic CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
2025-07-04
1
-1
/
+0
|
*
|
cpus: Document CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
2025-07-04
1
-1
/
+2
|
*
|
accel/hvf: Restrict internal declarations
Philippe Mathieu-Daudé
2025-07-04
2
-38
/
+34
|
*
|
accel/kvm: Reduce kvm_create_vcpu() declaration scope
Philippe Mathieu-Daudé
2025-07-04
1
-8
/
+0
|
|
/
*
|
Merge tag 'pull-vfio-20250704' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
2025-07-04
7
-6
/
+71
|
\
\
|
*
|
vfio/container: delete old cpr register
Steve Sistare
2025-07-03
1
-4
/
+0
|
*
|
vfio/iommufd: cpr state
Steve Sistare
2025-07-03
1
-0
/
+3
[prev]
[next]