aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2024-03-05accel/tcg: Add tlb_fill_flags to CPUTLBEntryFullRichard Henderson1-0/+3
2024-03-05hw/arm/stm32l4x5_soc.c: Use the RCC SysclkArnaud Minier1-3/+0
2024-03-05hw/misc/stm32l4x5_rcc: Initialize PLLs and clock multiplexersArnaud Minier1-0/+705
2024-03-05hw/misc/stm32l4x5_rcc: Add an internal PLL Clock objectArnaud Minier2-0/+62
2024-03-05hw/misc/stm32l4x5_rcc: Add an internal clock multiplexer objectArnaud Minier2-0/+148
2024-03-05hw/misc/stm32l4x5_rcc: Implement STM32L4x5_RCC skeletonArnaud Minier3-0/+368
2024-03-05hw/arm: Connect BSC to BCM2835 board as I2C0, I2C1 and I2C2Rayhan Faizel1-1/+3
2024-03-05hw/i2c: Implement Broadcom Serial Controller (BSC)Rayhan Faizel1-0/+80
2024-03-05Merge tag 'pull-tcg-20240301' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell1-2/+0
2024-03-01Merge tag 'pull-loongarch-20240229' of https://gitlab.com/gaosong/qemu into s...Peter Maydell1-4/+6
2024-02-29cpu: Remove page_size_initRichard Henderson1-2/+0
2024-02-29loongarch: Change the UEFI loading mode to loongarchXianglai Li1-4/+6
2024-02-28Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu int...Peter Maydell2-2/+2
2024-02-28Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2-1/+3
2024-02-28plugins: create CPUPluginState and migrate plugin_maskAlex Bennée1-4/+7
2024-02-28hw/core/cpu: Remove gdb_get_dynamic_xml memberAkihiko Odaki1-4/+0
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki1-1/+2
2024-02-28migration: convert to NotifierWithReturnSteve Sistare2-2/+2
2024-02-28ide, vl: turn -win2k-hack into a property on IDE devicesPaolo Bonzini1-0/+2
2024-02-28vl, pc: turn -no-fd-bootchk into a machine propertyPaolo Bonzini1-1/+1
2024-02-27Merge tag 'pull-target-arm-20240227-1' of https://git.linaro.org/people/pmayd...Peter Maydell10-7/+312
2024-02-27Merge tag 'pull-aspeed-20240227' of https://github.com/legoater/qemu into sta...Peter Maydell1-2/+17
2024-02-27hw/misc/bcm2835_property: Add missed BCM2835 propertiesSergey Kambalin1-0/+11
2024-02-27hw/arm/bcm2838_peripherals: Add clock_isp stubSergey Kambalin1-0/+1
2024-02-27hw/arm: Add memory region for BCM2837 RPiVid ASBSergey Kambalin2-1/+3
2024-02-27hw/arm/raspi4b: Temporarily disable unimplemented rpi4b devicesSergey Kambalin1-0/+4
2024-02-27hw/arm: Introduce Raspberry PI 4 machineSergey Kambalin2-0/+13
2024-02-27hw/arm: Add GPIO and SD to BCM2838 periphSergey Kambalin1-0/+8
2024-02-27hw/gpio: Connect SD controller to BCM2838 GPIOSergey Kambalin1-0/+5
2024-02-27hw/gpio: Add BCM2838 GPIO stubSergey Kambalin1-0/+40
2024-02-27hw/arm/bcm2838: Add GIC-400 to BCM2838 SoCSergey Kambalin2-0/+39
2024-02-27hw/arm: Introduce BCM2838 SoCSergey Kambalin2-0/+65
2024-02-27hw/arm/raspi: Split out raspi machine common partSergey Kambalin1-0/+21
2024-02-27hw/arm/bcm2853_peripherals: Split out common part of peripheralsSergey Kambalin2-5/+27
2024-02-27hw/arm/bcm2836: Split out common part of BCM283X classesSergey Kambalin1-2/+24
2024-02-27hw/core: Add ResetContainer which holds objects implementing ResettablePeter Maydell1-0/+48
2024-02-27hw/arm: Use TYPE_OR_IRQ when connecting STM32L4x5 EXTI fan-in IRQsInès Varhol1-0/+4
2024-02-27aspeed: fix hardcode boot address 0Jamin Lin1-2/+0
2024-02-27aspeed: introduce a new UART0 device nameJamin Lin1-0/+17
2024-02-27hw/ide: Remove last two uses of ide/internal.h outside of hw/ide/BALATON Zoltan2-453/+1
2024-02-27hw/i386/pc: Remove unneeded class attribute "kvmclock_enabled"Bernhard Beschow1-1/+0
2024-02-27hw/i386/pc: Rename "bus" attribute to "pcibus"Bernhard Beschow1-1/+1
2024-02-27hw/i386/x86: Let ioapic_init_gsi() take parent as pointerBernhard Beschow1-1/+1
2024-02-27hw/usb: remove usb_bus_findPaolo Bonzini1-1/+0
2024-02-27hw/nubus: add nubus-virtio-mmio deviceMark Cave-Ayland1-0/+36
2024-02-27hw/nubus: increase maximum Declaration ROM size from 128k to 1MbMark Cave-Ayland1-1/+1
2024-02-26hw/sysbus: Remove now unused sysbus_address_space()Philippe Mathieu-Daudé1-1/+0
2024-02-23ppc/pnv: Implement the ChipTOD to Core transferNicholas Piggin2-0/+6
2024-02-23ppc/pnv: Wire ChipTOD model to powernv9 and powernv10 machinesNicholas Piggin1-0/+3
2024-02-23ppc/pnv: Add POWER9/10 chiptod modelNicholas Piggin2-0/+58