aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-10-31hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow3-3/+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 Beschow3-6/+6
2022-10-31hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow5-10/+26
2022-10-31hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow3-3/+3
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 'pull-ppc-20221029' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi15-804/+907
2022-10-31Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi3-1/+11
2022-10-31target/i386: Set maximum APIC ID to KVM prior to vCPU creationZeng Guang1-0/+4
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi2-2/+2
2022-10-30Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi3-19/+84
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-0/+4
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2-17/+48
2022-10-29hw/ppc/e500: Implement pflash handlingBernhard Beschow2-0/+80
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-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 Zoltan2-62/+61
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: introduce ppc_maybe_interruptMatheus Ferst4-7/+9
2022-10-28target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst2-6/+6
2022-10-28tests/qtest/libqos/e1000e: Use e1000_regs.hAkihiko Odaki1-0/+1
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier1-3/+2
2022-10-28vhost: Accept event idx flagEugenio Pérez1-0/+1
2022-10-28vhost: use avail event idx on vhost_svq_kickEugenio Pérez1-1/+11
2022-10-28vhost: toggle device callbacks using used event idxEugenio Pérez1-3/+15
2022-10-28vhost: allocate event_idx fields on vringEugenio Pérez1-4/+4
2022-10-28virtio-net: fix TX timer with tx_burstLaurent Vivier1-9/+41
2022-10-28virtio-net: fix bottom-half packet TX on asynchronous completionLaurent Vivier1-1/+12
2022-10-27vhost-user-blk: fix the resize crashLi Feng1-0/+4
2022-10-27mips/malta: pass RNG seed via env var and re-randomize on rebootJason A. Donenfeld1-0/+27
2022-10-27rx: re-randomize rng-seed on rebootJason A. Donenfeld1-0/+3
2022-10-27openrisc: re-randomize rng-seed on rebootJason A. Donenfeld1-0/+3
2022-10-27mips/boston: re-randomize rng-seed on rebootJason A. Donenfeld1-0/+3
2022-10-27m68k/q800: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld1-20/+13
2022-10-27m68k/virt: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld1-9/+11
2022-10-27riscv: re-randomize rng-seed on rebootJason A. Donenfeld1-0/+3
2022-10-27arm: re-randomize rng-seed on rebootJason A. Donenfeld1-0/+2
2022-10-27x86: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld1-1/+1
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld10-20/+35
2022-10-27target/imx: reload cmp timer outside of the reload ptimer transactionAxel Heider1-2/+7