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
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-23
hw/virtio: Introduce VHOST_VSOCK_COMMON symbol in Kconfig
Philippe Mathieu-Daudé
2
-2
/
+9
2023-06-23
hw/scsi: Rename target-specific source set as 'specific_virtio_scsi_ss'
Philippe Mathieu-Daudé
1
-6
/
+6
2023-06-23
hw/scsi: Rearrange meson.build
Philippe Mathieu-Daudé
1
-5
/
+5
2023-06-23
hw/scsi: Introduce VHOST_SCSI_COMMON symbol in Kconfig
Philippe Mathieu-Daudé
2
-2
/
+10
2023-06-23
cryptodev-vhost-user: add asymmetric crypto support
Gowrishankar Muthukrishnan
1
-13
/
+62
2023-06-23
hw/cxl/events: Add injection of Memory Module Events
Jonathan Cameron
2
-0
/
+74
2023-06-22
hw/cxl/events: Add injection of DRAM events
Jonathan Cameron
2
-0
/
+129
2023-06-22
hw/cxl/events: Add injection of General Media Events
Ira Weiny
2
-0
/
+121
2023-06-22
hw/cxl/events: Add event interrupt support
Ira Weiny
3
-24
/
+119
2023-06-22
hw/cxl/events: Wire up get/clear event mailbox commands
Ira Weiny
4
-2
/
+257
2023-06-22
hw/cxl: Move CXLRetCode definition to cxl_device.h
Jonathan Cameron
1
-28
/
+0
2023-06-22
hw/cxl/events: Add event status register
Ira Weiny
1
-5
/
+38
2023-06-22
hw/cxl: Add clear poison mailbox command support.
Jonathan Cameron
2
-0
/
+119
2023-06-22
hw/cxl: Add poison injection via the mailbox.
Jonathan Cameron
1
-0
/
+42
2023-06-22
hw/cxl: QMP based poison injection support
Jonathan Cameron
3
-0
/
+152
2023-06-22
mac_via: fix rtc command decoding for the PRAM seconds registers
Mark Cave-Ayland
1
-5
/
+6
2023-06-22
mac_via: fix rtc command decoding from PRAM addresses 0x0 to 0xf
Mark Cave-Ayland
1
-1
/
+1
2023-06-22
q800: move macfb device to Q800MachineState
Mark Cave-Ayland
1
-2
/
+4
2023-06-22
q800: don't access Nubus bus directly from the mac-nubus-bridge device
Mark Cave-Ayland
1
-1
/
+1
2023-06-22
q800: move mac-nubus-bridge device to Q800MachineState
Mark Cave-Ayland
1
-7
/
+14
2023-06-22
q800: move SWIM device to Q800MachineState
Mark Cave-Ayland
1
-3
/
+5
2023-06-22
q800: move ESP device to Q800MachineState
Mark Cave-Ayland
1
-4
/
+5
2023-06-22
q800: move escc_orgate device to Q800MachineState
Mark Cave-Ayland
1
-7
/
+9
2023-06-22
q800: move ESCC device to Q800MachineState
Mark Cave-Ayland
1
-2
/
+4
2023-06-22
q800: move dp8393x device to Q800MachineState
Mark Cave-Ayland
1
-2
/
+4
2023-06-22
hw/net/dp8393x.c: move TYPE_DP8393X and dp8393xState into dp8393x.h
Mark Cave-Ayland
1
-31
/
+1
2023-06-22
q800: move VIA2 device to Q800MachineState
Mark Cave-Ayland
1
-11
/
+16
2023-06-22
q800: move VIA1 device to Q800MachineState
Mark Cave-Ayland
1
-7
/
+9
2023-06-22
q800: reimplement mac-io region aliasing using IO memory region
Mark Cave-Ayland
1
-19
/
+81
2023-06-22
q800: introduce mac-io container memory region
Mark Cave-Ayland
1
-0
/
+6
2023-06-22
q800: move GLUE device to Q800MachineState
Mark Cave-Ayland
1
-10
/
+14
2023-06-22
q800-glue.c: switch TypeInfo registration to use DEFINE_TYPES() macro
Mark Cave-Ayland
1
-16
/
+13
2023-06-22
q800: move GLUE device into separate q800-glue.c file
Mark Cave-Ayland
3
-238
/
+254
2023-06-22
q800: move ROM memory region to Q800MachineState
Mark Cave-Ayland
1
-8
/
+5
2023-06-22
q800: move CPU object into Q800MachineState
Mark Cave-Ayland
1
-5
/
+13
2023-06-22
q800: rename q800_init() to q800_machine_init()
Mark Cave-Ayland
1
-2
/
+3
2023-06-22
q800: introduce Q800MachineState
Mark Cave-Ayland
1
-0
/
+2
2023-06-22
q800: add missing space after parent object in GLUEState
Mark Cave-Ayland
1
-0
/
+1
2023-06-22
q800: fix up minor spacing issues in hw_compat_q800 GlobalProperty array
Mark Cave-Ayland
1
-5
/
+5
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
46
-544
/
+544
2023-06-20
meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-19
hw/misc/bcm2835_property: Handle CORE_CLK_ID firmware property
Sergey Kambalin
1
-0
/
+3
2023-06-19
hw/misc/bcm2835_property: Replace magic frequency values by definitions
Sergey Kambalin
1
-3
/
+5
2023-06-19
hw/misc/bcm2835_property: Use 'raspberrypi-fw-defs.h' definitions
Sergey Kambalin
1
-50
/
+51
2023-06-19
imx_serial: set wake bit when we receive a data byte
Martin Kaiser
1
-1
/
+4
2023-06-19
hw/arm/Kconfig: sbsa-ref uses Bochs display
Marcin Juszkiewicz
1
-0
/
+1
2023-06-19
hw/timer/nrf51_timer: Don't lose time when timer is queried in tight loop
Peter Maydell
1
-1
/
+6
2023-06-19
hw/sd/allwinner-sdhost: Don't send non-boolean IRQ line levels
Peter Maydell
1
-1
/
+1
2023-06-19
hw/intc/allwinner-a10-pic: Handle IRQ levels other than 0 or 1
Peter Maydell
1
-1
/
+1
2023-06-16
Merge tag 'pull-loongarch-20230616' of https://gitlab.com/gaosong/qemu into s...
Richard Henderson
4
-36
/
+231
[prev]
[next]