aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-07-10pcie: Release references of virtual functionsAkihiko Odaki
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()Bernhard Beschow
2023-07-11hw/ide/piix: Move registration of VMStateDescription to DeviceClassBernhard Beschow
2023-07-11hw/ide/pci: Replace some magic numbers by constantsBernhard Beschow
2023-07-11hw/ide: Extract bmdma_status_writeb()Bernhard Beschow
2023-07-11hw/ide: Extract IDEBus assignment into bmdma_init()Bernhard Beschow
2023-07-11hw/isa/vt82c686: Remove via_isa_set_irq()Bernhard Beschow
2023-07-11hw/ide/via: Wire up IDE legacy interrupts in host deviceBernhard Beschow
2023-07-11hw/ide/pci: Expose legacy interrupts as named GPIOsBernhard Beschow
2023-07-10hw/mips/loongson3_virt: Relax CPU restrictions for TCGJiaxun Yang
2023-07-10Merge tag 'pull-riscv-to-apply-20230710-1' of https://github.com/alistair23/q...Richard Henderson
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...Bernhard Beschow
2023-07-10hw/i386/pc_piix: Move i440fx' realize near its qdev_new()Bernhard Beschow
2023-07-10hw/pci-host/i440fx: Resolve i440fx_init()Bernhard Beschow
2023-07-10hw/pci-host/i440fx: Add I440FX_HOST_PROP_PCI_TYPE propertyBernhard Beschow
2023-07-10hw/pci-host/i440fx: Add PCI_HOST_{ABOVE, BELOW}_4G_MEM_SIZE propertiesBernhard Beschow
2023-07-10hw/pci-host/i440fx: Add PCI_HOST_PROP_IO_MEM propertyBernhard Beschow
2023-07-10hw/pci-host/i440fx: Make MemoryRegion pointers accessible as propertiesBernhard Beschow
2023-07-10hw/pci-host/i440fx: Move i440fx_realize() into PCII440FXState sectionBernhard Beschow
2023-07-10hw/pci-host/i440fx: Have common names for some local variablesBernhard Beschow
2023-07-10hw/pci-host/i440fx: Replace magic values by existing constantsBernhard Beschow
2023-07-10hw/pci-host/i440fx: Add "i440fx" child property in board codeBernhard Beschow
2023-07-10hw/i386/pc_piix: Turn some local variables into initializersBernhard Beschow
2023-07-10hw/pci-host/q35: Make some property name macros reusable by i440fxBernhard Beschow
2023-07-10hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from board codeBernhard Beschow
2023-07-10hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macroBernhard Beschow
2023-07-10hw/pci-host/q35: Initialize PCMachineState::bus in board codeBernhard Beschow
2023-07-10hw/pci-host/q35: Fix double, contradicting .endianness assignmentBernhard Beschow
2023-07-10hw/i386/pc_q35: Resolve redundant q35_host variableBernhard Beschow
2023-07-10vhost-user: Make RESET_DEVICE a per device messageTom Lonergan
2023-07-10vhost-user: Change one_time to per_device requestTom Lonergan
2023-07-10hw/smbios: Fix core count in type4Zhao Liu
2023-07-10hw/smbios: Fix thread count in type4Zhao Liu
2023-07-10hw/smbios: Fix smbios_smp_sockets caculationZhao Liu
2023-07-10machine: Add helpers to get cores/threads per socketZhao Liu
2023-07-10hw/virtio: Add vhost-user-scmi-pci boilerplateMilan Zamazal
2023-07-10hw/virtio: Add boilerplate for vhost-user-scmi deviceMilan Zamazal
2023-07-10vhost-user-gpu: implement get_edid frontend featureErico Nunes
2023-07-10virtio-gpu: refactor generate_edid function to virtio_gpu_baseErico Nunes
2023-07-10virtio-net: pass Device-TLB enable/disable events to vhostViktor Prutyanov
2023-07-10vhost: register and change IOMMU flag depending on Device-TLB stateViktor Prutyanov
2023-07-10vdpa: Remove status in reset tracingEugenio Pérez
2023-07-10hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/Philippe Mathieu-Daudé
2023-07-10hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not setDaniel Henrique Barboza
2023-07-10hw/riscv: virt: Convert fdt_load_addr to uint64_tLakshmi Bai Raja Subramanian
2023-07-10riscv: Generate devicetree only after machine initialization is completeGuenter Roeck
2023-07-10hw/riscv/virt: Restrict ACLINT to TCGPhilippe Mathieu-Daudé
2023-07-10hw/riscv: sifive_e: Support the watchdog timer of HiFive 1 rev b.Tommy Wu
2023-07-10hw/misc: sifive_e_aon: Support the watchdog timer of HiFive 1 rev b.Tommy Wu
2023-07-10vfio/pci: Enable AtomicOps completers on root portsAlex Williamson