aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-31hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow4-5/+15
2022-10-31hw/isa/vt82c686: Instantiate USB functions in host deviceBernhard Beschow3-7/+12
2022-10-31hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow4-6/+7
2022-10-31hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow6-11/+26
2022-10-31hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow4-3/+4
2022-10-31hw/isa/vt82c686: Reuse errpBernhard Beschow1-1/+6
2022-10-31hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()Bernhard Beschow1-1/+1
2022-10-31hw/isa/vt82c686: Resolve unneeded attributeBernhard Beschow1-8/+8
2022-10-31hw/isa/vt82c686: Resolve chip-specific realize methodsBernhard Beschow1-15/+18
2022-10-31Merge tag 'imp-202210-pull-request' of https://github.com/qemu-bsd-user/qemu-...Stefan Hajnoczi2-0/+2
2022-10-31Merge tag 'pull-ppc-20221029' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi36-1615/+2736
2022-10-31Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi48-1416/+1666
2022-10-31block/nfs: Fix 32-bit Windows buildBin Meng1-0/+8
2022-10-31scripts/nsis.py: Automatically package required DLLs of QEMU executablesBin Meng2-4/+43
2022-10-31scripts/nsis.py: Fix destination directory name when invoked on WindowsBin Meng1-5/+7
2022-10-31scripts/nsis.py: Drop the unnecessary path separatorBin Meng1-1/+1
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi17-31/+642
2022-10-30Merge tag 'pull-error-2022-10-28' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi7-11/+10
2022-10-30Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi25-210/+1473
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi63-983/+984
2022-10-30Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Stefan Hajnoczi11-158/+616
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi42-96/+1435
2022-10-30Merge tag 'qga-pull-2022-10-26' of https://github.com/kostyanf14/qemu into st...Stefan Hajnoczi8-440/+780
2022-10-29target/ppc: Fix regression in Radix MMULeandro Lupori1-8/+21
2022-10-29hw/ppc/e500: Implement pflash handlingBernhard Beschow3-0/+95
2022-10-28hw/sd/sdhci: Rename ESDHC_* defines to USDHC_*Bernhard Beschow1-33/+33
2022-10-28hw/sd/sdhci-internal: Unexport ESDHC definesBernhard Beschow2-20/+19
2022-10-28hw/block/pflash_cfi0{1, 2}: Error out if device length isn't a power of twoBernhard Beschow2-2/+11
2022-10-28docs/system/ppc/ppce500: Use qemu-system-ppc64 across the board(s)Bernhard Beschow1-5/+5
2022-10-28target/ppc: Increment PMC5 with inline insnsLeandro Lupori4-39/+67
2022-10-28target/ppc: Add new PMC HFLAGSLeandro Lupori3-1/+13
2022-10-28ppc4xx_sdram: Add errp parameter to ppc4xx_sdram_banks()BALATON Zoltan1-9/+19
2022-10-28ppc4xx_sdram: Convert DDR SDRAM controller to new bank handlingBALATON Zoltan1-61/+37
2022-10-28ppc4xx_sdram: Generalise bank setupBALATON Zoltan2-44/+48
2022-10-28ppc4xx_sdram: Rename local state variable for brevityBALATON Zoltan1-79/+79
2022-10-28ppc4xx_sdram: Use hwaddr for memory bank sizeBALATON Zoltan1-10/+4
2022-10-28ppc4xx_sdram: Move ppc4xx_sdram_banks() to ppc4xx_sdram.cBALATON Zoltan3-74/+69
2022-10-28ppc4xx_devs.c: Move DDR SDRAM controller model to ppc4xx_sdram.cBALATON Zoltan2-352/+365
2022-10-28ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.cBALATON Zoltan3-333/+350
2022-10-28target/ppc: move the p*_interrupt_powersave methods to excp_helper.cMatheus Ferst3-108/+102
2022-10-28target/ppc: unify cpu->has_work based on cs->interrupt_requestMatheus Ferst1-93/+1
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst10-8/+67
2022-10-28target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY buildsMatheus Ferst2-1/+3
2022-10-28target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...Matheus Ferst3-13/+14
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7Matheus Ferst1-20/+25
2022-10-28target/ppc: remove generic architecture checks from p7_deliver_interruptMatheus Ferst1-3/+0
2022-10-28target/ppc: remove unused interrupts from p7_deliver_interruptMatheus Ferst1-50/+0
2022-10-28target/ppc: create an interrupt deliver method for POWER7Matheus Ferst1-0/+107
2022-10-28target/ppc: remove unused interrupts from p7_next_unmasked_interruptMatheus Ferst1-55/+8
2022-10-28target/ppc: create an interrupt masking method for POWER7Matheus Ferst1-0/+108