aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-11-03Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into stagingRichard Henderson1-2/+6
2021-11-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingRichard Henderson20-86/+223
2021-11-02Merge remote-tracking branch 'remotes/philmd/tags/mips-20211102' into stagingRichard Henderson3-7/+25
2021-11-02Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211031-pu...Richard Henderson2-36/+60
2021-11-02hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interruptsBALATON Zoltan1-0/+13
2021-11-02usb/uhci: Replace pci_set_irq with qemu_set_irqBALATON Zoltan2-2/+4
2021-11-02usb/uhci: Disallow user creating a vt82c686-uhci-pci deviceBALATON Zoltan3-0/+6
2021-11-02usb/uhci: Misc clean upBALATON Zoltan1-5/+2
2021-11-02ide: Cap LBA28 capacity announcement to 2^28-1Samuel Thibault1-2/+6
2021-11-02Merge remote-tracking branch 'remotes/alex.williamson/tags/vfio-update-202111...Richard Henderson2-1/+25
2021-11-01hw/i386: fix vmmouse registrationPavel Dovgalyuk1-0/+1
2021-11-01pci: Export pci_for_each_device_under_bus*()Peter Xu8-29/+22
2021-11-01pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fnPeter Xu1-14/+6
2021-11-01hw/i386/pc: Allow instantiating a virtio-iommu deviceJean-Philippe Brucker3-2/+25
2021-11-01hw/i386/pc: Move IOMMU singleton into PCMachineStateJean-Philippe Brucker2-19/+19
2021-11-01hw/i386/pc: Remove x86_iommu_get_type()Jean-Philippe Brucker5-26/+9
2021-11-01hw/acpi: Add VIOT tableJean-Philippe Brucker4-0/+132
2021-11-01vhost-vdpa: Set discarding of RAM broken when initializing the backendDavid Hildenbrand1-0/+13
2021-11-01virtio-mem: Drop precopy notifierDavid Hildenbrand1-34/+0
2021-11-01virtio-mem: Implement replay_discarded RamDiscardManager callbackDavid Hildenbrand1-0/+58
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)1-2/+2
2021-11-01machine: remove the done notifier for dynamic sysbus device type checkDamien Hedde1-27/+0
2021-11-01machine: add device_type_is_dynamic_sysbus functionDamien Hedde1-3/+10
2021-11-01hw/core/machine: Split out the smp parsing codeYanan Wang3-159/+182
2021-11-01hw/core: Restrict hotplug to system emulationPhilippe Mathieu-Daudé2-2/+44
2021-11-01hw/core: Extract hotplug-related functions to qdev-hotplug.cPhilippe Mathieu-Daudé3-60/+74
2021-11-01hw/core: Declare meson source setPhilippe Mathieu-Daudé1-2/+2
2021-11-01hw/core: Restrict sysemu specific filesPhilippe Mathieu-Daudé1-9/+9
2021-11-01machine: Move gpio code to hw/core/gpio.cEduardo Habkost3-174/+198
2021-11-01vfio/common: Add a trace point when a MMIO RAM section cannot be mappedKunkun Jiang1-0/+7
2021-11-01vfio/pci: Add support for mmapping sub-page MMIO BARs after live migrationKunkun Jiang1-1/+18
2021-10-30hw/timer/sh_timer: Remove use of hw_errorBALATON Zoltan1-15/+25
2021-10-30hw/timer/sh_timer: Fix timer memory region sizeBALATON Zoltan1-4/+3
2021-10-30hw/timer/sh_timer: Do not wrap lines that are not too longBALATON Zoltan1-6/+3
2021-10-30hw/timer/sh_timer: Rename sh_timer_state to SHTimerStateBALATON Zoltan1-9/+9
2021-10-30hw/intc/sh_intc: Remove unneeded local variable initialisersBALATON Zoltan1-11/+10
2021-10-30hw/intc/sh_intc: Simplify allocating sources arrayBALATON Zoltan1-11/+4
2021-10-30hw/intc/sh_intc: Avoid using continue in loopsBALATON Zoltan1-24/+20
2021-10-30hw/intc/sh_intc: Replace abort() with g_assert_not_reached()BALATON Zoltan1-5/+3
2021-10-30hw/intc/sh_intc: Inline and drop sh_intc_source() functionBALATON Zoltan2-34/+24
2021-10-30hw/intc/sh_intc: Use array index instead of pointer arithmeticsBALATON Zoltan1-14/+14
2021-10-30hw/intc/sh_intc: Remove excessive parenthesisBALATON Zoltan1-4/+5
2021-10-30hw/intc/sh_intc: Move sh_intc_register() closer to its only userBALATON Zoltan1-30/+30
2021-10-30hw/intc/sh_intc: Drop another useless macroBALATON Zoltan1-11/+4
2021-10-30hw/intc/sh_intc: Rename iomem regionBALATON Zoltan1-7/+4
2021-10-30hw/intc/sh_intc: Turn some defines into an enumBALATON Zoltan1-24/+18
2021-10-30hw/intc/sh_intc: Use existing macro instead of local oneBALATON Zoltan1-7/+5
2021-10-30hw/char/sh_serial: Add device id to trace outputBALATON Zoltan2-4/+6
2021-10-30hw/char/sh_serial: QOM-ifyBALATON Zoltan2-54/+100
2021-10-30hw/char/sh_serial: Split off sh_serial_reset() from sh_serial_init()BALATON Zoltan1-12/+17