aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-04-22Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-04-21Merge tag 'pull-tpm-2023-04-20-1' of https://github.com/stefanberger/qemu-tpm...Richard Henderson
2023-04-21Merge tag 'pull-request-2023-04-20' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2023-04-20tpm: Add support for TPM device over I2C busNinad Palsule
2023-04-20tpm: Extend common APIs to support TPM TIS I2CNinad Palsule
2023-04-20arm/mcimx7d-sabre: Set fec2-phy-connected property to falseGuenter Roeck
2023-04-20fsl-imx7: Add fec[12]-phy-connected propertiesGuenter Roeck
2023-04-20arm/mcimx6ul-evk: Set fec1-phy-connected property to falseGuenter Roeck
2023-04-20fsl-imx6ul: Add fec[12]-phy-connected propertiesGuenter Roeck
2023-04-20hw/net/imx_fec: Support two Ethernet interfaces connected to single MDIO busGuenter Roeck
2023-04-20hw/core: Move numa.c into the target independent source setThomas Huth
2023-04-20hw/display: Compile vga.c as target-independent codeThomas Huth
2023-04-20softmmu/qtest: Move the target-specific pseries RTAS code out of qtest.cThomas Huth
2023-04-20hw/char: Move two more files from specific_ss to softmmu_ssThomas Huth
2023-04-20hw/arm/virt: Restrict Cortex-A7 check to TCGPhilippe Mathieu-Daudé
2023-04-20hw/timer/imx_epit: fix limit checkAxel Heider
2023-04-20hw/timer/imx_epit: don't shadow variableAxel Heider
2023-04-20hw/arm: Add WDT to Allwinner-H3 and Orangepi-PCStrahinja Jankovic
2023-04-20hw/arm: Add WDT to Allwinner-A10 and CubieboardStrahinja Jankovic
2023-04-20hw/watchdog: Allwinner WDT emulation for system resetStrahinja Jankovic
2023-04-20exynos: Fix out-of-bounds access in exynos4210_gcomp_find debug printfFeng Jiang
2023-04-20hw/arm: Fix some typos in comments (most found by codespell)Stefan Weil
2023-04-20lasi: fix RTC migrationPaolo Bonzini
2023-04-20nvme: remove constant argument to tracepointPaolo Bonzini
2023-04-20hw: Add compat machines for 8.1Cornelia Huck
2023-04-13Merge tag 'migration-20230412-pull-request' of https://gitlab.com/juan.quinte...Peter Maydell
2023-04-13hw/xen: Fix double-free in xen_console store_con_info()David Woodhouse
2023-04-12migration: Fix potential race on postcopy_qemufile_srcPeter Xu
2023-04-12hw/nvme: fix memory leak in nvme_dsmKlaus Jensen
2023-04-12hw/nvme: fix memory leak in fdp ruhid parsingKlaus Jensen
2023-04-11hw/i2c/allwinner-i2c: Fix subclassing of TYPE_AW_I2C_SUN6IPeter Maydell
2023-04-05Revert "memory: Optimize replay of guest mapping"Peter Maydell
2023-04-04Merge tag 'pull-loongarch-20230404' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2023-04-04hw/loongarch/virt: Fix virt_to_phys_addr functionTianrui Zhao
2023-04-03hw/ssi: Fix Linux driver init issue with xilinx_spiChris Rauer
2023-04-03hw/arm: do not free machine->fdt in arm_load_dtb()Markus Armbruster
2023-03-30hw/i2c: pmbus: block uninitialised string readsTitus Rwantare
2023-03-30hw/mips/gt64xxx_pci: Don't endian-swap GT_PCI0_CFGADDRJiaxun Yang
2023-03-28Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell
2023-03-28igb: respect VMVIR and VMOLR for VLANSriram Yagnaraman
2023-03-28igb: implement VF Tx and Rx statsSriram Yagnaraman
2023-03-28igb: respect E1000_VMOLR_RSSESriram Yagnaraman
2023-03-28igb: check oversized packets for VMDqSriram Yagnaraman
2023-03-28igb: implement VFRE and VFTE registersSriram Yagnaraman
2023-03-28igb: add ICR_RXDWSriram Yagnaraman
2023-03-28igb: handle PF/VF reset properlySriram Yagnaraman
2023-03-28hw/net/net_tx_pkt: Align l3_hdrAkihiko Odaki
2023-03-28hw/net/net_tx_pkt: Ignore ECN bitAkihiko Odaki
2023-03-28igb: Fix DMA requester specification for Tx packetAkihiko Odaki
2023-03-28igb: Save more Tx statesAkihiko Odaki