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
2024-09-24
hw/net: remove return after g_assert_not_reached()
Pierrick Bouvier
3
-5
/
+0
2024-09-24
hw/hyperv: remove return after g_assert_not_reached()
Pierrick Bouvier
2
-4
/
+0
2024-09-24
hw/tpm: remove break after g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+0
2024-09-24
hw/scsi: remove break after g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+0
2024-09-24
hw/net: remove break after g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+0
2024-09-24
hw/acpi: remove break after g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+0
2024-09-24
hw/ppc: replace assert(false) with g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+1
2024-09-24
hw/pci: replace assert(false) with g_assert_not_reached()
Pierrick Bouvier
1
-2
/
+2
2024-09-24
hw/nvme: replace assert(false) with g_assert_not_reached()
Pierrick Bouvier
1
-4
/
+4
2024-09-24
hw/net: replace assert(false) with g_assert_not_reached()
Pierrick Bouvier
3
-3
/
+3
2024-09-24
hw/hyperv: replace assert(false) with g_assert_not_reached()
Pierrick Bouvier
2
-9
/
+9
2024-09-24
hw/net: replace assert(0) with g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+1
2024-09-24
hw/arm: replace assert(0) with g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+1
2024-09-24
hw/acpi: replace assert(0) with g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+1
2024-09-19
hw/char/stm32l4x5_usart.c: Enable USART ACK bit response
Jacob Abrams
1
-0
/
+16
2024-09-18
mac_dbdma: Remove leftover `dma_memory_unmap` calls
Mattias Nissler
1
-6
/
+0
2024-09-17
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Peter Maydell
1
-1
/
+1
2024-09-17
Merge tag 'pull-vfio-20240917' of https://github.com/legoater/qemu into staging
Peter Maydell
4
-27
/
+162
2024-09-17
hw/block: fix uint32 overflow
Dmitry Frolov
1
-1
/
+1
2024-09-17
vfio/igd: correctly calculate stolen memory size for gen 9 and later
Corvin Köhne
1
-4
/
+11
2024-09-17
vfio/igd: don't set stolen memory size to zero
Corvin Köhne
1
-17
/
+18
2024-09-17
vfio/igd: add ID's for ElkhartLake and TigerLake
Corvin Köhne
1
-0
/
+6
2024-09-17
vfio/igd: add new bar0 quirk to emulate BDSM mirror
Corvin Köhne
3
-0
/
+100
2024-09-17
vfio/igd: use new BDSM register location and size for gen 11 and later
Corvin Köhne
1
-7
/
+24
2024-09-17
vfio/igd: support legacy mode for all known generations
Corvin Köhne
1
-1
/
+1
2024-09-17
vfio/igd: return an invalid generation for unknown devices
Corvin Köhne
1
-1
/
+5
2024-09-17
hw/vfio/pci.c: Use correct type in trace_vfio_msix_early_setup()
Peter Maydell
1
-1
/
+1
2024-09-16
aspeed: Add tmp105 in i2c bus 0 for AST2700
Jamin Lin
1
-0
/
+10
2024-09-16
aspeed/soc: Support I2C for AST2700
Jamin Lin
1
-0
/
+24
2024-09-16
aspeed/soc: Introduce a new API to get the device irq
Jamin Lin
1
-0
/
+21
2024-09-16
hw/i2c/aspeed: Add support for 64 bit addresses
Jamin Lin
1
-0
/
+14
2024-09-16
hw/i2c/aspeed: Add support for Tx/Rx buffer 64 bit addresses
Jamin Lin
1
-0
/
+48
2024-09-16
hw/i2c/aspeed: Add AST2700 support
Jamin Lin
1
-0
/
+62
2024-09-16
hw/i2c/aspeed: Introduce a new dma_dram_offset attribute in AspeedI2Cbus
Jamin Lin
1
-19
/
+32
2024-09-16
hw/i2c/aspeed: Support discontinuous poll buffer memory region of I2C bus
Jamin Lin
1
-1
/
+2
2024-09-16
hw/i2c/aspeed: Introduce a new bus pool buffer attribute in AspeedI2Cbus
Jamin Lin
1
-18
/
+113
2024-09-16
hw/i2c/aspeed: Support discontinuous register memory region of I2C bus
Jamin Lin
1
-1
/
+2
2024-09-16
hw/gpio/aspeed_gpio: Avoid shift into sign bit
Peter Maydell
1
-1
/
+1
2024-09-13
hw/pci-host: remove break after g_assert_not_reached()
Pierrick Bouvier
1
-2
/
+0
2024-09-13
hw/misc: remove break after g_assert_not_reached()
Pierrick Bouvier
2
-3
/
+0
2024-09-13
hw/gpio: remove break after g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+0
2024-09-13
hw/watchdog: replace assert(0) with g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+1
2024-09-13
hw/core: replace assert(0) with g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+1
2024-09-13
hw/char: replace assert(0) with g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+1
2024-09-13
hw/input/adb-mouse: convert to use QemuInputHandler
Mark Cave-Ayland
1
-10
/
+51
2024-09-13
hw/char/escc: convert Sun mouse to use QemuInputHandler
Mark Cave-Ayland
1
-22
/
+66
2024-09-13
hw/sensor/tmp105: Lower 4 bit of limit registers are always 0
Guenter Roeck
1
-1
/
+1
2024-09-13
hw/sensor/tmp105: OS (one-shot) bit in config register always returns 0
Philippe Mathieu-Daudé
1
-7
/
+3
2024-09-13
hw/sensor/tmp105: Pass 'oneshot' argument to tmp105_alarm_update()
Philippe Mathieu-Daudé
1
-5
/
+5
2024-09-13
hw/sensor/tmp105: Use registerfields API
Philippe Mathieu-Daudé
1
-11
/
+19
[next]