summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
* | | mac_newworld: Drop some variablesBALATON Zoltan2022-10-311-36/+29Star
|/ /
* | Merge tag 'mips-20221030' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2022-10-3120-198/+261
|\ \
| * | hw/mips/malta: Use bootloader helper to set BAR registersJiaxun Yang2022-10-311-45/+40Star
| * | hw/mips: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang2022-10-311-31/+12Star
| * | hw/mips/bootloader: Allow bl_gen_jump_kernel to optionally set registerPhilippe Mathieu-Daudé2022-10-313-10/+31
| * | hw/mips/boston: Don't set link_up for xilinx-pcieJiaxun Yang2022-10-311-5/+4Star
| * | hw/isa/piix4: Move pci_ide_create_devs() call to board codeBernhard Beschow2022-10-312-5/+6
| * | hw/isa/piix4: Add missing initializationBernhard Beschow2022-10-311-0/+2
| * | hw/isa/Kconfig: Fix dependencies of piix4 southbridgeBernhard Beschow2022-10-311-0/+6
| * | hw/mips/malta: Reuse dev variableBernhard Beschow2022-10-311-3/+2Star
| * | hw/isa/piix3: Remove unused includeBernhard Beschow2022-10-311-1/+0Star
| * | hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow2022-10-313-4/+7
| * | hw/isa/piix4: Rename wrongly named methodBernhard Beschow2022-10-311-2/+2
| * | hw/isa/piix3: Prefer pci_address_space() over get_system_memory()Bernhard Beschow2022-10-311-1/+1
| * | hw/isa/piix3: Modernize reset handlingBernhard Beschow2022-10-311-5/+3Star
| * | hw/isa/piix3: Add size constraints to rcr_opsBernhard Beschow2022-10-311-1/+5
| * | hw/isa/piix3: Remove extra ';' outside of functionsBernhard Beschow2022-10-311-3/+3
| * | hw/i386/pc: Create DMA controllers in south bridgesBernhard Beschow2022-10-315-5/+14
| * | hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan2022-10-316-10/+0Star
| * | hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow2022-10-313-2/+8
| * | hw/isa/vt82c686: Embed RTCState in host deviceBernhard Beschow2022-10-311-1/+11
| * | hw/mips/fuloong2e: Inline vt82c686b_southbridge_init() and remove itBernhard Beschow2022-10-311-18/+10Star
| * | hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host deviceBernhard Beschow2022-10-313-9/+16
| * | hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow2022-10-313-3/+15
| * | hw/isa/vt82c686: Instantiate USB functions in host deviceBernhard Beschow2022-10-313-7/+12
| * | hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow2022-10-313-6/+6
| * | hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow2022-10-315-10/+26
| * | hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow2022-10-313-3/+3
| * | hw/isa/vt82c686: Reuse errpBernhard Beschow2022-10-311-1/+6
| * | hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()Bernhard Beschow2022-10-311-1/+1
| * | hw/isa/vt82c686: Resolve unneeded attributeBernhard Beschow2022-10-311-8/+8
| * | hw/isa/vt82c686: Resolve chip-specific realize methodsBernhard Beschow2022-10-311-15/+18
* | | Merge tag 'pull-ppc-20221029' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-10-3115-804/+907
|\ \ \
| * | | hw/ppc/e500: Implement pflash handlingBernhard Beschow2022-10-292-0/+80
| * | | hw/sd/sdhci: Rename ESDHC_* defines to USDHC_*Bernhard Beschow2022-10-281-33/+33
| * | | hw/sd/sdhci-internal: Unexport ESDHC definesBernhard Beschow2022-10-282-20/+19Star
| * | | hw/block/pflash_cfi0{1, 2}: Error out if device length isn't a power of twoBernhard Beschow2022-10-282-2/+11
| * | | ppc4xx_sdram: Add errp parameter to ppc4xx_sdram_banks()BALATON Zoltan2022-10-281-9/+19
| * | | ppc4xx_sdram: Convert DDR SDRAM controller to new bank handlingBALATON Zoltan2022-10-281-61/+37Star
| * | | ppc4xx_sdram: Generalise bank setupBALATON Zoltan2022-10-282-44/+48
| * | | ppc4xx_sdram: Rename local state variable for brevityBALATON Zoltan2022-10-281-79/+79
| * | | ppc4xx_sdram: Use hwaddr for memory bank sizeBALATON Zoltan2022-10-281-10/+4Star
| * | | ppc4xx_sdram: Move ppc4xx_sdram_banks() to ppc4xx_sdram.cBALATON Zoltan2022-10-282-62/+61Star
| * | | ppc4xx_devs.c: Move DDR SDRAM controller model to ppc4xx_sdram.cBALATON Zoltan2022-10-282-352/+365
| * | | ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.cBALATON Zoltan2022-10-283-333/+350
| * | | target/ppc: introduce ppc_maybe_interruptMatheus Ferst2022-10-284-7/+9
| * | | target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst2022-10-282-6/+6
* | | | Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-10-313-1/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | tests/qtest/libqos/e1000e: Use e1000_regs.hAkihiko Odaki2022-10-281-0/+1
| * | | s390x/tod-kvm: don't save/restore the TOD in PV guestsNico Boehr2022-10-271-0/+9