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