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-02-28
Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu int...
Peter Maydell
5
-21
/
+20
2024-02-28
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
4
-37
/
+57
2024-02-28
plugins: create CPUPluginState and migrate plugin_mask
Alex Bennée
1
-0
/
+5
2024-02-28
cpu: call plugin init hook asynchronously
Pierrick Bouvier
1
-2
/
+7
2024-02-28
gdbstub: Simplify XML lookup
Akihiko Odaki
1
-2
/
+3
2024-02-28
migration: MigrationNotifyFunc
Steve Sistare
2
-5
/
+2
2024-02-28
migration: MigrationEvent for notifiers
Steve Sistare
3
-13
/
+10
2024-02-28
migration: convert to NotifierWithReturn
Steve Sistare
2
-2
/
+6
2024-02-28
migration: remove error from notifier data
Steve Sistare
1
-4
/
+4
2024-02-28
notify: pass error to notifier with return
Steve Sistare
2
-2
/
+3
2024-02-28
ide, vl: turn -win2k-hack into a property on IDE devices
Paolo Bonzini
2
-1
/
+3
2024-02-28
ide: collapse parameters to ide_init_drive
Paolo Bonzini
3
-31
/
+20
2024-02-28
vl, pc: turn -no-fd-bootchk into a machine property
Paolo Bonzini
1
-5
/
+34
2024-02-27
Merge tag 'pull-target-arm-20240227-1' of https://git.linaro.org/people/pmayd...
Peter Maydell
25
-248
/
+1692
2024-02-27
Merge tag 'pull-aspeed-20240227' of https://github.com/legoater/qemu into sta...
Peter Maydell
5
-11
/
+22
2024-02-27
hw/misc/bcm2835_property: Add missed BCM2835 properties
Sergey Kambalin
1
-0
/
+21
2024-02-27
hw/arm/bcm2838_peripherals: Add clock_isp stub
Sergey Kambalin
1
-0
/
+6
2024-02-27
hw/arm: Add memory region for BCM2837 RPiVid ASB
Sergey Kambalin
1
-0
/
+3
2024-02-27
hw/arm/raspi4b: Temporarily disable unimplemented rpi4b devices
Sergey Kambalin
2
-4
/
+63
2024-02-27
hw/arm: Introduce Raspberry PI 4 machine
Sergey Kambalin
6
-14
/
+106
2024-02-27
hw/arm: Add GPIO and SD to BCM2838 periph
Sergey Kambalin
1
-0
/
+143
2024-02-27
hw/gpio: Connect SD controller to BCM2838 GPIO
Sergey Kambalin
1
-1
/
+51
2024-02-27
hw/gpio: Implement BCM2838 GPIO functionality
Sergey Kambalin
1
-3
/
+190
2024-02-27
hw/gpio: Add BCM2838 GPIO stub
Sergey Kambalin
2
-1
/
+157
2024-02-27
hw/arm/bcm2838: Add GIC-400 to BCM2838 SoC
Sergey Kambalin
2
-2
/
+168
2024-02-27
hw/arm: Introduce BCM2838 SoC
Sergey Kambalin
3
-0
/
+172
2024-02-27
hw/arm/raspi: Split out raspi machine common part
Sergey Kambalin
1
-48
/
+64
2024-02-27
hw/arm/bcm2853_peripherals: Split out common part of peripherals
Sergey Kambalin
2
-95
/
+127
2024-02-27
hw/arm/bcm2836: Split out common part of BCM283X classes
Sergey Kambalin
2
-45
/
+60
2024-02-27
hw/core/machine: Use qemu_register_resettable for sysbus reset
Peter Maydell
1
-4
/
+3
2024-02-27
hw/core/reset: Implement qemu_register_reset via qemu_register_resettable
Peter Maydell
1
-33
/
+106
2024-02-27
hw/core/reset: Add qemu_{register, unregister}_resettable()
Peter Maydell
1
-2
/
+29
2024-02-27
hw/core: Add ResetContainer which holds objects implementing Resettable
Peter Maydell
2
-0
/
+78
2024-02-27
arm: xlnx-versal-virt: Add machine property ospi-flash
Sai Pavan Boddu
1
-1
/
+43
2024-02-27
block: m25p80: Add support of mt35xu02gbba
Sai Pavan Boddu
3
-0
/
+40
2024-02-27
pl031: Update last RTCLR value on write in case it's read back
Jessica Clarke
1
-0
/
+1
2024-02-27
hw/arm: Use TYPE_OR_IRQ when connecting STM32L4x5 EXTI fan-in IRQs
Inès Varhol
1
-10
/
+70
2024-02-27
xlnx-versal-ospi: disable reentrancy detection for iomem_dac
Sai Pavan Boddu
1
-0
/
+6
2024-02-27
misc: pxa2xx_timer: replace qemu_system_reset_request() call with watchdog_pe...
Abhiram Tilak
1
-1
/
+2
2024-02-27
misc: m48t59: replace qemu_system_reset_request() call with watchdog_perform_...
Abhiram Tilak
1
-2
/
+2
2024-02-27
hw/arm/sbsa-ref: Simplify init since PCIe is always enabled
Marcin Juszkiewicz
1
-3
/
+2
2024-02-27
aspeed: fix hardcode boot address 0
Jamin Lin
3
-4
/
+6
2024-02-27
aspeed: introduce a new UART0 device name
Jamin Lin
5
-7
/
+16
2024-02-27
hw/ide: Include 'ide-internal.h' from current path
Philippe Mathieu-Daudé
17
-16
/
+16
2024-02-27
hw/ide: Remove last two uses of ide/internal.h outside of hw/ide/
BALATON Zoltan
2
-1
/
+453
2024-02-27
hw/arm/sbsa-ref: Do not open-code ahci_ide_create_devs()
Philippe Mathieu-Daudé
1
-10
/
+1
2024-02-27
hw/i386/pc: Populate RTC attribute directly
Bernhard Beschow
3
-20
/
+10
2024-02-27
hw/i386/pc: Remove unneeded class attribute "kvmclock_enabled"
Bernhard Beschow
2
-2
/
+1
2024-02-27
hw/i386/pc_{piix, q35}: Eliminate local pci_bus/pci_host variables
Bernhard Beschow
2
-17
/
+13
2024-02-27
hw/i386/pc: Rename "bus" attribute to "pcibus"
Bernhard Beschow
8
-13
/
+13
[next]