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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-15
vdpa: Add custom IOTLB translations to SVQ
Eugenio Pérez
1
-0
/
+3
2022-03-15
vhost: Add Shadow VirtQueue kick forwarding capabilities
Eugenio Pérez
1
-0
/
+4
2022-03-10
Merge remote-tracking branch 'remotes/mcayland/tags/q800-updates-for-7.0-2022...
Peter Maydell
5
-41
/
+69
2022-03-09
Merge remote-tracking branch 'remotes/philmd/tags/pmbus-20220308' into staging
Peter Maydell
2
-1
/
+76
2022-03-09
Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20220308' int...
Peter Maydell
1
-2
/
+1
2022-03-09
esp: convert ESPState pdma_cb from a function pointer to an integer
Mark Cave-Ayland
1
-1
/
+10
2022-03-09
macfb: increase number of registers saved in MacfbState
Mark Cave-Ayland
1
-1
/
+2
2022-03-09
macfb: don't use special irq_state and irq_mask variables in MacfbState
Mark Cave-Ayland
1
-2
/
+0
2022-03-09
macio/pmu.c: remove redundant code
Mark Cave-Ayland
1
-2
/
+0
2022-03-09
mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQs
Mark Cave-Ayland
1
-0
/
+15
2022-03-09
mos6522: record last_irq_levels in mos6522_set_irq()
Mark Cave-Ayland
1
-0
/
+1
2022-03-09
mos6522: add "info via" HMP command for debugging
Mark Cave-Ayland
1
-0
/
+2
2022-03-09
mos6522: add register names to register read/write trace events
Mark Cave-Ayland
1
-0
/
+2
2022-03-09
mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClass
Mark Cave-Ayland
1
-2
/
+0
2022-03-09
mos6522: switch over to use qdev gpios for IRQs
Mark Cave-Ayland
2
-5
/
+2
2022-03-09
mac_via: use IFR bit flag constants for VIA2 IRQs
Mark Cave-Ayland
1
-10
/
+9
2022-03-09
mac_via: use IFR bit flag constants for VIA1 IRQs
Mark Cave-Ayland
1
-10
/
+10
2022-03-09
mos6522: add defines for IFR bit flags
Mark Cave-Ayland
1
-7
/
+15
2022-03-09
Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into staging
Peter Maydell
4
-8
/
+1
2022-03-08
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
14
-14
/
+134
2022-03-08
hw/isa: Inline and remove one-line isa_init_irq()
Bernhard Beschow
1
-1
/
+0
2022-03-08
hw/isa: Drop unused attributes from ISADevice
Bernhard Beschow
1
-2
/
+0
2022-03-08
hw/rtc/mc146818rtc: QOM'ify IRQ number
Bernhard Beschow
1
-0
/
+1
2022-03-08
hw/mips/gt64xxx_pci: Resolve gt64120_register()
Bernhard Beschow
1
-3
/
+0
2022-03-08
hw/isa/piix4: Resolve global instance variable
Bernhard Beschow
1
-2
/
+0
2022-03-08
malta: Move PCI interrupt handling from gt64xxx_pci to piix4
Bernhard Beschow
1
-1
/
+1
2022-03-08
hw/sensor: add Renesas raa228000 device
Titus Rwantare
1
-0
/
+1
2022-03-08
hw/sensor: add Renesas raa229004 PMBus device
Titus Rwantare
1
-0
/
+1
2022-03-08
hw/sensor: add Intersil ISL69260 device model
Titus Rwantare
1
-0
/
+50
2022-03-08
hw/i2c: Added linear mode translation for pmbus devices
Shengtan Mao
1
-1
/
+19
2022-03-08
hw/i2c: pmbus: fix error returns and guard against out of range accesses
Titus Rwantare
1
-0
/
+2
2022-03-08
hw/i2c: pmbus: add registers
Titus Rwantare
1
-0
/
+3
2022-03-08
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...
Peter Maydell
1
-0
/
+1
2022-03-08
aspeed/smc: Rename 'max_peripherals' to 'cs_num_max'
Cédric Le Goater
1
-1
/
+1
2022-03-08
aspeed/smc: Remove 'num_cs' field
Cédric Le Goater
1
-1
/
+0
2022-03-07
hw/arm/virt: Disable LPA2 for -machine virt-6.2
Richard Henderson
1
-0
/
+1
2022-03-06
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé
1
-2
/
+2
2022-03-06
target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
Philippe Mathieu-Daudé
1
-0
/
+18
2022-03-06
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
1
-1
/
+1
2022-03-06
hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table
Liav Albani
2
-0
/
+16
2022-03-06
exec: Declare vaddr as a generic target-agnostic type
Philippe Mathieu-Daudé
1
-12
/
+1
2022-03-06
x86: cleanup unused compat_apic_id_mode
Igor Mammedov
1
-2
/
+0
2022-03-06
pc: add option to disable PS/2 mouse/keyboard
Joelle van Dyne
1
-0
/
+2
2022-03-06
acpi: pcihp: pcie: set power on cap on parent slot
Igor Mammedov
1
-0
/
+1
2022-03-06
pci: expose TYPE_XIO3130_DOWNSTREAM name
Igor Mammedov
1
-0
/
+15
2022-03-06
hw/misc/pvpanic: Use standard headers instead
zhenwei pi
1
-8
/
+0
2022-03-06
pcie: Add 1.2 version token for the Power Management Capability
Łukasz Gieryk
1
-0
/
+1
2022-03-06
pcie: Add a helper to the SR/IOV API
Łukasz Gieryk
1
-0
/
+6
2022-03-06
pcie: Add support for Single Root I/O Virtualization (SR/IOV)
Knut Omang
3
-3
/
+86
2022-03-06
virtio-iommu: Default to bypass during boot
Jean-Philippe Brucker
1
-0
/
+1
[next]