aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-07-08Merge tag 'trivial-patches-20230708' of https://gitlab.com/mjt0k/qemu into st...Richard Henderson7-36/+7
2023-07-08hw/arm/virt-acpi-build.c: Add missing headerPeng Liang1-0/+1
2023-07-08hw: Simplify calls to pci_nic_init_nofail()Thomas Huth5-35/+5
2023-07-08hw/riscv/virt.c: fix typo in 'aia' descriptionDaniel Henrique Barboza1-1/+1
2023-07-07Merge tag 'pull-ppc-20230707-1' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson20-240/+568
2023-07-07ppc/pnv: Add QME region for P10Joel Stanley2-2/+79
2023-07-07igb: Remove obsolete workaround for WindowsAkihiko Odaki1-6/+1
2023-07-07e1000e: Add ICR clearing by corresponding IMS bitAkihiko Odaki2-6/+33
2023-07-07hw/net: ftgmac100: Drop the small packet check in the receive pathBin Meng1-8/+0
2023-07-07hw/net: sunhme: Remove the logic of padding short frames in the receive pathBin Meng1-11/+0
2023-07-07hw/net: sungem: Remove the logic of padding short frames in the receive pathBin Meng1-14/+0
2023-07-07hw/net: rtl8139: Remove the logic of padding short frames in the receive pathBin Meng1-12/+0
2023-07-07hw/net: pcnet: Remove the logic of padding short frames in the receive pathBin Meng1-9/+0
2023-07-07hw/net: ne2000: Remove the logic of padding short frames in the receive pathBin Meng1-12/+0
2023-07-07hw/net: i82596: Remove the logic of padding short frames in the receive pathBin Meng1-18/+0
2023-07-07hw/net: vmxnet3: Remove the logic of padding short frames in the receive pathBin Meng1-10/+0
2023-07-07hw/net: e1000: Remove the logic of padding short frames in the receive pathBin Meng1-10/+1
2023-07-07virtio-net: correctly report maximum tx_queue_size valueLaurent Vivier1-2/+2
2023-07-07ppc/pnv: Set P10 core xscom region size to match hardwareNicholas Piggin1-2/+4
2023-07-07ppc/pnv: Log all unimp warnings with similar messageJoel Stanley1-16/+18
2023-07-07ppc440_pcix: Rename QOM type define abd move it to common headerBALATON Zoltan2-6/+5
2023-07-07ppc4xx_pci: Add define for ppc4xx-host-bridge type nameBALATON Zoltan2-3/+4
2023-07-07ppc4xx_pci: Rename QOM type name defineBALATON Zoltan2-5/+4
2023-07-07ppc440_pcix: Stop using system io region for PCI busBALATON Zoltan2-8/+7
2023-07-07ppc440_pcix: Don't use iomem for regsBALATON Zoltan1-3/+4
2023-07-07ppc/sam460ex: Remove address_space_mem local variableBALATON Zoltan1-4/+4
2023-07-07ppc440: Remove ppc460ex_pcie_init legacy init functionBALATON Zoltan3-23/+16
2023-07-07ppc440: Add busnum property to PCIe controller modelBALATON Zoltan1-14/+11
2023-07-07ppc440: Stop using system io region for PCIe busesBALATON Zoltan1-3/+6
2023-07-07ppc440: Rename local variable in dcr_read_pcie()BALATON Zoltan1-25/+25
2023-07-07ppc440: Rename parent field of PPC460EXPCIEState to match code styleBALATON Zoltan1-1/+1
2023-07-07ppc440: Add a macro to shorten PCIe controller DCR registrationBALATON Zoltan1-48/+28
2023-07-07ppc440: Add cpu link property to PCIe controller modelBALATON Zoltan1-52/+62
2023-07-07ppc440: Change ppc460ex_pcie_init() parameter typeBALATON Zoltan3-5/+6
2023-07-07ppc/pnv: SMT support for powernvNicholas Piggin2-8/+17
2023-07-07target/ppc: Add LPAR-per-core vs per-thread mode flagNicholas Piggin1-0/+2
2023-07-07pnv/xive2: Always pass a presenter object when accessing the TIMAFrederic Barrat1-2/+4
2023-07-07pnv/xive: Print CPU target in all TIMA tracesFrederic Barrat2-4/+4
2023-07-07ppc/pegasos2: Add support for -initrd command line optionBALATON Zoltan1-1/+31
2023-07-07pnv/xive: Allow mmio operations of any size on the ESB CI pagesFrederic Barrat2-6/+6
2023-07-07ppc/pnv: Return zero for core thread state xscomJoel Stanley1-0/+10
2023-07-07ppc/pnv: Add P10 core xscom modelJoel Stanley1-2/+42
2023-07-07ppc/pnv: Add P10 quad xscom modelJoel Stanley2-1/+55
2023-07-07ppc/pnv: Subclass quad xscom callbacksJoel Stanley2-17/+34
2023-07-07ppc/pnv: quad xscom callbacks are P9 specificJoel Stanley1-9/+10
2023-07-07pnv/psi: Initialize the PSIHB interrupts to match hardwareFrederic Barrat1-0/+2
2023-07-07pnv/xive: Add property on xive sources to define PQ state on resetFrederic Barrat1-2/+6
2023-07-07pnv/xive2: Fix TIMA offset for indirect accessFrederic Barrat1-2/+18
2023-07-07pnv/xive2: Allow indirect TIMA accesses of all sizesFrederic Barrat1-2/+2
2023-07-07sungem: Add WOL MMIONicholas Piggin2-0/+54