index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
2022-12-19
pci: Reject pcie_aer_inject_error -c with symbolic error status
Markus Armbruster
2022-12-19
pci: Improve do_pcie_aer_inject_error()'s error messages
Markus Armbruster
2022-12-19
pci: Rename hmp_pcie_aer_inject_error()'s local variable @err
Markus Armbruster
2022-12-19
pci: Inline do_pcie_aer_inject_error() into its only caller
Markus Armbruster
2022-12-19
pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.c
Markus Armbruster
2022-12-19
pci: Fix silent truncation of pcie_aer_inject_error argument
Markus Armbruster
2022-12-19
pci: Move pcibus_dev_print() to pci-hmp-cmds.c
Markus Armbruster
2022-12-19
pci: Deduplicate get_class_desc()
Markus Armbruster
2022-12-19
pci: Build hw/pci/pci-hmp-cmds.c only when CONFIG_PCI
Markus Armbruster
2022-12-19
pci: Make query-pci stub consistent with the real one
Markus Armbruster
2022-12-19
pci: Move HMP commands from monitor/ to new hw/pci/pci-hmp-cmds.c
Markus Armbruster
2022-12-19
pci: Move QMP commands to new hw/pci/pci-qmp-cmds.c
Markus Armbruster
2022-12-19
pci: Clean up a few things checkpatch.pl would flag later on
Markus Armbruster
2022-12-18
Merge tag 'pull-loongarch-20221215' of https://gitlab.com/gaosong/qemu into s...
Peter Maydell
2022-12-16
hw/pci-host/pnv_phb3_msi: Convert TYPE_PHB3_MSI to 3-phase reset
Peter Maydell
2022-12-16
hw/intc/xics: Convert TYPE_ICS to 3-phase reset
Peter Maydell
2022-12-16
hw/intc/xics: Reset TYPE_ICS objects with device_cold_reset()
Peter Maydell
2022-12-16
pci: Convert child classes of TYPE_PCIE_ROOT_PORT to 3-phase reset
Peter Maydell
2022-12-16
pci: Convert TYPE_PCIE_ROOT_PORT to 3-phase reset
Peter Maydell
2022-12-16
hw/display/virtio-vga: Convert TYPE_VIRTIO_VGA_BASE to 3-phase reset
Peter Maydell
2022-12-16
hw/virtio: Convert TYPE_VIRTIO_PCI to 3-phase reset
Peter Maydell
2022-12-16
hw/core/cpu-common: Convert TYPE_CPU class to 3-phase reset
Peter Maydell
2022-12-16
hw/misc: Convert TYPE_MOS6522 subclasses to 3-phase reset
Peter Maydell
2022-12-16
hw/misc/mos6522: Convert TYPE_MOS6522 to 3-phase reset
Peter Maydell
2022-12-16
hw/input/ps2.c: Convert TYPE_PS2_{KBD, MOUSE}_DEVICE to 3-phase reset
Peter Maydell
2022-12-16
hw/input/ps2: Convert TYPE_PS2_DEVICE to 3-phase reset
Peter Maydell
2022-12-16
hw: Remove device_legacy_reset()
Peter Maydell
2022-12-16
qdev: Remove qdev_reset_all() and qbus_reset_all()
Peter Maydell
2022-12-16
Replace use of qdev_reset_all() with device_cold_reset()
Peter Maydell
2022-12-16
hw/hyperv/vmbus: Use device_cold_reset() and bus_cold_reset()
Peter Maydell
2022-12-16
pci: Use device_cold_reset() and bus_cold_reset()
Peter Maydell
2022-12-16
hw/s390x/s390-pci-inst.c: Use device_cold_reset() to reset PCI devices
Peter Maydell
2022-12-15
Merge tag 'pull-request-2022-12-15' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2022-12-15
Merge tag 'pull-target-arm-20221215-1' of https://git.linaro.org/people/pmayd...
Peter Maydell
2022-12-15
hw/misc: Move some arm-related files from specific_ss into softmmu_ss
Thomas Huth
2022-12-15
hw: Include the VMWare devices only in the x86 targets
Thomas Huth
2022-12-15
s390x/pci: reset ISM passthrough devices on shutdown and system reset
Matthew Rosato
2022-12-15
s390x/pci: shrink DMA aperture to be bound by vfio DMA limit
Matthew Rosato
2022-12-15
s390x/pci: coalesce unmap operations
Matthew Rosato
2022-12-15
hw/arm/boot: set initrd with #address-cells type in fdt
Schspa Shi
2022-12-15
hw/intc: Convert TYPE_KVM_ARM_ITS to 3-phase reset
Peter Maydell
2022-12-15
hw/intc: Convert TYPE_ARM_GICV3_ITS to 3-phase reset
Peter Maydell
2022-12-15
hw/intc: Convert TYPE_ARM_GICV3_ITS_COMMON to 3-phase reset
Peter Maydell
2022-12-15
hw/intc: Convert TYPE_KVM_ARM_GICV3 to 3-phase reset
Peter Maydell
2022-12-15
hw/intc: Convert TYPE_ARM_GICV3_COMMON to 3-phase reset
Peter Maydell
2022-12-15
hw/intc: Convert TYPE_ARM_GIC_KVM to 3-phase reset
Peter Maydell
2022-12-15
hw/intc: Convert TYPE_ARM_GIC_COMMON to 3-phase reset
Peter Maydell
2022-12-15
hw/arm: Convert TYPE_ARM_SMMUV3 to 3-phase reset
Peter Maydell
2022-12-15
hw/arm: Convert TYPE_ARM_SMMU to 3-phase reset
Peter Maydell
2022-12-15
hw/intc/arm_gicv3: Fix GICD_TYPER ITLinesNumber advertisement
Luke Starrett
[next]