summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-314-6/+7
| * | | hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow2022-10-316-11/+26
| * | | hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow2022-10-314-3/+4
| * | | 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 'imp-202210-pull-request' of https://github.com/qemu-bsd-user/qemu-...Stefan Hajnoczi2022-10-312-0/+2
|\ \ \
| * | | bsd-user: Catch up with sys/param.h requirement for machine/pmap.hMuhammad Moinur Rahman2022-10-262-0/+2
* | | | Merge tag 'pull-ppc-20221029' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-10-3136-1615/+2736
|\ \ \ \
| * | | | target/ppc: Fix regression in Radix MMULeandro Lupori2022-10-291-8/+21
| * | | | hw/ppc/e500: Implement pflash handlingBernhard Beschow2022-10-293-0/+95
| * | | | 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
| * | | | docs/system/ppc/ppce500: Use qemu-system-ppc64 across the board(s)Bernhard Beschow2022-10-281-5/+5
| * | | | target/ppc: Increment PMC5 with inline insnsLeandro Lupori2022-10-284-39/+67
| * | | | target/ppc: Add new PMC HFLAGSLeandro Lupori2022-10-283-1/+13
| * | | | 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-283-74/+69Star
| * | | | 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: move the p*_interrupt_powersave methods to excp_helper.cMatheus Ferst2022-10-283-108/+102Star
| * | | | target/ppc: unify cpu->has_work based on cs->interrupt_requestMatheus Ferst2022-10-281-93/+1Star
| * | | | target/ppc: introduce ppc_maybe_interruptMatheus Ferst2022-10-2810-8/+67
| * | | | target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY buildsMatheus Ferst2022-10-282-1/+3
| * | | | target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...Matheus Ferst2022-10-283-13/+14
| * | | | target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7Matheus Ferst2022-10-281-20/+25
| * | | | target/ppc: remove generic architecture checks from p7_deliver_interruptMatheus Ferst2022-10-281-3/+0Star
| * | | | target/ppc: remove unused interrupts from p7_deliver_interruptMatheus Ferst2022-10-281-50/+0Star
| * | | | target/ppc: create an interrupt deliver method for POWER7Matheus Ferst2022-10-281-0/+107
| * | | | target/ppc: remove unused interrupts from p7_next_unmasked_interruptMatheus Ferst2022-10-281-55/+8Star
| * | | | target/ppc: create an interrupt masking method for POWER7Matheus Ferst2022-10-281-0/+108
| * | | | target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...Matheus Ferst2022-10-283-13/+14
| * | | | target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8Matheus Ferst2022-10-281-28/+33
| * | | | target/ppc: remove generic architecture checks from p8_deliver_interruptMatheus Ferst2022-10-281-3/+0Star
| * | | | target/ppc: remove unused interrupts from p8_deliver_interruptMatheus Ferst2022-10-281-30/+0Star
| * | | | target/ppc: create an interrupt deliver method for POWER8Matheus Ferst2022-10-281-0/+107
| * | | | target/ppc: remove unused interrupts from p8_next_unmasked_interruptMatheus Ferst2022-10-281-38/+7Star
| * | | | target/ppc: create an interrupt masking method for POWER8Matheus Ferst2022-10-281-0/+108
| * | | | target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...Matheus Ferst2022-10-283-14/+38
| * | | | target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9Matheus Ferst2022-10-281-76/+50Star
| * | | | target/ppc: remove generic architecture checks from p9_deliver_interruptMatheus Ferst2022-10-281-8/+1Star
| * | | | target/ppc: remove unused interrupts from p9_deliver_interruptMatheus Ferst2022-10-281-27/+0Star
| * | | | target/ppc: create an interrupt deliver method for POWER9/POWER10Matheus Ferst2022-10-281-0/+112