aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2019-09-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190903'...Peter Maydell
2019-09-04Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190829-pull-request' ...Peter Maydell
2019-09-03hw/net/xilinx_axi: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé
2019-09-03hw/dma/xilinx_axi: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé
2019-09-03hw/arm/fsl-imx: Add the cpu as child of the SoC objectPhilippe Mathieu-Daudé
2019-09-03hw/arm: Use sysbus_init_child_obj for correct reference countingPhilippe Mathieu-Daudé
2019-09-03hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé
2019-09-03hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriatePhilippe Mathieu-Daudé
2019-09-03hw/arm/smmuv3: Remove spurious error messages on IOVA invalidationsEric Auger
2019-09-03hw/arm/smmuv3: Log a guest error when decoding an invalid STEEric Auger
2019-09-03aspeed/timer: Provide back-pressure information for short periodsAndrew Jeffery
2019-08-29usb-mtp: add sanity checks on rootdirBandan Das
2019-08-29xhci: Fix memory leak in xhci_kick_epctxfangying
2019-08-29xhci: Fix memory leak in xhci_address_slotYing Fang
2019-08-29spapr: Set compat mode in spapr_core_plug()Greg Kurz
2019-08-29spapr/pci: Convert types to QEMU coding styleGreg Kurz
2019-08-29spapr_pci: Advertise BAR reallocation capabilityAlexey Kardashevskiy
2019-08-29spapr: Use SHUTDOWN_CAUSE_SUBSYSTEM_RESET for CAS rebootsDavid Gibson
2019-08-29powerpc/spapr: Add host threads parameter to ibm,get_system_parameterSuraj Jitindar Singh
2019-08-29pseries: Fix compat_pvr on resetLaurent Vivier
2019-08-29spapr_pci: remove all child functions in function zero unplugDaniel Henrique Barboza
2019-08-29ppc/pnv: Introduce PowerNV machines with fixed CPU modelsCédric Le Goater
2019-08-29ppc/pnv: Generate phandle for the "interrupt-parent" propertyCédric Le Goater
2019-08-29ppc/pnv: add more dummy XSCOM addresses for the P9 CAPPCédric Le Goater
2019-08-29ppc/pnv: Set default ram size to 1.75GBJoel Stanley
2019-08-27xen-bus: Avoid rewriting identical values to xenstoreAnthony PERARD
2019-08-27xen-bus: Fix backend state transition on device resetAnthony PERARD
2019-08-27xen: cleanup IOREQ server on exitIgor Druzhinin
2019-08-23Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2019-08-22vhost-user-scsi: prevent using uninitialized vqsRaphael Norwitz
2019-08-22Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190822-pull-request' ...Peter Maydell
2019-08-22Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190822-pull-request' ...Peter Maydell
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell
2019-08-22ati-vga: Implement dummy VBlank IRQBALATON Zoltan
2019-08-22ehci: fix queue->dev null ptr dereferenceGerd Hoffmann
2019-08-21Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-08-21Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190821-pull-request...Peter Maydell
2019-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell
2019-08-21qapi: Move query-target from misc.json to machine.jsonMarkus Armbruster
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-08-21hw/display: Compile various display devices as common objectPhilippe Mathieu-Daudé
2019-08-21hw/display/sm501: Remove unused includePhilippe Mathieu-Daudé
2019-08-21spapr_events: Rewrite a fall through commentPhilippe Mathieu-Daudé
2019-08-21ati-vga: Add limited support for big endian frame buffer apertureBALATON Zoltan
2019-08-21ati-vga: Attempt to handle CRTC offset not exact multiple of strideBALATON Zoltan
2019-08-21ati-vga: Fix hardware cursor image offsetBALATON Zoltan
2019-08-21ati-vga: Fix cursor color with guest_hwcursor=trueBALATON Zoltan
2019-08-21ati-vga: Fix GPIO_MONID register writeBALATON Zoltan
2019-08-21ati-vga: Add some register definitions for debuggingBALATON Zoltan
2019-08-21ati-vga: Add registers for getting aperturesBALATON Zoltan